From 2b63cd5cea47e4bc97380284adf9fb0e89f7c10c Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Mon, 10 Jul 2006 09:53:33 +0000 Subject: [PATCH] Pod cleanup in Shell.pm p4raw-id: //depot/perl@28522 --- lib/Shell.pm | 6 ++++++ 1 file changed, 6 insertions(+) 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 { -- 2.7.4