ready for testing

git-svn-id: svn://127.0.0.1/Perl/File::Permissions::Unix/trunk@488 0c1c3402-1be1-de11-8092-0022686faf23
Cette révision appartient à :
vvelox 2011-08-14 09:44:57 +00:00
Parent 2fe5a03f1f
révision 1ef1bbcf46
2 fichiers modifiés avec 4 ajouts et 0 suppressions

Voir le fichier

@ -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-*' },

Voir le fichier

@ -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: