r22831 - in /trunk/libxml-sax-expat-perl: Changes Expat.pm MANIFEST META.yml Makefile.PL debian/changelog eg/ t/98podsyn.t t/99podcov.t

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Jul 6 00:58:24 UTC 2008


Author: gregoa
Date: Sun Jul  6 00:58:23 2008
New Revision: 22831

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

Added:
    trunk/libxml-sax-expat-perl/eg/
      - copied from r22830, branches/upstream/libxml-sax-expat-perl/current/eg/
    trunk/libxml-sax-expat-perl/t/98podsyn.t
      - copied unchanged from r22830, branches/upstream/libxml-sax-expat-perl/current/t/98podsyn.t
    trunk/libxml-sax-expat-perl/t/99podcov.t
      - copied unchanged from r22830, branches/upstream/libxml-sax-expat-perl/current/t/99podcov.t
Modified:
    trunk/libxml-sax-expat-perl/Changes
    trunk/libxml-sax-expat-perl/Expat.pm
    trunk/libxml-sax-expat-perl/MANIFEST
    trunk/libxml-sax-expat-perl/META.yml
    trunk/libxml-sax-expat-perl/Makefile.PL
    trunk/libxml-sax-expat-perl/debian/changelog

Modified: trunk/libxml-sax-expat-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-sax-expat-perl/Changes?rev=22831&op=diff
==============================================================================
--- trunk/libxml-sax-expat-perl/Changes (original)
+++ trunk/libxml-sax-expat-perl/Changes Sun Jul  6 00:58:23 2008
@@ -1,5 +1,8 @@
 
 Revision history for XML::SAX::Expat:
+
+0.40	2008-06-30 08:00
+    - small Kwalitee improvements
 
 0.39	2007-06-10 08:00
     - check SKIP_SAX_INSTALL environment variable; thanks to Klaus Heinz for

Modified: trunk/libxml-sax-expat-perl/Expat.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-sax-expat-perl/Expat.pm?rev=22831&op=diff
==============================================================================
--- trunk/libxml-sax-expat-perl/Expat.pm (original)
+++ trunk/libxml-sax-expat-perl/Expat.pm Sun Jul  6 00:58:23 2008
@@ -11,7 +11,7 @@
 use XML::Parser             qw();
 
 use vars qw($VERSION);
-$VERSION = '0.39';
+$VERSION = '0.40';
 
 
 #,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,#
@@ -543,6 +543,23 @@
 The methods defined in this class correspond to those listed in the
 PerlSAX2 specification, available above.
 
+=head1 FEATURES AND CAVEATS
+
+=over 2
+
+=item supported_features
+
+Returns:
+
+  * http://xml.org/sax/features/external-general-entities
+  * http://xml.org/sax/features/external-parameter-entities
+  * [ Features supported by ancestors ]
+
+Turning one of the first two on also turns the other on (this maps
+to the XML::Parser ParseParamEnts option). This may be fixed in the
+future, so don't rely on this behaviour.
+
+=back
 
 =head1 MISSING PARTS
 
@@ -558,13 +575,6 @@
 Ways of signalling them are welcome. In addition to those,
 set_document_locator is not yet called.
 
-=head1 CAVEATS
-
-  - this module supports the features http://xml.org/sax/features/external-general-entities
-    and http://xml.org/sax/features/external-parameter-entities but turning one on also turns
-    the other on (this maps to the XML::Parser ParseParamEnts option). This may be fixed in
-    the future, so don't rely on this behaviour.
-
 =head1 TODO
 
   - reuse Ken's tests and add more
@@ -575,9 +585,9 @@
 suggestions and feedback from perl-xml. Currently maintained by Bjoern
 Hoehrmann L<http://bjoern.hoehrmann.de/>.
 
-=head1 COPYRIGHT
-
-Copyright (c) 2001-2007 Robin Berjon. All rights reserved. This program is
+=head1 COPYRIGHT AND LICENSE
+
+Copyright (c) 2001-2008 Robin Berjon. All rights reserved. This program is
 free software; you can redistribute it and/or modify it under the same
 terms as Perl itself.
 

Modified: trunk/libxml-sax-expat-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-sax-expat-perl/MANIFEST?rev=22831&op=diff
==============================================================================
--- trunk/libxml-sax-expat-perl/MANIFEST (original)
+++ trunk/libxml-sax-expat-perl/MANIFEST Sun Jul  6 00:58:23 2008
@@ -1,6 +1,9 @@
-Changes
-Expat.pm
-Makefile.PL
-MANIFEST
-t/00basic.t
+Changes
+Expat.pm
+Makefile.PL
+MANIFEST
+t/00basic.t
+t/98podsyn.t
+t/99podcov.t
+eg/counter.pl
 META.yml                                 Module meta-data (added by MakeMaker)

Modified: trunk/libxml-sax-expat-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-sax-expat-perl/META.yml?rev=22831&op=diff
==============================================================================
--- trunk/libxml-sax-expat-perl/META.yml (original)
+++ trunk/libxml-sax-expat-perl/META.yml Sun Jul  6 00:58:23 2008
@@ -1,14 +1,17 @@
-# http://module-build.sourceforge.net/META-spec.html
-#XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
-name:         XML-SAX-Expat
-version:      0.39
-version_from: Expat.pm
-installdirs:  site
-requires:
+--- #YAML:1.0
+name:                XML-SAX-Expat
+version:             0.40
+abstract:            SAX Driver for Expat
+license:             perl
+author:              
+    - Robin Berjon
+generated_by:        ExtUtils::MakeMaker version 6.44
+distribution_type:   module
+requires:     
     XML::NamespaceSupport:         0.03
     XML::Parser:                   2.27
     XML::SAX:                      0.03
     XML::SAX::Base:                1.00
-
-distribution_type: module
-generated_by: ExtUtils::MakeMaker version 6.30
+meta-spec:
+    url:     http://module-build.sourceforge.net/META-spec-v1.3.html
+    version: 1.3

Modified: trunk/libxml-sax-expat-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-sax-expat-perl/Makefile.PL?rev=22831&op=diff
==============================================================================
--- trunk/libxml-sax-expat-perl/Makefile.PL (original)
+++ trunk/libxml-sax-expat-perl/Makefile.PL Sun Jul  6 00:58:23 2008
@@ -12,6 +12,13 @@
                         XML::NamespaceSupport   => '0.03',
                         XML::SAX                => '0.03',
                      },
+
+    LICENSE       => 'perl',
+    'dist'        => {
+      PREOP     => 'chmod 600 Makefile.PL',
+      TARFLAGS	=> '--group=cpan --owner=bjoern -cvf',
+    },
+
 );
 
 

Modified: trunk/libxml-sax-expat-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-sax-expat-perl/debian/changelog?rev=22831&op=diff
==============================================================================
--- trunk/libxml-sax-expat-perl/debian/changelog (original)
+++ trunk/libxml-sax-expat-perl/debian/changelog Sun Jul  6 00:58:23 2008
@@ -1,3 +1,9 @@
+libxml-sax-expat-perl (0.40-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+
+ -- gregor herrmann <gregoa at debian.org>  Sun, 06 Jul 2008 02:57:24 +0200
+
 libxml-sax-expat-perl (0.39-1) unstable; urgency=low
 
   [ Roberto C. Sanchez ]




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