Skip to content

Commit

Permalink
Book-keeping for test release
Browse files Browse the repository at this point in the history
  • Loading branch information
DrHyde committed Aug 31, 2023
1 parent a3808ae commit ffbafc2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Build.PL
Expand Up @@ -74,7 +74,7 @@ my $build = Module::Build->subclass(
meta_add => { no_index => { directory => [ 'utils' ] } },
meta_merge => {
resources => {
repository => 'https://github.com/robkinyon/dbm-deep',
repository => 'https://github.com/DrHyde/perl-modules-DBM-Deep',
}
},
);
Expand Down
3 changes: 3 additions & 0 deletions MANIFEST.SKIP
Expand Up @@ -22,3 +22,6 @@ cover_db
^.git
^MYMETA.yml$
^MYMETA\.json$
TODO
README.md
etc/sql_example.pl
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);
our $VERSION = q(2.0016_001);

use Scalar::Util ();

Expand Down
16 changes: 5 additions & 11 deletions lib/DBM/Deep.pod
Expand Up @@ -2,10 +2,6 @@

DBM::Deep - A pure perl multi-level hash/array DBM that supports transactions

=head1 VERSION

2.0016

=head1 SYNOPSIS

use DBM::Deep;
Expand Down Expand Up @@ -1275,17 +1271,15 @@ L<Devel::Cover> report on this distribution's test suite.

=head1 MORE INFORMATION

Check out the DBM::Deep Google Group at L<http://groups.google.com/group/DBM-Deep>
or send email to L<DBM-Deep@googlegroups.com|mailto:DBM-Deep@googlegroups.com>.
You can also visit #dbm-deep on irc.perl.org

The source code repository is at L<http://github.com/robkinyon/dbm-deep>
The source code repository is at L<http://github.com/DrHyde/perl-modules-DBM-Deep>

=head1 MAINTAINERS

Rob Kinyon, L<rkinyon@cpan.org|mailto:rkinyon@cpan.org>
Currently maintained by David Cantrell L<dcantrell@cpan.org|mailto:dcantrell@cpan.org>.

Originally written by Joseph Huckaby, L<jhuckaby@cpan.org|mailto:jhuckaby@cpan.org>
with significant additions by Rob Kinyon, L<rkinyon@cpan.org|mailto:rkinyon@cpan.org>


=head1 SPONSORS

Expand Down Expand Up @@ -1323,7 +1317,7 @@ L<nfs(5)>

=head1 LICENSE

Copyright (c) 2007-14 Rob Kinyon. All Rights Reserved.
Copyright (c) 2007-23 Rob Kinyon and others. All Rights Reserved.
This is free software, you may use it and distribute it under the same terms
as Perl itself.

Expand Down

0 comments on commit ffbafc2

Please sign in to comment.