diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2011-03-08 21:27:37 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2011-03-08 21:27:37 +0000 |
commit | 6b3df22776523c7e117a080b445b166b31464123 (patch) | |
tree | 3137d42310b802ede30bbc64dfe492c0f166cefc /pod | |
parent | 9fa86798943f58593c0291be5acd91b348948336 (diff) | |
download | perl-6b3df22776523c7e117a080b445b166b31464123.tar.gz |
Update parent to CPAN version 0.225
[DELTA]
0.225 20110308
. Applied a docpatch by Robin Barker to fix the documentation
about the warning of inheriting from yourself.
Fixes RT #66459
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perldelta.pod | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 1236c1fcd5..292316eb7e 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -142,6 +142,10 @@ C<Module::Build> has been upgraded from version 0.37_05 to 0.3800 =item * +C<parent> has been upgraded from version 0.224 to 0.225 + +=item * + C<Test::Harness> has been upgraded from version 3.22 to 3.23 =item * |