Skip to content

Commit decf3f0

Browse files
committed
Another attempt at fixing the versioning.
1 parent 87ea7a5 commit decf3f0

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Build.PL

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
use Module::Build;
22
my $build = Module::Build->new(
33
module_name => 'Tie::Hash::Regex',
4-
dist_version => '1.10',
54
license => 'perl',
65
requires => {
76
perl => '5.6.0',

lib/Tie/Hash/Regex.pm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# $Id: Regex.pm 15 2006-06-01 18:50:38Z dave $
21

32
=head1 NAME
43
@@ -77,7 +76,7 @@ use Attribute::Handlers autotie => { "__CALLER__::Regex" => __PACKAGE__ };
7776
@EXPORT = qw();
7877
@EXPORT_OK =();
7978

80-
$VERSION = 1.10;
79+
$VERSION = 1.11;
8180

8281
=head1 METHODS
8382

0 commit comments

Comments
 (0)