diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-01-18 12:59:34 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-01-18 12:59:34 -0800 |
commit | 1f682d5c91c5d098c52b7fe26b25d104bd1925d8 (patch) | |
tree | 621f15829408dc635ad4e7c466ec8d0f846b97a4 /lib | |
parent | 3ba1b8ed82fe257746e3def5dd9b3a8d7dbdc1bd (diff) | |
download | perl-1f682d5c91c5d098c52b7fe26b25d104bd1925d8.tar.gz |
Increase $overloading::VERSION to 0.02
Diffstat (limited to 'lib')
-rw-r--r-- | lib/overloading.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/overloading.pm b/lib/overloading.pm index a10858c12b..c7622270c9 100644 --- a/lib/overloading.pm +++ b/lib/overloading.pm @@ -1,7 +1,7 @@ package overloading; use warnings; -our $VERSION = '0.01'; +our $VERSION = '0.02'; my $HINT_NO_AMAGIC = 0x01000000; # see perl.h |