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

2.024 2024-01-08T15:34:49Z
	* refresh distro
	* fix tests for parallel execution (https://rt.cpan.org/Ticket/Display.html?id=92604)

2.023 2022-01-08T21:48:28Z
	* No code changes. Fix a link in the README.pod.

2.022 2021-01-16T13:29:49Z
	* freshen distro, remove Travis CI, add Github Actions
	* choroba fixed parallel testing (Github #4)

2.021 2018-05-08T02:47:56Z
	* Clarify that it's the Artistic License 2.0

2.02_01 2016-06-07T20:39:40Z
	* Start tracking down odd get_test_files failures.

2.02 - 2014-08-26
	* Fix rt.cpan.org #98288: fix a spelling mistake

2.00_001 - 2013-07-11
	* Switch back to Makefile.PL—so much simpler

2.00_01 - 2011-07-20
	* Work with Module::Build by supplying a subclass.

1.23 - 2009-07-17
	* Move everything to git and finally make a release

1.22_03 - 2008-07-29
	* Fixed bug for missing file: previously the missing file
	name was passed through to run_t_files, although without
	the t/ added to its path. Test::Manifest should only
	warn about and skip missing files.

1.22_02 - 2008-01-24
	* File path and unlink fixes for VMS (RT #32061). Let's see if this works.

1.22_01 - 2008-01-06
	* Changed test file names to only have one dot in them so they
	work on VMS and ODS-2 file systems: RT #32061
	* This is a test release.

1.22 - 2007-10-27
	* distro cleanups after moving from CVS to SVN

1.21 - 2007-09-19
	* [BUGFIX] getting rid of Test::More

1.17 - 2007-02-22
	* Updated to Sourceforge's SVN repository
	* Dist conforms to META 1.2 spec
	* No feature changes, so no big hurry to upgrade

1.16 - 2006-08-29
	* Added an experimental feature to grab file names from additional
	files. Just specify which other files to grab file names from:

	;include names_in_this_file.txt

	See the docs for get_t_files().

	* This is an experimental feature. This feature is experimental.

1.14 - 2005-03-26
	* put paths together with File::Spec (so this should work on
	Windows
	* You can now define levels of testing with TEST_LEVEL (e.g.
	make test TEST_LEVEL=2)

1.13 - 2005-03-19
	* Added POD Coverage tests
	* No more fooling with ExtUtils::* ---> put things in MY::* to
	change behavior.
	* If you are using Test::Manifest, you should upgrade and adjust
	your Makefile.PL: the magic happens when Test::Manifest loads, so
	you only need to load it.  Ensure you require the right version:
		eval "use Test::Manifest 1.13";

1.11 - 2004-09-25
	* This is a release version.  It's the same code as 0.95
	* Some doc updates

0.95 - 2004-09-02
	* Test::Manifest is now more tolerant of sloppiness.  It strips leading
	and trailing whitespace as it reads lines from test_manifest, and it
	skips comment lines.
	* If you already have Test::Manifest, you don't need to rush to get this
	new version unless you have a problem with whitespace issues.

0.93 - 2004-02-20
	* some minor tweaks for warnings, clarity
	* docs show way to make Test::Manifest optional (should have thought
	of it sooner)

0.92 - 2003-07-30
	* Made tests run clean under warnings.
	* Closed a file that failed when trying to delete it under
	  Windows.  (Thanks Mike O'Regan)
	* Added POD tests.

0.91 - 2002-12-11
	* require ExtUtils::MakeMaker 6.x so the right run_tests is
	available

0.9 - 2002-10-10
	* removed as many dependencies as possible