Skip to content

Commit

Permalink
release 0.10: fixed META.yml, added license, prereq for Test::Longstring
Browse files Browse the repository at this point in the history
  • Loading branch information
joemcmahon committed Aug 23, 2009
1 parent fec5d69 commit 5258ce8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 15 deletions.
5 changes: 5 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Revision history for Perl extension Test::XML::Simple.

0.10 Sun Aug 23 15:29:16 PDT 2009
- Added license
- Added Test::LongString prereq as per AKAPLAN
- Fixed META.yml to be a known-good format

0.09 Tue Dec 20 17:20:44 PST 2005
- xml_like did not return a true value when it
works properly.
Expand Down
14 changes: 0 additions & 14 deletions META.yml

This file was deleted.

2 changes: 2 additions & 0 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ use ExtUtils::MakeMaker;
WriteMakefile(
'NAME' => 'Test::XML::Simple',
'VERSION_FROM' => 'lib/Test/XML/Simple.pm', # finds $VERSION
'LICENSE' => 'artistic',
'PREREQ_PM' => {
Test::Builder => 0,
Test::Tester => 0,
Test::More => 0,
Test::LongString => 0,
XML::LibXML => 0,
}, # e.g., Module::Name => 1.1
($] >= 5.005 ? ## Add these new keywords supported since 5.005
Expand Down
2 changes: 1 addition & 1 deletion lib/Test/XML/Simple.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package Test::XML::Simple;
use strict;
use warnings;

our $VERSION = '0.09';
our $VERSION = '0.10';

use Test::Builder;
use Test::More;
Expand Down

0 comments on commit 5258ce8

Please sign in to comment.