App-FileTools-BulkRename

 view release on metacpan or  search on metacpan

bin/brn  view on Meta::CPAN

=over

=item S< 0> B<None>           No Error

=item S< 1> B<Help>           Help was requested

=item S< 2> B<Docs>           Readme or manual was requested

=item S< 3> B<Info>           Other information was requested

=item S<16> B<General>        Unknown Error

=item S<17> B<NoSuchFile>     File Not Found

=item S<18> B<BadConfigFile>  Configuration File Error

=item S<19> B<BadPreset>      No Such Preset

=item S<20> B<NotImplemented> This Feature is Currently Not Implemented

=back

=back

=head1 ENVIRONMENT

The 'HOME' environment variable is used to determine the default
location of the rn.conf file.

=head1 AUTHOR

 Original Author: Larry Wall
 Second Author:   Robin Barker
 Current Author:  Stirling Westrup

=head1 SEE ALSO

mv(1), perl(1), rename(1), prename(1), File::rename(3pm), App::perlmv(3pm)

=head1 DIAGNOSTICS

If you give an invalid Perl expression you'll get a syntax error.

=head1 BUGS

There are probably innumerable bugs in this code as it is still in
alpha state. Among the known problems are the possibly incorrect
chaining of -u options, and the failure to always maintain the order
of mixed -e and -u options.

In addition there are many stubs for features that do not yet work
fully (if at all) and the documentation is slightly behind the work.

=head1 HISTORY

The original C<rename> did not check for the existence of target filenames,
so had to be used with care.  I hope I've fixed that (Robin Barker).

The original C<rename> seemed to me to be lacking a number of useful
features, and as its last update had been back in 1998, I (Stirling
Westrup) decided to fork a version to work on.

=cut



( run in 0.767 second using v1.01-cache-2.11-cpan-39bf76dae61 )