diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-11-09 04:36:21 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-11-09 04:36:21 +0000 |
commit | 826a9e1285c432ecea811e1c8c0049a6d9dbb82e (patch) | |
tree | 7911c56aaa3711eb77fdf91733f59e6545c557e3 /lib | |
parent | 3c73c7297ece6e7b9c9d9fd1e3bc63bfd3aeac0a (diff) | |
download | perl-826a9e1285c432ecea811e1c8c0049a6d9dbb82e.tar.gz |
Forgot from #7618.
p4raw-id: //depot/perl@7619
Diffstat (limited to 'lib')
-rw-r--r-- | lib/File/stat.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/File/stat.pm b/lib/File/stat.pm index 0cf7a0b7aa..be14fbcede 100644 --- a/lib/File/stat.pm +++ b/lib/File/stat.pm @@ -20,7 +20,7 @@ use vars @EXPORT_OK; # Class::Struct forbids use of @ISA sub import { goto &Exporter::import } -use Class::Struct qw(struct); +use Class::Struct; struct 'File::stat' => [ map { $_ => '$' } qw{ dev ino mode nlink uid gid rdev size |