This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
031a4be
)
Pod cleanup in Shell.pm
author
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Mon, 10 Jul 2006 09:53:33 +0000
(09:53 +0000)
committer
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
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 {