The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension File::Rename.

1.30_02 Neil Bowers 2021-09-05
    Add LICENCE=>perl to Makefile.PL

1.30_01 Robin Barker 2021-08-16
        Fix tests for perl < 5.8.9 (on cygwin)

1.30    Robin Barker 2021-08-16
    Unicode support: --unicode and File::Rename::Unicode

1.29_06 Robin Barker 2021-08-04 - not released
    Documented approach to unicode strings in README

1.29_05 Robin Narker 2021-08-03
    Add encoding to --unicode
    Reworked C<create()> in testlib.pl:
        removed unnessary C<die>
        simplified File-Rename-unicode.t

1.29_04 Robin Narker 2021-08-02
    Tests which should skip_all: BEGIN { plan skip_all => 

1.29_03 Robin Narker 2021-08-01
    Fix tests which should skip

1.29_02 Robin Narker 2021-08-01
    Add File::Rename::Unicode to hide C<use feature>

1.29_01 Robin Narker 2021-07-31
    Add -u to do utf8::upgrade and unicode_strings

1.20	Robin Barker 2021-03-22
	On darwin, when built with ExtUtils::MakeMaker, 
	builds the correct script and passes tests; see
	http://matrix.cpantesters.org/?dist=File-Rename%201.19_04;os=darwin;reports=1

	1.19_04 Robin Barker 2021-03-20
	Fix distribution file format

	1.19_03 Robin Barker 2021-03-19
	Fix META.* for Makefile.PL

	1.19_02 Robin Barker 2021-03-18
	More robust OSType handling

	1.19_01	Robin Barker 2021-03-17
	Fix Makefile and tests to find script on darwin

1.13	Robin Barker 2020-06-17
        Fix 'examples' test script to do file globbing

1.12	Robin Barker 2020-06-17
	Added new test script to MANIFEST

1.11	Robin Barker 2020-06-16
	Added more examples in the script POD, suggested by 'xavier'
	Added a test script to test that examples in POD are valid

1.10	Robin Barker 2018-09-25
	Added option --filename [-d] to rename filename component only
	Added option --fullpath [--path] to rename any part of path 

1.09_04 Robin Barker 2018-09-19
	Added CONTRIBUTING
	Fixed file 'log' which was supposed to be deleted

1.09_03	Robin Barker 2018-09-17
	Change options to closer align to original feature request

1.09_02	Robin Barker 2018-09-16
	Fix test failure for perl 5.14

1.09_01	Robin Barker 2018-09-16
	Option for renaming file component only: filename-only/-d

1.00	Robin Barker 2018-07-03
	File::Rename::Options module 

0.99_02	Robin Barker 2018-06-26
	Remove spurious C<opendir> in t/File-Rename-script.t

0.99_01	Robin Barker 2018-06-12
	File::Rename::Options in separate file

0.35	Robin Barker 2018-06-14
	Add $File::Rename::Options::VERSION

0.33	Robin Barker 2018-06-13
	Added return code for File::Rename::rename
	More tests: in preparation for v1.00
	Add $File::Rename::Options::VERSION

0.32	Robin Barker 2018-06-08 - as 0.32-fix
	Fixed syntax of rmtree() for perl5.16

0.31	Robin Barker 2018-06-05
	Removed use of s///r in tests
	Rewrote tests - more robust - use of testlib.pl

0.30	Robin Barker 2018-06-02
	(tidied configure_requires)
	removed typo from rename POD
	options do not need to before code / files
	allow null separated file names reading from STDIN

0.20	Robin Barker 2013-04-30
	Added option -E (statement): alternative to -e

0.10	Robin Barker 2013-04-29
	Merged "0.09 (beta for 0.10)" from 2006-06-26
	Added option -V (version). 

0.09	(beta for 0.10) Robin Barker 2006-06-26 - not released
	Added options -e, -f, -n and -V (version). 

	Options -e, -f, -n suggested by code
	written by Aristotle Pagaltzis.

0.06	Robin Barker 2011-09-23
	Added example/rename.pl, dealt with other Kwalitee metrics.
	Updated META files

0.05	Robin Barker 2007-10-03
	Removed perl 5.6.0 dependencies and successfully
	tested on perl 5.005_05 (with patched Temp::File).

0.04	Robin Barker 2007-09-27
	Replaced depencies on perl versions by explicit
	requirements on modules in Build.PL/Makefile.PL

0.03	Robin Barker 2007-09-26
	Added --force and --nono options (over_write, no_action)

0.02	Robin Barker 2006-01-13
	Added t/pod*.t, and extended POD to pass tests

0.01  Mon Dec 13 17:54:05 2004
	- original version; created by h2xs 1.23 with options
		-XAn File::Rename