Skip to content

Commit

Permalink
Book-keeping for release
Browse files Browse the repository at this point in the history
  • Loading branch information
DrHyde committed Sep 1, 2023
1 parent ffbafc2 commit 806bbea
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
1 change: 1 addition & 0 deletions Build.PL
Expand Up @@ -75,6 +75,7 @@ my $build = Module::Build->subclass(
meta_merge => {
resources => {
repository => 'https://github.com/DrHyde/perl-modules-DBM-Deep',
bugtracker => 'https://github.com/DrHyde/perl-modules-DBM-Deep/issues',
}
},
);
Expand Down
2 changes: 1 addition & 1 deletion Changes
@@ -1,6 +1,6 @@
Revision history for DBM::Deep (ordered by revision number).

2.0017 2023-XX-XX
2.0017 2023-09-01

- get rid of old perl4-style ' package separator and use :: instead
for compatibility with perl 5.38
Expand Down
15 changes: 9 additions & 6 deletions META.json
Expand Up @@ -4,13 +4,13 @@
"unknown"
],
"dynamic_config" : 1,
"generated_by" : "Module::Build version 0.4218",
"generated_by" : "Module::Build version 0.4234",
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : "2"
"version" : 2
},
"name" : "DBM-Deep",
"no_index" : {
Expand Down Expand Up @@ -47,7 +47,7 @@
"provides" : {
"DBM::Deep" : {
"file" : "lib/DBM/Deep.pm",
"version" : "2.0016"
"version" : "2.0017"
},
"DBM::Deep::Array" : {
"file" : "lib/DBM/Deep/Array.pm"
Expand Down Expand Up @@ -127,13 +127,16 @@
},
"release_status" : "stable",
"resources" : {
"bugtracker" : {
"web" : "https://github.com/DrHyde/perl-modules-DBM-Deep/issues"
},
"license" : [
"http://dev.perl.org/licenses/"
],
"repository" : {
"url" : "https://github.com/robkinyon/dbm-deep"
"url" : "https://github.com/DrHyde/perl-modules-DBM-Deep"
}
},
"version" : "2.0016",
"x_serialization_backend" : "JSON::PP version 2.27300"
"version" : "2.0017",
"x_serialization_backend" : "JSON::PP version 4.16"
}
2 changes: 1 addition & 1 deletion lib/DBM/Deep.pm
Expand Up @@ -6,7 +6,7 @@ use strict;
use warnings FATAL => 'all';
no warnings 'recursion';

our $VERSION = q(2.0016_001);
our $VERSION = q(2.0017);

use Scalar::Util ();

Expand Down

0 comments on commit 806bbea

Please sign in to comment.