1Changes for Perl extension Test-NoWarnings
2
31.01 15 Jan 2010 - Adam Kennedy
4	- My release automation accidentally decided that Test::NoWarnings
5	  was a Perl licensed distribution. Added in the appropriate changes
6	  to make sure it is correctly built with the LGPL license.
7
81.00 11 Jan 2010 - Adam Kennedy
9	- Cleaned and updated the packaging of the module, the dependencies
10	  and the Makefile.PL contents, but otherwise remains unchanged (ADAMK)
11	- Now makes explicit the Perl 5.006 dependency that was previously
12	  an undocumented implicit dependency (ADAMK)
13
140.084 20 Oct 2007
15	- Perl 5.005 throws a warning when accessing $Carp::VERSION and was
16	  causing a test to fail.
17
180.083 15 Dec 2006
19	- Finally got rid of INSTALLDIRS => 'perl' from Makefile.PL. It should
20	  never have been there but removing it could cause hassle because of
21	  Perl's weird ordering of include directories. Basically if an older
22	  version exists in the 'perl' installdir it could be picked up instead
23	  of the newer version.
24
250.082  8 Oct 2005
26	- Test::Tester now checks depth by default but depth cannot work with
27	  tests in END blocks so we need to account for this.
28
290.081 10 Sep 2005
30	- Use the new easier Test::Tester way of doing things.
31
320.08  2 Jul 2005
33	- Fixed one of the test scripts. $T::B::Level was wrong, with older
34	  TB's it didn't matter but it does now.
35
360.07  3 Aug 2004
37	- Carp.pm changed slightly in perl5.8.5. It used to behave like
38	  warn in that it didn't put "at line blah" at the end of a message
39	  that had a \n, even when it was supposed to be doing a full stack
40	  trace. Now it does (which is probably a good since the stack trace
41	  was missing the first frame). The tests now check Carp's version
42	  number.
43
440.06 16 Dec 2003
45	- Forget to include the LGPL
46
470.05 19 Jul 2003
48	- For Carp on 5.6.1 we now have to fiddle with CarpLevel
49
500.04 13 Jul 2003
51	- Carp on 5.6.1 doesn't export longmess, so we have to use a fully
52	  qualified call to Carp::longmess()
53
540.03  7 Jul 2003
55	- require Test::NoWarnings will not turn on the automatic test at the
56	  end. This is to stop tests running when MakeMaker is checking the
57	  version.
58
590.02  1 Jul 2003
60	- Arghhhh! Dependencies! Fixed now
61
620.01 date unknown
63	- Renamed from Test::Warn::None
64	- Now it copes with forks
65
660.02 date unknown
67	- Updated Test::Tester dependency
68
690.01 date unknown
70	- Initial release
71