Change 28522 by [EMAIL PROTECTED] on 2006/07/10 09:53:33
Pod cleanup in Shell.pm
Affected files ...
... //depot/perl/lib/Shell.pm#23 edit
Differences ...
==== //depot/perl/lib/Shell.pm#23 (text) ====
Index: perl/lib/Shell.pm
--- perl/lib/Shell.pm#22~28502~ 2006-07-07 07:52:15.000000000 -0700
+++ perl/lib/Shell.pm 2006-07-10 02:53:33.000000000 -0700
@@ -34,6 +34,8 @@
=begin private
+=over
+
=item B<_make_cmd>
$sub = _make_cmd($cmd);
@@ -41,6 +43,10 @@
Creates a closure which invokes the system command C<$cmd>.
+=back
+
+=end private
+
=cut
sub _make_cmd {
End of Patch.