aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-File-CreationTime/pkg-descr
blob: 6046abcd45368a22b8af2931747ebc6e4720095e (plain) (blame)
1
2
3
4
5
6
7
8
9
Keeps track of creation times on filesystems that don't normally provide
such information.

    use File::CreationTime;

    my $file = '/path/to/file';
    print "$file was created: ". creation_time($file). "\n";

WWW: https://metacpan.org/release/File-CreationTime