NAME
JIRA::Attachments::Rename
VERSION
This documentation refers to version 1.01
SYNOPSIS
c<< 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
c<new()>
Creates our object.
c<att_rename( $dir, $old_key, $new_key )>
Takes a directory where JIRA attachments are located, an old project key and and a new project key.
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.