Fix MM doc's use of "SUPER::"
[p5sagit/p5-mst-13.2.git] / lib / File / stat.pm
index 581fbf3..82cb3f6 100644 (file)
@@ -34,7 +34,7 @@ sub populate (@) {
     return $stob;
 } 
 
-sub lstat (*)  { populate(CORE::lstat(shift)) }
+sub lstat ($)  { populate(CORE::lstat(shift)) }
 
 sub stat ($) {
     my $arg = shift;
@@ -50,7 +50,7 @@ __END__
 
 =head1 NAME
 
-File::stat.pm - by-name interface to Perl's built-in stat() functions
+File::stat - by-name interface to Perl's built-in stat() functions
 
 =head1 SYNOPSIS