Skip to content

Commit 02b5554

Browse files
committed
After release: bump $VERSION and timestamp Changes
1 parent 292d618 commit 02b5554

11 files changed

Lines changed: 12 additions & 10 deletions

File tree

Changes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ Revision history for CPAN-Meta
22

33
{{$NEXT}}
44

5+
2.150011 2026-01-22 15:50:29-05:00 America/New_York
6+
57
[CHANGED]
68

79
- Improved example of testing a minimum prerequisite version of a module.

Makefile.PL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ my %WriteMakefileArgs = (
4444
"utf8" => 0,
4545
"vars" => 0
4646
},
47-
"VERSION" => "2.150011",
47+
"VERSION" => "2.150012",
4848
"test" => {
4949
"TESTS" => "t/*.t t/parse-cpan-meta/*.t"
5050
}

lib/CPAN/Meta.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use strict;
33
use warnings;
44
package CPAN::Meta;
55

6-
our $VERSION = '2.150011';
6+
our $VERSION = '2.150012';
77

88
=head1 SYNOPSIS
99

lib/CPAN/Meta/Converter.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use strict;
33
use warnings;
44
package CPAN::Meta::Converter;
55

6-
our $VERSION = '2.150011';
6+
our $VERSION = '2.150012';
77

88
=head1 SYNOPSIS
99

lib/CPAN/Meta/Feature.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use strict;
33
use warnings;
44
package CPAN::Meta::Feature;
55

6-
our $VERSION = '2.150011';
6+
our $VERSION = '2.150012';
77

88
use CPAN::Meta::Prereqs;
99

lib/CPAN/Meta/History.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use strict;
44
use warnings;
55
package CPAN::Meta::History;
66

7-
our $VERSION = '2.150011';
7+
our $VERSION = '2.150012';
88

99
1;
1010

lib/CPAN/Meta/Merge.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use warnings;
44

55
package CPAN::Meta::Merge;
66

7-
our $VERSION = '2.150011';
7+
our $VERSION = '2.150012';
88

99
use Carp qw/croak/;
1010
use Scalar::Util qw/blessed/;

lib/CPAN/Meta/Prereqs.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use strict;
33
use warnings;
44
package CPAN::Meta::Prereqs;
55

6-
our $VERSION = '2.150011';
6+
our $VERSION = '2.150012';
77

88
=head1 DESCRIPTION
99

lib/CPAN/Meta/Spec.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use strict;
88
use warnings;
99
package CPAN::Meta::Spec;
1010

11-
our $VERSION = '2.150011';
11+
our $VERSION = '2.150012';
1212

1313
1;
1414

lib/CPAN/Meta/Validator.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use strict;
33
use warnings;
44
package CPAN::Meta::Validator;
55

6-
our $VERSION = '2.150011';
6+
our $VERSION = '2.150012';
77

88
=head1 SYNOPSIS
99

0 commit comments

Comments
 (0)