Skip to content

Commit

Permalink
Minor book-keeping to fix issue-reporting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
DrHyde committed Nov 8, 2023
1 parent 806bbea commit efee1a0
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ my $build = Module::Build->subclass(
meta_add => { no_index => { directory => [ 'utils' ] } },
meta_merge => {
resources => {
repository => 'https://github.com/DrHyde/perl-modules-DBM-Deep',
bugtracker => 'https://github.com/DrHyde/perl-modules-DBM-Deep/issues',
repository => 'https://github.com/DBM-Deep/DBM-Deep',
bugtracker => 'https://github.com/DBM-Deep/DBM-Deep/issues',
}
},
);
Expand Down
5 changes: 5 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Revision history for DBM::Deep (ordered by revision number).

2.0018 2023-11-08

- tiny documentation and metadata fixes to make sure people go to the
correct issue tracker

2.0017 2023-09-01

- get rid of old perl4-style ' package separator and use :: instead
Expand Down
10 changes: 5 additions & 5 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"provides" : {
"DBM::Deep" : {
"file" : "lib/DBM/Deep.pm",
"version" : "2.0017"
"version" : "2.0018"
},
"DBM::Deep::Array" : {
"file" : "lib/DBM/Deep/Array.pm"
Expand Down Expand Up @@ -128,15 +128,15 @@
"release_status" : "stable",
"resources" : {
"bugtracker" : {
"web" : "https://github.com/DrHyde/perl-modules-DBM-Deep/issues"
"web" : "https://github.com/DBM-Deep/DBM-Deep/issues"
},
"license" : [
"http://dev.perl.org/licenses/"
],
"repository" : {
"url" : "https://github.com/DrHyde/perl-modules-DBM-Deep"
"url" : "https://github.com/DBM-Deep/DBM-Deep"
}
},
"version" : "2.0017",
"x_serialization_backend" : "JSON::PP version 4.16"
"version" : "2.0018",
"x_serialization_backend" : "JSON::PP version 4.02"
}
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,7 @@ and you still have questions or concerns you can check the DBM::Deep
Google Group at http://groups.google.com/group/DBM-Deep,
or send an email to DBM-Deep@googlegroups.com.

Finally, You can also visit #dbm-deep on irc.perl.org.

The source code repository is at http://github.com/robkinyon/dbm-deep
The source code repository is at http://github.com/DBM-Deep/DBM-Deep

#### Maintainers ####

Expand Down
2 changes: 1 addition & 1 deletion lib/DBM/Deep.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use strict;
use warnings FATAL => 'all';
no warnings 'recursion';

our $VERSION = q(2.0017);
our $VERSION = q(2.0018);

use Scalar::Util ();

Expand Down

0 comments on commit efee1a0

Please sign in to comment.