[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)
},
'parent' => {
- 'DISTRIBUTION' => 'CORION/parent-0.237.tar.gz',
+ 'DISTRIBUTION' => 'CORION/parent-0.238.tar.gz',
'FILES' => q[cpan/parent],
'EXCLUDED' => [
qr{^xt}
package parent;
use strict;
-our $VERSION = '0.237';
+our $VERSION = '0.238';
sub import {
my $class = shift;
=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