r69931 - in /branches/upstream/libhttp-oai-perl/current: META.yml lib/HTTP/OAI.pm lib/HTTP/OAI/Identify.pm lib/HTTP/OAI/Repository.pm

chrisb at users.alioth.debian.org chrisb at users.alioth.debian.org
Sun Feb 27 17:02:09 UTC 2011


Author: chrisb
Date: Sun Feb 27 17:01:57 2011
New Revision: 69931

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=69931
Log:
[svn-upgrade] new version libhttp-oai-perl (3.24)

Modified:
    branches/upstream/libhttp-oai-perl/current/META.yml
    branches/upstream/libhttp-oai-perl/current/lib/HTTP/OAI.pm
    branches/upstream/libhttp-oai-perl/current/lib/HTTP/OAI/Identify.pm
    branches/upstream/libhttp-oai-perl/current/lib/HTTP/OAI/Repository.pm

Modified: branches/upstream/libhttp-oai-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhttp-oai-perl/current/META.yml?rev=69931&op=diff
==============================================================================
--- branches/upstream/libhttp-oai-perl/current/META.yml (original)
+++ branches/upstream/libhttp-oai-perl/current/META.yml Sun Feb 27 17:01:57 2011
@@ -1,23 +1,31 @@
 --- #YAML:1.0
-name:                HTTP-OAI
-version:             3.23
-abstract:            ~
-license:             ~
-author:              ~
-generated_by:        ExtUtils::MakeMaker version 6.42
-distribution_type:   module
-requires:     
-    CGI:                           0
-    Encode:                        2.12
-    HTTP::Request:                 0
-    HTTP::Response:                0
-    LWP::UserAgent:                0
-    Test::More:                    0
-    URI:                           0
-    XML::LibXML:                   1.6
-    XML::LibXML::SAX:              0
-    XML::SAX:                      0
-    XML::SAX::Base:                1
+name:               HTTP-OAI
+version:            3.24
+abstract:           ~
+author:  []
+license:            unknown
+distribution_type:  module
+configure_requires:
+    ExtUtils::MakeMaker:  0
+build_requires:
+    ExtUtils::MakeMaker:  0
+requires:
+    CGI:               0
+    Encode:            2.12
+    HTTP::Request:     0
+    HTTP::Response:    0
+    LWP::UserAgent:    0
+    Test::More:        0
+    URI:               0
+    XML::LibXML:       1.6
+    XML::LibXML::SAX:  0
+    XML::SAX:          0
+    XML::SAX::Base:    1
+no_index:
+    directory:
+        - t
+        - inc
+generated_by:       ExtUtils::MakeMaker version 6.55_02
 meta-spec:
-    url:     http://module-build.sourceforge.net/META-spec-v1.3.html
-    version: 1.3
+    url:      http://module-build.sourceforge.net/META-spec-v1.4.html
+    version:  1.4

Modified: branches/upstream/libhttp-oai-perl/current/lib/HTTP/OAI.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhttp-oai-perl/current/lib/HTTP/OAI.pm?rev=69931&op=diff
==============================================================================
--- branches/upstream/libhttp-oai-perl/current/lib/HTTP/OAI.pm (original)
+++ branches/upstream/libhttp-oai-perl/current/lib/HTTP/OAI.pm Sun Feb 27 17:01:57 2011
@@ -2,7 +2,7 @@
 
 use strict;
 
-our $VERSION = '3.23';
+our $VERSION = '3.24';
 
 # perlcore
 use Carp;

Modified: branches/upstream/libhttp-oai-perl/current/lib/HTTP/OAI/Identify.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhttp-oai-perl/current/lib/HTTP/OAI/Identify.pm?rev=69931&op=diff
==============================================================================
--- branches/upstream/libhttp-oai-perl/current/lib/HTTP/OAI/Identify.pm (original)
+++ branches/upstream/libhttp-oai-perl/current/lib/HTTP/OAI/Identify.pm Sun Feb 27 17:01:57 2011
@@ -71,7 +71,7 @@
 	g_data_element($handler,'http://www.openarchives.org/OAI/2.0/','protocolVersion',{},$self->protocolVersion);
 	g_data_element($handler,'http://www.openarchives.org/OAI/2.0/','adminEmail',{},$_) for $self->adminEmail;
 	g_data_element($handler,'http://www.openarchives.org/OAI/2.0/','earliestDatestamp',{},$self->earliestDatestamp||'0001-01-01');
-	g_data_element($handler,'http://www.openarchives.org/OAI/2.0/','deletedRecord',{},$self->deletedRecord||'none');
+	g_data_element($handler,'http://www.openarchives.org/OAI/2.0/','deletedRecord',{},$self->deletedRecord||'no');
 	g_data_element($handler,'http://www.openarchives.org/OAI/2.0/','granularity',{},$self->granularity) if defined($self->granularity);
 	g_data_element($handler,'http://www.openarchives.org/OAI/2.0/','compression',{},$_) for $self->compression;
 

Modified: branches/upstream/libhttp-oai-perl/current/lib/HTTP/OAI/Repository.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhttp-oai-perl/current/lib/HTTP/OAI/Repository.pm?rev=69931&op=diff
==============================================================================
--- branches/upstream/libhttp-oai-perl/current/lib/HTTP/OAI/Repository.pm (original)
+++ branches/upstream/libhttp-oai-perl/current/lib/HTTP/OAI/Repository.pm Sun Feb 27 17:01:57 2011
@@ -216,7 +216,7 @@
 	# Include a description (an XML::LibXML Dom object)
 	$r->description(new HTTP::OAI::Metadata(dom=>$dom));
 
-	my $r = HTTP::OAI::GetRecord->new(
+	my $r = HTTP::OAI::Record->new(
 		header=>HTTP::OAI::Header->new(
 			identifier=>'oai:myrepo:10',
 			datestamp=>'2004-10-01'




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