Blame Changes

Packit 051130
Changes for Perl extension Test-NoWarnings
Packit 051130
Packit 051130
1.04 Thu 1 Dec 2011 - Adam Kennedy
Packit 051130
	- Added the experimental :early debugging pragma to cause warnings
Packit 051130
	  to be emitted immediately. This should stay off otherwise (ADAMK)
Packit 051130
Packit 051130
1.03 Tue 2 Aug 2011 - Adam Kennedy
Packit 051130
	- Test::Builder and Test::Tester dependencies were the wrong way
Packit 051130
	  around, corrected (ADAMK)
Packit 051130
Packit 051130
1.02 Thu 9 Sep 2010 - Adam Kennedy
Packit 051130
	- Don't "use warnings" anywhere inside of Test::NoWarnings::* just
Packit 051130
	  in case we trigger a recursive warning handler in future (ADAMK)
Packit 051130
	- Remove the need for a private variable when detecting
Packit 051130
	  Devel::StackTrace support (ADAMK)
Packit 051130
	- Don't import unused functions from Carp or Test::Builder (ADAMK)
Packit 051130
	- Minor documentation tweaks (ADAMK)
Packit 051130
	- Correct the repository metadata in META.yml (ADAMK)
Packit 051130
	- Minor cleanups in the eumm-update generated code (ADAMK)
Packit 051130
	- Added a dedicated compile test (ADAMK)
Packit 051130
Packit 051130
1.01 15 Jan 2010 - Adam Kennedy
Packit 051130
	- My release automation accidentally decided that Test::NoWarnings
Packit 051130
	  was a Perl licensed distribution. Added in the appropriate changes
Packit 051130
	  to make sure it is correctly built with the LGPL license.
Packit 051130
Packit 051130
1.00 11 Jan 2010 - Adam Kennedy
Packit 051130
	- Cleaned and updated the packaging of the module, the dependencies
Packit 051130
	  and the Makefile.PL contents, but otherwise remains unchanged (ADAMK)
Packit 051130
	- Now makes explicit the Perl 5.006 dependency that was previously
Packit 051130
	  an undocumented implicit dependency (ADAMK)
Packit 051130
	- Adding some rudimentary author tests, added automatically by
Packit 051130
	  my release automation (ADAMK)
Packit 051130
Packit 051130
0.084 20 Oct 2007
Packit 051130
	- Perl 5.005 throws a warning when accessing $Carp::VERSION and was
Packit 051130
	  causing a test to fail.
Packit 051130
Packit 051130
0.083 15 Dec 2006
Packit 051130
	- Finally got rid of INSTALLDIRS => 'perl' from Makefile.PL. It should
Packit 051130
	  never have been there but removing it could cause hassle because of
Packit 051130
	  Perl's weird ordering of include directories. Basically if an older
Packit 051130
	  version exists in the 'perl' installdir it could be picked up instead
Packit 051130
	  of the newer version.
Packit 051130
Packit 051130
0.082  8 Oct 2005
Packit 051130
	- Test::Tester now checks depth by default but depth cannot work with
Packit 051130
	  tests in END blocks so we need to account for this.
Packit 051130
Packit 051130
0.081 10 Sep 2005
Packit 051130
	- Use the new easier Test::Tester way of doing things.
Packit 051130
Packit 051130
0.08  2 Jul 2005
Packit 051130
	- Fixed one of the test scripts. $T::B::Level was wrong, with older
Packit 051130
	  TB's it didn't matter but it does now.
Packit 051130
Packit 051130
0.07  3 Aug 2004
Packit 051130
	- Carp.pm changed slightly in perl5.8.5. It used to behave like
Packit 051130
	  warn in that it didn't put "at line blah" at the end of a message
Packit 051130
	  that had a \n, even when it was supposed to be doing a full stack
Packit 051130
	  trace. Now it does (which is probably a good since the stack trace
Packit 051130
	  was missing the first frame). The tests now check Carp's version
Packit 051130
	  number.
Packit 051130
Packit 051130
0.06 16 Dec 2003
Packit 051130
	- Forget to include the LGPL
Packit 051130
Packit 051130
0.05 19 Jul 2003
Packit 051130
	- For Carp on 5.6.1 we now have to fiddle with CarpLevel
Packit 051130
Packit 051130
0.04 13 Jul 2003
Packit 051130
	- Carp on 5.6.1 doesn't export longmess, so we have to use a fully
Packit 051130
	  qualified call to Carp::longmess()
Packit 051130
Packit 051130
0.03  7 Jul 2003
Packit 051130
	- require Test::NoWarnings will not turn on the automatic test at the
Packit 051130
	  end. This is to stop tests running when MakeMaker is checking the
Packit 051130
	  version.
Packit 051130
Packit 051130
0.02  1 Jul 2003
Packit 051130
	- Arghhhh! Dependencies! Fixed now
Packit 051130
Packit 051130
0.01 date unknown
Packit 051130
	- Renamed from Test::Warn::None
Packit 051130
	- Now it copes with forks
Packit 051130
Packit 051130
0.02 date unknown
Packit 051130
	- Updated Test::Tester dependency
Packit 051130
Packit 051130
0.01 date unknown
Packit 051130
	- Initial release