add Test::More and update the time... ready for release

This commit is contained in:
Zane C. B-H 2019-02-14 07:56:49 -06:00
parent dea15d87b8
commit 3aa8855d23
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
Revision history for File-Find-Rule-UnixPermissions
0.0.0 2018-02-14/07:15
0.0.0 2018-02-14/08:00
-Initial release.

View File

@ -17,6 +17,7 @@ WriteMakefile(
BUILD_REQUIRES => {
'File::Find::Rule'=>'0',
'Fcntl'=>'0',
'Test::More'=>'0',
},
dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
clean => { FILES => 'File-Find-Rule-UnixPermissions-*' },