r69936 - in /trunk/libhttp-oai-perl: META.yml debian/changelog 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:04:43 UTC 2011


Author: chrisb
Date: Sun Feb 27 17:04:28 2011
New Revision: 69936

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

Modified:
    trunk/libhttp-oai-perl/META.yml
    trunk/libhttp-oai-perl/debian/changelog
    trunk/libhttp-oai-perl/lib/HTTP/OAI.pm
    trunk/libhttp-oai-perl/lib/HTTP/OAI/Identify.pm
    trunk/libhttp-oai-perl/lib/HTTP/OAI/Repository.pm

Modified: trunk/libhttp-oai-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-oai-perl/META.yml?rev=69936&op=diff
==============================================================================
--- trunk/libhttp-oai-perl/META.yml (original)
+++ trunk/libhttp-oai-perl/META.yml Sun Feb 27 17:04:28 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: trunk/libhttp-oai-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-oai-perl/debian/changelog?rev=69936&op=diff
==============================================================================
--- trunk/libhttp-oai-perl/debian/changelog (original)
+++ trunk/libhttp-oai-perl/debian/changelog Sun Feb 27 17:04:28 2011
@@ -1,9 +1,13 @@
-libhttp-oai-perl (3.23-2) UNRELEASED; urgency=low
+libhttp-oai-perl (3.24-1) UNRELEASED; urgency=low
 
+  [ Robin Sheat ]
   * New uploader.
   * Updated standards version.
 
- -- Robin Sheat <robin at catalyst.net.nz>  Tue, 10 Aug 2010 11:29:41 +1200
+  [ Chris Butler ]
+  * New upstream release
+
+ -- Chris Butler <chrisb at debian.org>  Sun, 27 Feb 2011 17:02:55 +0000
 
 libhttp-oai-perl (3.23-1) unstable; urgency=low
 

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

Modified: trunk/libhttp-oai-perl/lib/HTTP/OAI/Identify.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-oai-perl/lib/HTTP/OAI/Identify.pm?rev=69936&op=diff
==============================================================================
--- trunk/libhttp-oai-perl/lib/HTTP/OAI/Identify.pm (original)
+++ trunk/libhttp-oai-perl/lib/HTTP/OAI/Identify.pm Sun Feb 27 17:04:28 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: trunk/libhttp-oai-perl/lib/HTTP/OAI/Repository.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-oai-perl/lib/HTTP/OAI/Repository.pm?rev=69936&op=diff
==============================================================================
--- trunk/libhttp-oai-perl/lib/HTTP/OAI/Repository.pm (original)
+++ trunk/libhttp-oai-perl/lib/HTTP/OAI/Repository.pm Sun Feb 27 17:04:28 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