Changeset 35503 for lang/perl/XML-Liberal
- Timestamp:
- 10/03/09 20:48:48 (4 years ago)
- Location:
- lang/perl/XML-Liberal/trunk
- Files:
-
- 4 modified
- 1 moved
-
Changes (modified) (1 diff)
-
MANIFEST (modified) (3 diffs)
-
Makefile.PL (modified) (1 diff)
-
lib/XML/Liberal.pm (modified) (1 diff)
-
t/bad/MAYBE-BAD-euc.xml (moved) (moved from lang/perl/XML-Liberal/trunk/t/bad/BAD-euc.xml)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/XML-Liberal/trunk/Changes
r31331 r35503 1 1 Revision history for Perl extension XML::Liberal 2 3 0.22 Sat Oct 3 04:38:52 PDT 2009 4 - BAD-euc.xml doesn't fail with recent libxml2 apparently(?) 2 5 3 6 0.21 Tue Mar 17 11:14:46 PDT 2009 -
lang/perl/XML-Liberal/trunk/MANIFEST
r31331 r35503 8 8 inc/Module/Install/Makefile.pm 9 9 inc/Module/Install/Metadata.pm 10 inc/Module/Install/Repository.pm 10 11 inc/Module/Install/TestBase.pm 11 12 inc/Module/Install/Win32.pm … … 77 78 t/bad/BAD-control.xml 78 79 t/bad/BAD-declaration.xml 79 t/bad/BAD-euc.xml80 80 t/bad/BAD-html.xml 81 81 t/bad/BAD-html2.xml … … 87 87 t/bad/BAD-xhtml-empty-element-tag.xml 88 88 t/bad/MAYBE-BAD-DTD-1.xml 89 t/bad/MAYBE-BAD-euc.xml -
lang/perl/XML-Liberal/trunk/Makefile.PL
r31331 r35503 3 3 name('XML-Liberal'); 4 4 all_from('lib/XML/Liberal.pm'); 5 auto_set_repository; 5 6 6 7 requires('XML::LibXML', '1.69_02'); -
lang/perl/XML-Liberal/trunk/lib/XML/Liberal.pm
r31333 r35503 3 3 use strict; 4 4 use 5.008_001; 5 our $VERSION = '0.2 1';5 our $VERSION = '0.22'; 6 6 7 7 use base qw( Class::Accessor );
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)