This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Increase $arybase::VERSION to 0.05
authorFather Chrysostomos <sprout@cpan.org>
Sat, 25 Feb 2012 21:54:51 +0000 (13:54 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 25 Feb 2012 21:54:51 +0000 (13:54 -0800)
ext/arybase/arybase.pm

index bab376c..1008684 100644 (file)
@@ -1,6 +1,6 @@
 package arybase;
 
-our $VERSION = "0.04";
+our $VERSION = "0.05";
 
 require XSLoader;
 XSLoader::load(); # This returns true, which makes require happy.