NAME
JIRA::Attachments::Rename
VERSION
This documentation refers to version 1.01
SYNOPSIS
my $sample = JIRA::Attachments::Rename->new("/tmp", "BDV", "BPV");
$sample->att_rename();
DESCRIPTION
This module is used to rename JIRA attachment sub-directories after project keys have been changed.
SUBROUTINES/METHODS
new($dir, $old_key, $new_key )
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.
DEPENDENCIES
File::Find
DIAGNOSTICS
None
CONFIGURATION AND ENVIRONMENT
None
BUGS AND LIMITATIONS
None
AUTHOR
Martin-Louis Bright (mlbright@gmail.com)
COPYRIGHT
Perl standard distribution license.