Show
Ignore:
Timestamp:
10/03/09 20:48:48 (4 years ago)
Author:
miyagawa
Message:

Checking in changes prior to tagging of version 0.22. Changelog diff is:

Index: Changes
===================================================================
--- Changes (revision 31331)
+++ Changes (working copy)
@@ -1,5 +1,8 @@

Revision history for Perl extension XML::Liberal


+0.22 Sat Oct 3 04:38:52 PDT 2009
+ - BAD-euc.xml doesn't fail with recent libxml2 apparently(?)
+

0.21 Tue Mar 17 11:14:46 PDT 2009

  • Now it works with libxml 2.7.* or over if you use XML::LibXML 1.69_02 or over
    (Thanks to mala)
Location:
lang/perl/XML-Liberal/trunk
Files:
4 modified
1 moved

Legend:

Unmodified
Added
Removed
  • lang/perl/XML-Liberal/trunk/Changes

    r31331 r35503  
    11Revision history for Perl extension XML::Liberal 
     2 
     30.22  Sat Oct  3 04:38:52 PDT 2009 
     4        - BAD-euc.xml doesn't fail with recent libxml2 apparently(?) 
    25 
    360.21  Tue Mar 17 11:14:46 PDT 2009 
  • lang/perl/XML-Liberal/trunk/MANIFEST

    r31331 r35503  
    88inc/Module/Install/Makefile.pm 
    99inc/Module/Install/Metadata.pm 
     10inc/Module/Install/Repository.pm 
    1011inc/Module/Install/TestBase.pm 
    1112inc/Module/Install/Win32.pm 
     
    7778t/bad/BAD-control.xml 
    7879t/bad/BAD-declaration.xml 
    79 t/bad/BAD-euc.xml 
    8080t/bad/BAD-html.xml 
    8181t/bad/BAD-html2.xml 
     
    8787t/bad/BAD-xhtml-empty-element-tag.xml 
    8888t/bad/MAYBE-BAD-DTD-1.xml 
     89t/bad/MAYBE-BAD-euc.xml 
  • lang/perl/XML-Liberal/trunk/Makefile.PL

    r31331 r35503  
    33name('XML-Liberal'); 
    44all_from('lib/XML/Liberal.pm'); 
     5auto_set_repository; 
    56 
    67requires('XML::LibXML', '1.69_02'); 
  • lang/perl/XML-Liberal/trunk/lib/XML/Liberal.pm

    r31333 r35503  
    33use strict; 
    44use 5.008_001; 
    5 our $VERSION = '0.21'; 
     5our $VERSION = '0.22'; 
    66 
    77use base qw( Class::Accessor );