This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Lower $overload::VERSION to 1.17
authorFather Chrysostomos <sprout@cpan.org>
Tue, 17 Jan 2012 04:42:11 +0000 (20:42 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 17 Jan 2012 05:35:16 +0000 (21:35 -0800)
It doesn’t need to be increased twice between releases.

lib/overload.pm

index 64860b1..865a712 100644 (file)
@@ -1,6 +1,6 @@
 package overload;
 
-our $VERSION = '1.18';
+our $VERSION = '1.17';
 
 %ops = (
     with_assign         => "+ - * / % ** << >> x .",