ready for testing

git-svn-id: svn://127.0.0.1/Perl/File::Permissions::Unix/trunk@488 0c1c3402-1be1-de11-8092-0022686faf23
This commit is contained in:
vvelox 2011-08-14 09:44:57 +00:00
parent 2fe5a03f1f
commit 1ef1bbcf46
2 changed files with 4 additions and 0 deletions

View File

@ -13,6 +13,7 @@ WriteMakefile(
PL_FILES => {},
PREREQ_PM => {
'Test::More' => 0,
'Error::Helper' => 0,
},
dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
clean => { FILES => 'File-Permissions-Unix-*' },

View File

@ -3,6 +3,9 @@ File-Permissions-Unix
Provides a object orient representation of file system
permissions.
It also makes it easier to work with as it avoids having
to deal with octal stuff.
INSTALLATION
To install this module, run the following commands: