From: Rafael Garcia-Suarez Date: Mon, 10 Jul 2006 09:53:33 +0000 (+0000) Subject: Pod cleanup in Shell.pm X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2b63cd5cea47e4bc97380284adf9fb0e89f7c10c;p=p5sagit%2Fp5-mst-13.2.git Pod cleanup in Shell.pm p4raw-id: //depot/perl@28522 --- diff --git a/lib/Shell.pm b/lib/Shell.pm index 1acbba7..e9af9c4 100644 --- a/lib/Shell.pm +++ b/lib/Shell.pm @@ -34,6 +34,8 @@ use constant OS => $^O; =begin private +=over + =item B<_make_cmd> $sub = _make_cmd($cmd); @@ -41,6 +43,10 @@ use constant OS => $^O; Creates a closure which invokes the system command C<$cmd>. +=back + +=end private + =cut sub _make_cmd {