Skip Menu |

This queue is for tickets about the Shell CPAN distribution.

Report information
The Basics
Id: 64924
Status: resolved
Priority: 0/
Queue: Shell

People
Owner: ferreira [...] shoo.cpan.org
Requestors: MSTEVENS [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 0.72
Fixed in: 0.73



Subject: fix podchecker warnings
podchecker gives warnings: mstevens@mstevens-desktop:~/Shell-0.72$ find . -name \*pm -exec ~/bleadperl/build/bin/podchecker5.13.8 {} \; *** ERROR: =item without previous =over at line 37 in file ./Shell.pm ./Shell.pm has 1 pod syntax error. Proposed fix attached.
Subject: shell.pod.patch
diff -urN Shell-0.72.orig/Shell.pm Shell-0.72/Shell.pm --- Shell-0.72.orig/Shell.pm 2007-02-02 18:15:12.000000000 +0000 +++ Shell-0.72/Shell.pm 2011-01-19 12:22:02.883123003 +0000 @@ -34,6 +34,8 @@ =begin private +=over + =item B<_make_cmd> $sub = _make_cmd($cmd); @@ -41,6 +43,8 @@ Creates a closure which invokes the system command C<$cmd>. +=back + =end private =cut