This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Lower $overload::VERSION to 1.17
[perl5.git] / 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 .",