We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87ea7a5 commit decf3f0Copy full SHA for decf3f0
Build.PL
@@ -1,7 +1,6 @@
1
use Module::Build;
2
my $build = Module::Build->new(
3
module_name => 'Tie::Hash::Regex',
4
- dist_version => '1.10',
5
license => 'perl',
6
requires => {
7
perl => '5.6.0',
lib/Tie/Hash/Regex.pm
@@ -1,4 +1,3 @@
-# $Id: Regex.pm 15 2006-06-01 18:50:38Z dave $
=head1 NAME
@@ -77,7 +76,7 @@ use Attribute::Handlers autotie => { "__CALLER__::Regex" => __PACKAGE__ };
77
76
@EXPORT = qw();
78
@EXPORT_OK =();
79
80
-$VERSION = 1.10;
+$VERSION = 1.11;
81
82
=head1 METHODS
83
0 commit comments