Skip to content

Commit

Permalink
Bump version for release (and switch to using 'our')
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Sep 8, 2020
1 parent 13d1f20 commit 7c368dc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/Tie/Hash/Cannabinol.pm
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,11 @@ package Tie::Hash::Cannabinol;
use 5.006;
use strict;
use warnings;
use vars qw($VERSION @ISA);
use Tie::Hash;
use Attribute::Handlers autotie => { "__CALLER__::Stoned" => __PACKAGE__ };

$VERSION = 1.10;
@ISA = qw(Tie::StdHash);
our $VERSION = '1.12.0';
our @ISA = qw(Tie::StdHash);

=head2 STORE
Expand Down

0 comments on commit 7c368dc

Please sign in to comment.