fix some broken POD in Storage.pm
This commit is contained in:
parent
b2e846bbcf
commit
69ca406b38
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ This package provides a mechanism for storing and retrieving files that are not
|
|||
$store->copyFile($filename, $newFilename);
|
||||
$store->delete;
|
||||
$store->deleteFile($filename);
|
||||
$store->rename($filename, $newFilename);
|
||||
$store->renameFile($filename, $newFilename);
|
||||
$store->setPrivileges($userId, $groupIdView, $groupIdEdit);
|
||||
|
||||
=head1 METHODS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue