Skip to content

Commit

Permalink
fixed pod doc for chmod
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdvt92 authored and bingos committed Mar 25, 2023
1 parent 242a65d commit 69a8c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Archive/Tar/File.pm
Expand Up @@ -601,7 +601,7 @@ sub rename {
return 1;
}

=head2 $bool = $file->chmod $mode)
=head2 $bool = $file->chmod( $mode )
Change mode of $file to $mode. The mode can be a string or a number
which is interpreted as octal whether or not a leading 0 is given.
Expand Down

0 comments on commit 69a8c94

Please sign in to comment.