diff options
author | ponce <matteo.bernardini@gmail.com> | 2012-08-25 18:36:20 +0200 |
---|---|---|
committer | ponce <matteo.bernardini@gmail.com> | 2012-08-25 18:36:20 +0200 |
commit | cb3e51a2b562d7256d92150a7fa61f69c840635b (patch) | |
tree | 5428b928cd9a32e042b8f0bf3ee442d1928269f6 /perl | |
parent | f6a48f76263d30ff30df29577f166aaefeb1a2d3 (diff) | |
download | slackbuilds-cb3e51a2b562d7256d92150a7fa61f69c840635b.tar.gz |
perl/perl-file-listing: Fixed dep information
Diffstat (limited to 'perl')
-rw-r--r-- | perl/perl-file-listing/README | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/perl/perl-file-listing/README b/perl/perl-file-listing/README index 9d2fc2392a..a76cfefbaa 100644 --- a/perl/perl-file-listing/README +++ b/perl/perl-file-listing/README @@ -21,5 +21,3 @@ are represented by an array consisting of [ $filename, $filetype, $filesize, $filetime, $filemode ]. The $filetype value is one of the letters 'f', 'd', 'l' or '?'. The $filetime value is the seconds since Jan 1, 1970. The $filemode is a bitmask like the mode returned by stat(). - -This requires perl-http-date. |