projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
031a4be
)
Pod cleanup in Shell.pm
Rafael Garcia-Suarez [Mon, 10 Jul 2006 09:53:33 +0000 (09:53 +0000)]
p4raw-id: //depot/perl@28522
lib/Shell.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Shell.pm
b/lib/Shell.pm
index
1acbba7
..
e9af9c4
100644
(file)
--- 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 {