r41084 - in /trunk/libmarc-xml-perl: Changes META.yml Makefile.PL README debian/changelog debian/copyright 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:39:37 UTC 2009
Author: jawnsy-guest
Date: Sun Aug 2 04:39:29 2009
New Revision: 41084
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=41084
Log:
New upstream version, closes RT bugs regarding copyright + whatis entry.
Modified:
trunk/libmarc-xml-perl/Changes
trunk/libmarc-xml-perl/META.yml
trunk/libmarc-xml-perl/Makefile.PL
trunk/libmarc-xml-perl/README
trunk/libmarc-xml-perl/debian/changelog
trunk/libmarc-xml-perl/debian/copyright
trunk/libmarc-xml-perl/lib/MARC/File/SAX.pm
trunk/libmarc-xml-perl/lib/MARC/File/XML.pm
Modified: trunk/libmarc-xml-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmarc-xml-perl/Changes?rev=41084&op=diff
==============================================================================
--- trunk/libmarc-xml-perl/Changes (original)
+++ trunk/libmarc-xml-perl/Changes Sun Aug 2 04:39:29 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: trunk/libmarc-xml-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmarc-xml-perl/META.yml?rev=41084&op=diff
==============================================================================
--- trunk/libmarc-xml-perl/META.yml (original)
+++ trunk/libmarc-xml-perl/META.yml Sun Aug 2 04:39:29 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: trunk/libmarc-xml-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmarc-xml-perl/Makefile.PL?rev=41084&op=diff
==============================================================================
--- trunk/libmarc-xml-perl/Makefile.PL (original)
+++ trunk/libmarc-xml-perl/Makefile.PL Sun Aug 2 04:39:29 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: trunk/libmarc-xml-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmarc-xml-perl/README?rev=41084&op=diff
==============================================================================
--- trunk/libmarc-xml-perl/README (original)
+++ trunk/libmarc-xml-perl/README Sun Aug 2 04:39:29 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: trunk/libmarc-xml-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmarc-xml-perl/debian/changelog?rev=41084&op=diff
==============================================================================
--- trunk/libmarc-xml-perl/debian/changelog (original)
+++ trunk/libmarc-xml-perl/debian/changelog Sun Aug 2 04:39:29 2009
@@ -1,6 +1,4 @@
-libmarc-xml-perl (0.91-1) UNRELEASED; urgency=low
-
- Waits for clarification about copyright
+libmarc-xml-perl (0.92-1) UNRELEASED; urgency=low
[ Jonathan Yu ]
* New upstream release
@@ -24,7 +22,7 @@
[ Nathan Handler ]
* debian/watch: Update to ignore development releases.
- -- Jonathan Yu <frequency at cpan.org> Thu, 30 Jul 2009 12:04:43 -0400
+ -- Jonathan Yu <frequency at cpan.org> Sat, 01 Aug 2009 20:39:09 -0400
libmarc-xml-perl (0.88-1) unstable; urgency=low
Modified: trunk/libmarc-xml-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmarc-xml-perl/debian/copyright?rev=41084&op=diff
==============================================================================
--- trunk/libmarc-xml-perl/debian/copyright (original)
+++ trunk/libmarc-xml-perl/debian/copyright Sun Aug 2 04:39:29 2009
@@ -1,11 +1,11 @@
Format-Specification:
http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
-Upstream-Maintainer:
+Upstream-Maintainer: Ed Summers <ehs at pobox.net>
Upstream-Source: http://search.cpan.org/dist/MARC-XML/
Upstream-Name: MARC-XML
Files: *
-Copyright:
+Copyright: 2003-2009 Ed Summers <ehs at pobox.net> and contributors
License-Alias: Perl
License: Artistic | GPL-1+
Modified: trunk/libmarc-xml-perl/lib/MARC/File/SAX.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmarc-xml-perl/lib/MARC/File/SAX.pm?rev=41084&op=diff
==============================================================================
--- trunk/libmarc-xml-perl/lib/MARC/File/SAX.pm (original)
+++ trunk/libmarc-xml-perl/lib/MARC/File/SAX.pm Sun Aug 2 04:39:29 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: trunk/libmarc-xml-perl/lib/MARC/File/XML.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmarc-xml-perl/lib/MARC/File/XML.pm?rev=41084&op=diff
==============================================================================
--- trunk/libmarc-xml-perl/lib/MARC/File/XML.pm (original)
+++ trunk/libmarc-xml-perl/lib/MARC/File/XML.pm Sun Aug 2 04:39:29 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