This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Increase $overload::VERSION to 1.25
authorFather Chrysostomos <sprout@cpan.org>
Mon, 5 Jan 2015 00:58:14 +0000 (16:58 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 1 Feb 2015 06:03:52 +0000 (22:03 -0800)
lib/overload.pm

index 73c8202..60072f2 100644 (file)
@@ -1,6 +1,6 @@
 package overload;
 
-our $VERSION = '1.24';
+our $VERSION = '1.25';
 
 %ops = (
     with_assign         => "+ - * / % ** << >> x .",