This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Increase $Tie::Hash::NamedCapture::VERSION to 0.10
[perl5.git] / ext / Tie-Hash-NamedCapture / NamedCapture.pm
index 9702666..32a0029 100644 (file)
@@ -1,7 +1,7 @@
 use strict;
 package Tie::Hash::NamedCapture;
 
-our $VERSION = "0.09";
+our $VERSION = "0.10";
 
 require XSLoader;
 XSLoader::load(); # This returns true, which makes require happy.