File: Changes

package info (click to toggle)
libtest-xml-perl 0.08-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 160 kB
  • sloc: perl: 351; makefile: 2
file content (34 lines) | stat: -rw-r--r-- 1,042 bytes parent folder | download | duplicates (6)
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
Revision history for Perl extension Test::XML.

0.08	Wed Jul  1 23:53:57 BST 2009
	- Don't cache things that are no longer singletons.
	  Thanks to Ovid. <http://use.perl.org/~Ovid/journal/39188>

0.07	Thu Jul 21 12:44:31 BST 2005
	- Added is_well_formed_xml() from Curtis Ovid Poe.
	- Make minimum perl version 5.6.0.

0.06	Fri May 16 23:37:30 BST 2003
	- Allow is_xpath() to choose one of XML::XPath or XML::LibXML.

0.05	Thu May 15 00:30:52 BST 2003
	- Added is_xpath(), based on a suggestion by Mark Fowler

0.04	Sun May 11 18:33:31 BST 2003
	- Added Test::XML::XPath, based on an idea from Kate Pugh
	- Document XML::SemanticDiff problems in Test::XML.
	- Add TODO tests for XML::SemanticDiff problems.

0.03	Mon Mar 17 09:39:27 GMT 2003
	- Update recommends list in Build.PL.
	- Fix tests to skip correctly in absence of modules.

0.02	Fri Mar 14 16:03:46 GMT 2003
	- Added proper exports, based on Test::Pod.
	- Added isnt_xml().
	- Fix Makefile.PL to ignore Build.PL.

0.01	Fri Mar 14 14:59:03 GMT 2003
	- original version

@(#) $Id$