Increase $overload::VERSION to 1.19
authorFather Chrysostomos <sprout@cpan.org>
Fri, 18 May 2012 21:00:03 +0000 (14:00 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 22 May 2012 01:09:28 +0000 (18:09 -0700)
lib/overload.pm

index 0f074e4..fbb04e5 100644 (file)
@@ -1,6 +1,6 @@
 package overload;
 
-our $VERSION = '1.18';
+our $VERSION = '1.19';
 
 %ops = (
     with_assign         => "+ - * / % ** << >> x .",