This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Increase $English::VERSION to 1.07
[perl5.git] / lib / version.pm
index 1126f91..27774bd 100644 (file)
@@ -6,7 +6,7 @@ use strict;
 
 use vars qw(@ISA $VERSION $CLASS $STRICT $LAX *declare *qv);
 
-$VERSION = 0.92;
+$VERSION = 0.9902;
 
 $CLASS = 'version';