File: Changes

package info (click to toggle)
libtest-manifest-perl 1.14-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, sarge
  • size: 96 kB
  • ctags: 7
  • sloc: perl: 78; makefile: 35
file content (39 lines) | stat: -rw-r--r-- 1,414 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
$Id: Changes,v 1.9 2005/03/19 18:38:23 comdog Exp $

1.13 - Sat Mar 19 12:36:04 2005
	* 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 - Sat Sep 25 18:43:38 2004
	* This is a release version.  It's the same code as 0.95
	* Some doc updates

0.95 - Thu Sep  2 15:59:26 2004
* 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 - Fri Feb 20 15:18:23 2004
	* some minor tweaks for warnings, clarity
	* docs show way to make Test::Manifest optional (should have thought 
	of it sooner)

0.92 - Wed Jul 30 14:10:00 2003
        * 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 - Wed Dec 11 00:48:55 2002
	* require ExtUtils::MakeMaker 6.x so the right run_tests is 
	available

0.9 - Thu Oct 10 00:27:13 EDT 2002
	+ removed as many dependencies as possible