This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Pod cleanup in Shell.pm
[perl5.git] / lib / Shell.pm
index 1acbba7..e9af9c4 100644 (file)
@@ -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 {