projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
caa547d
)
Be less picky about what constitutes "numeric lists" in Pod; This allows "64bit"...
Alex Vandiver [Wed, 22 Oct 2008 05:10:01 +0000 (
01:10
-0400)]
lib/Pod/Checker.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Pod/Checker.pm
b/lib/Pod/Checker.pm
index
fb877e2
..
5c301b6
100644
(file)
--- a/
lib/Pod/Checker.pm
+++ b/
lib/Pod/Checker.pm
@@
-867,7
+867,7
@@
sub command {
$self->{_list_item_contents} = $1 ? 1 : 0;
$arg = $1;
}
- elsif($arg =~ /^\d+\.?\s*(\S*)/) {
+ elsif($arg =~ /^\d+\.?\s+(\S*)/) {
$type = 'number';
$self->{_list_item_contents} = $1 ? 1 : 0;
$arg = $1;