source: trunk/essentials/dev-lang/perl/lib/File/stat.pm@ 3296

Last change on this file since 3296 was 3181, checked in by bird, 19 years ago

perl 5.8.8

File size: 3.3 KB
Line 
1package File::stat;
2use 5.006;
3
4use strict;
5use warnings;
6
7our(@EXPORT, @EXPORT_OK, %EXPORT_TAGS);
8
9our $VERSION = '1.00';
10
11BEGIN {
12 use Exporter ();
13 @EXPORT = qw(stat lstat);
14 @EXPORT_OK = qw( $st_dev $st_ino $st_mode
15 $st_nlink $st_uid $st_gid
16 $st_rdev $st_size