This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e2f0f7
)
Correct the location of t/porting/perlfunc.t in perldelta.pod
author
Nicholas Clark
<nick@ccl4.org>
Sat, 18 Feb 2012 22:10:05 +0000
(23:10 +0100)
committer
Nicholas Clark
<nick@ccl4.org>
Sat, 18 Feb 2012 22:10:05 +0000
(23:10 +0100)
It was somewhere completely wrong, thanks to no human double checking of
a git rebase during development.
pod/perldelta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
51ffc4b
..
3eec149
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-441,8
+441,7
@@
L<Version::Requirements> has been upgraded from version 0.101021 to version 0.10
=item *
-F<t/porting/perlfunc.t> has been added, to test that changes to
-F<pod/perlfunc.pod> do not inadvertently break the build of L<Pod::Functions>.
+XXX
=back
@@
-584,7
+583,8
@@
that they represent may be covered elsewhere.
=item *
-XXX
+F<t/porting/perlfunc.t> has been added, to test that changes to
+F<pod/perlfunc.pod> do not inadvertently break the build of L<Pod::Functions>.
=item *