| JIRA::Attachments::Rename |
JIRA::Attachments::Rename
This documentation refers to version 1.01
my $sample = JIRA::Attachments::Rename->new("/tmp", "TST", "TEST");
$sample->att_rename();
This module is used to rename JIRA attachment sub-directories after project keys have been changed.
Takes a directory where JIRA attachments are located, an old project key and and a new project key.
att_rename();Call this function to rename the directories matching the key indicated in the constructor.
File::Find
None
None
None
Martin-Louis Bright (mlbright@gmail.com)
Perl standard distribution license.
| JIRA::Attachments::Rename |