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:
5a52808
)
Adjust the formatting of the note about t/op/re.t
author
Ævar Arnfjörð Bjarmason
<avarab@gmail.com>
Thu, 25 Mar 2010 20:56:49 +0000
(20:56 +0000)
committer
Jesse Vincent
<jesse@bestpractical.com>
Sat, 27 Mar 2010 16:15:41 +0000
(12:15 -0400)
POD formatters will now render this note one one line like the rest of
the items in the list.
pod/perl5120delta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perl5120delta.pod
b/pod/perl5120delta.pod
index
236df72
..
ef756bd
100644
(file)
--- a/
pod/perl5120delta.pod
+++ b/
pod/perl5120delta.pod
@@
-1897,9
+1897,7
@@
F<t/op/reg_posixcc.t> checks that POSIX character classes behave consistently.
=item *
-F<t/op/re.t>
-
-checks that exportable C<re> functions in F<universal.c> work.
+F<t/op/re.t> checks that exportable C<re> functions in F<universal.c> work.
=item *