This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Increase $overload::VERSION to 1.23
authorFather Chrysostomos <sprout@cpan.org>
Wed, 10 Sep 2014 02:25:47 +0000 (19:25 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Wed, 10 Sep 2014 02:53:23 +0000 (19:53 -0700)
lib/overload.pm

index 20c0119..fc9ff4e 100644 (file)
@@ -1,6 +1,6 @@
 package overload;
 
-our $VERSION = '1.22';
+our $VERSION = '1.23';
 
 %ops = (
     with_assign         => "+ - * / % ** << >> x .",