r41082 - in /branches/upstream/libmarc-xml-perl/current: Changes META.yml Makefile.PL README lib/MARC/File/SAX.pm lib/MARC/File/XML.pm

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sun Aug 2 04:36:35 UTC 2009


Author: jawnsy-guest
Date: Sun Aug  2 04:36:22 2009
New Revision: 41082

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=41082
Log:
[svn-upgrade] Integrating new upstream version, libmarc-xml-perl (0.92)

Modified:
    branches/upstream/libmarc-xml-perl/current/Changes
    branches/upstream/libmarc-xml-perl/current/META.yml
    branches/upstream/libmarc-xml-perl/current/Makefile.PL
    branches/upstream/libmarc-xml-perl/current/README
    branches/upstream/libmarc-xml-perl/current/lib/MARC/File/SAX.pm
    branches/upstream/libmarc-xml-perl/current/lib/MARC/File/XML.pm

Modified: branches/upstream/libmarc-xml-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmarc-xml-perl/current/Changes?rev=41082&op=diff
==============================================================================
--- branches/upstream/libmarc-xml-perl/current/Changes (original)
+++ branches/upstream/libmarc-xml-perl/current/Changes Sun Aug  2 04:36:22 2009
@@ -1,4 +1,9 @@
 Revision history for Perl extension MARC-XML
+
+0.92 Thu Jul 30 22:37:07 EDT 2009
+      - small documentation changes to close RT tickets #48334 and #48333
+        filed by Jonathan from Debian world.
+      - added license string to META.yml so that CPAN can pick it up
 
 0.91 Tue Jul 28 2009
       - Nixing the stray space (always been there) in the schemaLocation

Modified: branches/upstream/libmarc-xml-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmarc-xml-perl/current/META.yml?rev=41082&op=diff
==============================================================================
--- branches/upstream/libmarc-xml-perl/current/META.yml (original)
+++ branches/upstream/libmarc-xml-perl/current/META.yml Sun Aug  2 04:36:22 2009
@@ -1,10 +1,10 @@
 --- #YAML:1.0
 name:               MARC-XML
-version:            0.91
+version:            0.92
 abstract:           ~
 author:
     - Ed Summers <ehs at pobox.com>
-license:            unknown
+license:            perl
 distribution_type:  module
 configure_requires:
     ExtUtils::MakeMaker:  0

Modified: branches/upstream/libmarc-xml-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmarc-xml-perl/current/Makefile.PL?rev=41082&op=diff
==============================================================================
--- branches/upstream/libmarc-xml-perl/current/Makefile.PL (original)
+++ branches/upstream/libmarc-xml-perl/current/Makefile.PL Sun Aug  2 04:36:22 2009
@@ -6,6 +6,7 @@
     'VERSION_FROM'	=> 'lib/MARC/File/XML.pm', 
     'PMLIBDIRS'		=> [ qw( lib/ ) ],
     'AUTHOR'		=> 'Ed Summers <ehs at pobox.com>',
+    'LICENSE'       => 'perl',
     'PREREQ_PM'		=> { 
 			    'XML::SAX'		=> 0.12,
 			    'MARC::Record'	=> 2.0,

Modified: branches/upstream/libmarc-xml-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmarc-xml-perl/current/README?rev=41082&op=diff
==============================================================================
--- branches/upstream/libmarc-xml-perl/current/README (original)
+++ branches/upstream/libmarc-xml-perl/current/README Sun Aug  2 04:36:22 2009
@@ -25,6 +25,7 @@
 
 COPYRIGHT AND LICENCE
 
+Copyright (C) 2003-2009 Ed Summers <ehs at pobox.net> and contributors
+
 This library is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself. 
-

Modified: branches/upstream/libmarc-xml-perl/current/lib/MARC/File/SAX.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmarc-xml-perl/current/lib/MARC/File/SAX.pm?rev=41082&op=diff
==============================================================================
--- branches/upstream/libmarc-xml-perl/current/lib/MARC/File/SAX.pm (original)
+++ branches/upstream/libmarc-xml-perl/current/lib/MARC/File/SAX.pm Sun Aug  2 04:36:22 2009
@@ -1,13 +1,10 @@
 package MARC::File::SAX;
 
-## no POD here since you don't really want to use this module
-## directly. Look at MARC::File::XML instead.
-##
-## MARC::File::SAX is a SAX handler for parsing XML encoded using the 
-## MARC21slim XML schema from the Library of Congress. It builds a MARC::Record
-## object up from SAX events.
-##
-## For more details see: http://www.loc.gov/standards/marcxml/
+=head1 NAME
+
+MARC::File::SAX - SAX handler for parsing MARCXML
+
+=cut 
 
 use strict;
 use XML::SAX;

Modified: branches/upstream/libmarc-xml-perl/current/lib/MARC/File/XML.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmarc-xml-perl/current/lib/MARC/File/XML.pm?rev=41082&op=diff
==============================================================================
--- branches/upstream/libmarc-xml-perl/current/lib/MARC/File/XML.pm (original)
+++ branches/upstream/libmarc-xml-perl/current/lib/MARC/File/XML.pm Sun Aug  2 04:36:22 2009
@@ -14,7 +14,7 @@
 use Carp qw( croak );
 use Encode ();
 
-$VERSION = '0.91';
+$VERSION = '0.92';
 
 my $factory = XML::SAX::ParserFactory->new();
 $factory->require_feature(Namespaces);




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