r26154 - in /trunk/libxml-parser-lite-tree-perl: MANIFEST META.yml Makefile.PL README Tree.pm debian/changelog lib/ t/01.t t/01_basic.t t/02_options.t t/03_comments.t t/04_processing_instructions.t t/05_doctypes.t

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Oct 18 16:34:30 UTC 2008


Author: gregoa
Date: Sat Oct 18 16:34:27 2008
New Revision: 26154

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=26154
Log:
New upstream release.

Added:
    trunk/libxml-parser-lite-tree-perl/META.yml
      - copied unchanged from r26153, branches/upstream/libxml-parser-lite-tree-perl/current/META.yml
    trunk/libxml-parser-lite-tree-perl/lib/
      - copied from r26153, branches/upstream/libxml-parser-lite-tree-perl/current/lib/
    trunk/libxml-parser-lite-tree-perl/t/01_basic.t
      - copied unchanged from r26153, branches/upstream/libxml-parser-lite-tree-perl/current/t/01_basic.t
    trunk/libxml-parser-lite-tree-perl/t/02_options.t
      - copied unchanged from r26153, branches/upstream/libxml-parser-lite-tree-perl/current/t/02_options.t
    trunk/libxml-parser-lite-tree-perl/t/03_comments.t
      - copied unchanged from r26153, branches/upstream/libxml-parser-lite-tree-perl/current/t/03_comments.t
    trunk/libxml-parser-lite-tree-perl/t/04_processing_instructions.t
      - copied unchanged from r26153, branches/upstream/libxml-parser-lite-tree-perl/current/t/04_processing_instructions.t
    trunk/libxml-parser-lite-tree-perl/t/05_doctypes.t
      - copied unchanged from r26153, branches/upstream/libxml-parser-lite-tree-perl/current/t/05_doctypes.t
Removed:
    trunk/libxml-parser-lite-tree-perl/Tree.pm
    trunk/libxml-parser-lite-tree-perl/t/01.t
Modified:
    trunk/libxml-parser-lite-tree-perl/MANIFEST
    trunk/libxml-parser-lite-tree-perl/Makefile.PL
    trunk/libxml-parser-lite-tree-perl/README
    trunk/libxml-parser-lite-tree-perl/debian/changelog

Modified: trunk/libxml-parser-lite-tree-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-parser-lite-tree-perl/MANIFEST?rev=26154&op=diff
==============================================================================
--- trunk/libxml-parser-lite-tree-perl/MANIFEST (original)
+++ trunk/libxml-parser-lite-tree-perl/MANIFEST Sat Oct 18 16:34:27 2008
@@ -1,5 +1,11 @@
 Makefile.PL
 MANIFEST
 README
-t/01.t
-Tree.pm
+t/01_basic.t
+t/02_options.t
+t/03_comments.t
+t/04_processing_instructions.t
+t/05_doctypes.t
+lib/XML/Parser/LiteCopy.pm
+lib/XML/Parser/Lite/Tree.pm
+META.yml                                 Module meta-data (added by MakeMaker)

Modified: trunk/libxml-parser-lite-tree-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-parser-lite-tree-perl/Makefile.PL?rev=26154&op=diff
==============================================================================
--- trunk/libxml-parser-lite-tree-perl/Makefile.PL (original)
+++ trunk/libxml-parser-lite-tree-perl/Makefile.PL Sat Oct 18 16:34:27 2008
@@ -1,10 +1,9 @@
-use ExtUtils::MakeMaker;
-
-WriteMakefile(
-	'NAME'		=> 'XML::Parser::Lite::Tree',
-	'VERSION_FROM'	=> 'Tree.pm',
-	'PREREQ_PM'	=> {
-				'XML::Parser::Lite'	=> 0,
-				'Test::Simple'		=> 0,
-			},
-);
+use ExtUtils::MakeMaker;
+
+WriteMakefile(
+	'NAME'		=> 'XML::Parser::Lite::Tree',
+	'VERSION_FROM'	=> 'lib/XML/Parser/Lite/Tree.pm',
+	'PREREQ_PM'	=> {
+		'Test::More'		=> 0,
+	},
+);

Modified: trunk/libxml-parser-lite-tree-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-parser-lite-tree-perl/README?rev=26154&op=diff
==============================================================================
--- trunk/libxml-parser-lite-tree-perl/README (original)
+++ trunk/libxml-parser-lite-tree-perl/README Sat Oct 18 16:34:27 2008
@@ -18,11 +18,14 @@
 
 This module requires these other modules and libraries:
 
-  XML::Parser::Lite
-  Test::Simple
+  Test::More
 
 
 COPYRIGHT AND LICENCE
 
-Copyright (C) 2004 Cal Henderson <cal at iamcal.com>
+Copyright (C) 2004-2008 Cal Henderson <cal at iamcal.com>
 License: Perl Artistic License
+
+Contains XML::Parser::Lite:
+Copyright (C) 2000-2007 Paul Kulchenko. All rights reserved.
+Copyright (C) 2008- Martin Kutter. All rights reserved.

Modified: trunk/libxml-parser-lite-tree-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-parser-lite-tree-perl/debian/changelog?rev=26154&op=diff
==============================================================================
--- trunk/libxml-parser-lite-tree-perl/debian/changelog (original)
+++ trunk/libxml-parser-lite-tree-perl/debian/changelog Sat Oct 18 16:34:27 2008
@@ -1,4 +1,4 @@
-libxml-parser-lite-tree-perl (0.03-3) UNRELEASED; urgency=low
+libxml-parser-lite-tree-perl (0.08-1) UNRELEASED; urgency=low
 
   [ Martín Ferrari ]
   TODO: fix incompatible licensing. José: you agree to re-license as Artistic?
@@ -9,6 +9,9 @@
 
   [ Martín Ferrari ]
   * Updating my email address
+
+  [ gregor herrmann ]
+  * New upstream release.
 
  -- Martín Ferrari <tincho at debian.org>  Fri, 13 Jun 2008 00:04:45 +0000
 




More information about the Pkg-perl-cvs-commits mailing list