summaryrefslogtreecommitdiff
path: root/cpan/parent
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2020-02-07 10:21:48 +0000
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2020-02-07 10:21:48 +0000
commit56572701363e79f88c8b55cb3a7ce405ef09cb0d (patch)
tree6b34a0e69c7ccc2be563657456bad8e77c354fd5 /cpan/parent
parent8f62b02f3875903fe494e2b756356b605d1b3888 (diff)
downloadperl-56572701363e79f88c8b55cb3a7ce405ef09cb0d.tar.gz
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)
Diffstat (limited to 'cpan/parent')
-rw-r--r--cpan/parent/lib/parent.pm12
1 files changed, 10 insertions, 2 deletions
diff --git a/cpan/parent/lib/parent.pm b/cpan/parent/lib/parent.pm
index 9bf99699c1..f2405efe7e 100644
--- a/cpan/parent/lib/parent.pm
+++ b/cpan/parent/lib/parent.pm
@@ -1,7 +1,7 @@
package parent;
use strict;
-our $VERSION = '0.237';
+our $VERSION = '0.238';
sub import {
my $class = shift;
@@ -99,7 +99,15 @@ that had accumulated in it.
=head1 SEE ALSO
-L<base>
+=over 4
+
+=item L<base>
+
+=item L<parent::versioned>
+
+A fork of L<parent> that provides version checking in parent class modules.
+
+=back
=head1 AUTHORS AND CONTRIBUTORS