Tested and ready for initial release.

git-svn-id: svn://127.0.0.1/Perl/File::Permissions::Unix/trunk@489 0c1c3402-1be1-de11-8092-0022686faf23
This commit is contained in:
vvelox 2011-08-14 10:05:33 +00:00
parent 1ef1bbcf46
commit 8d4f629757
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,4 @@
Revision history for File-Permissions-Unix
0.01 Date/time
First version, released on an unsuspecting world.
0.0.0 2011-08-14/05:05
-Initial release.

View File

@ -68,6 +68,7 @@ sub new{
error=>undef,
errorString=>'',
};
bless $self;
# make sure it is a valid mode
if ( $self->{mode} !~ /^[01246][01234567][01234567][01234567]$/ ){