Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 22c26a134dc8141ef839edca8764b78e > files > 8

perl-Test-YAML-Meta-0.120.0-1mdv2010.0.noarch.rpm

# Changes log for Test::YAML::Meta

0.12    24/05/2009
	- added version checking to standard 94metatest.t
	- added changes file checking, 95changedate.t
	- added support for v-strings (RT#43566, thanks to David Golden)
	- relaxed resource keys names, as per spec (RT#41605, thanks to 
	  Jonathan Yu)

0.11    27/06/2008
	- added spec version 1.4
	- added further check to ensure we have a known spec version

0.10    02/06/2008
	- added 'git' as an accepted url protocol (Mischa Poslawsky).

0.09    28/03/2008
	- purely a cosmetic release to render the Makefile.PL time issues, that
	  have generated bogus FAIL reports in previous releases, null
	  and void.

0.08	17/03/2008
	- it helps when you fix all the versioning too!

0.07	17/03/2008
	- fixed licensing list (adding Artistic2). (Bernhard Schmalhofer)
	- value for license is mandatory, but the actual value could be any
          string. Therefore the license() function now returns 1 if the given
	  value is a known license type, returns 2 if a value is given, or 0
	  if no value is given.
	- hashref returned of the parsed META.yml file, by both meta_spec_ok()
	  and meta_yaml_ok(), in the event the user wishes to perform addition
	  checks on the values of the hash keys. (Adam Kennedy)
	- added t/05metaspec.t test file.

0.06	05/11/2007
	- fixed RT#29457: distribution_type is not mandatory in spec 1.2 (domm)

0.05	02/11/2007
	- a curious error report fails validating META.yml the first time, but
	  is okay the second time. As such I'm removing the 93metavalid.t as 
	  the test is redundant now.

0.04	15/05/2007
	- provided better error reporting (spec chain and validating version)
	- added a new test file, supplied by Jochen Stenzel, which highlights
	  an error in the way the author line was created.
	- bumped the Test::More version required, due to a bugfix in 
	  Test::Builder:Tester.
	- provided a cleaner way to report undef values as errors
	- added lots more tests for edge cases
	- finally sorted the Test::Builder::Tester tests in 04metatester.t
	- Devel::Cover = 95.6%

0.03    27/02/2007
	- POD & comment updates
	- removed 92distribution.t test as it can't detect that YAML::Syck is 
	  optional
	- fixed a misunderstanding of mine from the META.yml specification.

0.02    27/02/2007
	Fixed a bug in detecting module name

0.01    27/02/2007
        - Initial release.
	- Devel::Cover = 91.7%