r41126 - in /branches/upstream/libxml-parser-lite-tree-perl/current: META.yml README lib/XML/Parser/Lite/Tree.pm

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Mon Aug 3 04:15:18 UTC 2009


Author: jawnsy-guest
Date: Mon Aug  3 04:15:12 2009
New Revision: 41126

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=41126
Log:
[svn-upgrade] Integrating new upstream version, libxml-parser-lite-tree-perl (0.09)

Modified:
    branches/upstream/libxml-parser-lite-tree-perl/current/META.yml
    branches/upstream/libxml-parser-lite-tree-perl/current/README
    branches/upstream/libxml-parser-lite-tree-perl/current/lib/XML/Parser/Lite/Tree.pm

Modified: branches/upstream/libxml-parser-lite-tree-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libxml-parser-lite-tree-perl/current/META.yml?rev=41126&op=diff
==============================================================================
--- branches/upstream/libxml-parser-lite-tree-perl/current/META.yml (original)
+++ branches/upstream/libxml-parser-lite-tree-perl/current/META.yml Mon Aug  3 04:15:12 2009
@@ -1,7 +1,7 @@
 # http://module-build.sourceforge.net/META-spec.html
 #XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
 name:         XML-Parser-Lite-Tree
-version:      0.08
+version:      0.09
 version_from: lib/XML/Parser/Lite/Tree.pm
 installdirs:  site
 requires:

Modified: branches/upstream/libxml-parser-lite-tree-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libxml-parser-lite-tree-perl/current/README?rev=41126&op=diff
==============================================================================
--- branches/upstream/libxml-parser-lite-tree-perl/current/README (original)
+++ branches/upstream/libxml-parser-lite-tree-perl/current/README Mon Aug  3 04:15:12 2009
@@ -23,9 +23,11 @@
 
 COPYRIGHT AND LICENCE
 
-Copyright (C) 2004-2008 Cal Henderson <cal at iamcal.com>
-License: Perl Artistic License
+Copyright (C) 2004-2009 Cal Henderson <cal at iamcal.com>
+License: Perl Artistic License 2.0
 
 Contains XML::Parser::Lite:
-Copyright (C) 2000-2007 Paul Kulchenko. All rights reserved.
-Copyright (C) 2008- Martin Kutter. All rights reserved.
+Copyright (C) 2000-2007 Paul Kulchenko <paulclinger at yahoo.com>
+Copyright (C) 2008 Martin Kutter <martin.kutter at fen-net.de>
+SOAP::Lite is free software; you can redistribute it
+and/or modify it under the same terms as Perl itself.

Modified: branches/upstream/libxml-parser-lite-tree-perl/current/lib/XML/Parser/Lite/Tree.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libxml-parser-lite-tree-perl/current/lib/XML/Parser/Lite/Tree.pm?rev=41126&op=diff
==============================================================================
--- branches/upstream/libxml-parser-lite-tree-perl/current/lib/XML/Parser/Lite/Tree.pm (original)
+++ branches/upstream/libxml-parser-lite-tree-perl/current/lib/XML/Parser/Lite/Tree.pm Mon Aug  3 04:15:12 2009
@@ -5,7 +5,7 @@
 use warnings;
 use XML::Parser::LiteCopy;
 
-our $VERSION = '0.08';
+our $VERSION = '0.09';
 
 use vars qw( $parser );
 




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