diff options
-rw-r--r-- | lib/Pod/Checker.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Pod/Checker.pm b/lib/Pod/Checker.pm index fb877e2a2d..5c301b6de6 100644 --- 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; |