Tweak audio/festvox-el11 version 1.4.0_2
[dports.git] / devel / p5-File-CreationTime / pkg-descr
1 Keeps track of creation times on filesystems that don't normally provide
2 such information.
3
4     use File::CreationTime;
5
6     my $file = '/path/to/file';
7     print "$file was created: ". creation_time($file). "\n";
8
9 WWW: http://search.cpan.org/dist/File-CreationTime/