This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
%{^CAPTURE_ALL} was intended to be an alias for %-; make it so.
[perl5.git] / ext / Tie-Hash-NamedCapture / NamedCapture.pm
index 32a0029..fb505f7 100644 (file)
@@ -1,7 +1,7 @@
 use strict;
 package Tie::Hash::NamedCapture;
 
-our $VERSION = "0.10";
+our $VERSION = "0.11";
 
 require XSLoader;
 XSLoader::load(); # This returns true, which makes require happy.