Skip to content

Commit 5657270

Browse files
committed
Update parent to CPAN version 0.238
[DELTA] 0.238 2020-02-07 . Move the prerequisite Test::More from being a runtime prerequisite to a test time / build time prerequisite (PR #11, by Haarg)
1 parent 8f62b02 commit 5657270

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

Porting/Maintainers.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -854,7 +854,7 @@ package Maintainers;
854854
},
855855

856856
'parent' => {
857-
'DISTRIBUTION' => 'CORION/parent-0.237.tar.gz',
857+
'DISTRIBUTION' => 'CORION/parent-0.238.tar.gz',
858858
'FILES' => q[cpan/parent],
859859
'EXCLUDED' => [
860860
qr{^xt}

cpan/parent/lib/parent.pm

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package parent;
22
use strict;
33

4-
our $VERSION = '0.237';
4+
our $VERSION = '0.238';
55

66
sub import {
77
my $class = shift;
@@ -99,7 +99,15 @@ that had accumulated in it.
9999
100100
=head1 SEE ALSO
101101
102-
L<base>
102+
=over 4
103+
104+
=item L<base>
105+
106+
=item L<parent::versioned>
107+
108+
A fork of L<parent> that provides version checking in parent class modules.
109+
110+
=back
103111
104112
=head1 AUTHORS AND CONTRIBUTORS
105113

0 commit comments

Comments
 (0)