r64026 - in /trunk/libxml-atom-service-perl: Build.PL Changes META.yml debian/changelog lib/XML/Atom/Service.pm t/perlcritic.t

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Tue Oct 19 21:49:13 UTC 2010


Author: periapt-guest
Date: Tue Oct 19 21:48:55 2010
New Revision: 64026

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

Modified:
    trunk/libxml-atom-service-perl/Build.PL
    trunk/libxml-atom-service-perl/Changes
    trunk/libxml-atom-service-perl/META.yml
    trunk/libxml-atom-service-perl/debian/changelog
    trunk/libxml-atom-service-perl/lib/XML/Atom/Service.pm
    trunk/libxml-atom-service-perl/t/perlcritic.t

Modified: trunk/libxml-atom-service-perl/Build.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-atom-service-perl/Build.PL?rev=64026&op=diff
==============================================================================
--- trunk/libxml-atom-service-perl/Build.PL (original)
+++ trunk/libxml-atom-service-perl/Build.PL Tue Oct 19 21:48:55 2010
@@ -8,11 +8,15 @@
     dist_author         => 'Takeru INOUE <takeru.inoue _ gmail.com>',
     dist_version_from   => 'lib/XML/Atom/Service.pm',
     requires => {
-        'Test::More' => 0,
         'version'    => 0,
-
-        'Test::Perl::Critic' => 0,
         'XML::Atom'  => 0.27,
+    },
+    build_requires => {
+        'Test::More'           => 0,
+        'Test::NoWarnings'     => 0,
+#        'Test::Perl::Critic'   => 0,
+#        'Test::Pod'            => 1.14,
+#        'Test::Pod::Coverage'  => 1.04,
     },
     add_to_cleanup      => [ 'XML-Atom-Service-*' ],
 );

Modified: trunk/libxml-atom-service-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-atom-service-perl/Changes?rev=64026&op=diff
==============================================================================
--- trunk/libxml-atom-service-perl/Changes (original)
+++ trunk/libxml-atom-service-perl/Changes Tue Oct 19 21:48:55 2010
@@ -1,3 +1,11 @@
+2010-03-15  Takeru INOUE  <takeru.inoue _ gmail.com>
+
+	* release 0.16.1:
+	* Build.PL
+	- fix dependency
+	* t/perlcritic.t
+	- check $ENV{TEST_CRITIC} whether to execute this test
+
 2008-03-25  Takeru INOUE  <takeru.inoue _ gmail.com>
 
 	* release 0.16.0:

Modified: trunk/libxml-atom-service-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-atom-service-perl/META.yml?rev=64026&op=diff
==============================================================================
--- trunk/libxml-atom-service-perl/META.yml (original)
+++ trunk/libxml-atom-service-perl/META.yml Tue Oct 19 21:48:55 2010
@@ -1,17 +1,18 @@
 ---
-name: XML-Atom-Service
-version: 0.16.0
+abstract: 'Atom Service Document object'
 author:
   - 'Takeru INOUE <takeru.inoue _ gmail.com>'
-abstract: Atom Service Document object
+build_requires:
+  Test::More: 0
+  Test::NoWarnings: 0
+configure_requires:
+  Module::Build: 0.36
+generated_by: 'Module::Build version 0.3607'
 license: perl
-resources:
-  license: http://dev.perl.org/licenses/
-requires:
-  Test::More: 0
-  Test::Perl::Critic: 0
-  XML::Atom: 0.27
-  version: 0
+meta-spec:
+  url: http://module-build.sourceforge.net/META-spec-v1.4.html
+  version: 1.4
+name: XML-Atom-Service
 provides:
   XML::Atom::Atompub:
     file: lib/XML/Atom/Atompub.pm
@@ -23,10 +24,12 @@
     file: lib/XML/Atom/Atompub.pm
   XML::Atom::Service:
     file: lib/XML/Atom/Service.pm
-    version: 0.16.0
+    version: v0.16.1
   XML::Atom::Workspace:
     file: lib/XML/Atom/Workspace.pm
-generated_by: Module::Build version 0.2808
-meta-spec:
-  url: http://module-build.sourceforge.net/META-spec-v1.2.html
-  version: 1.2
+requires:
+  XML::Atom: 0.27
+  version: 0
+resources:
+  license: http://dev.perl.org/licenses/
+version: v0.16.1

Modified: trunk/libxml-atom-service-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-atom-service-perl/debian/changelog?rev=64026&op=diff
==============================================================================
--- trunk/libxml-atom-service-perl/debian/changelog (original)
+++ trunk/libxml-atom-service-perl/debian/changelog Tue Oct 19 21:48:55 2010
@@ -1,4 +1,4 @@
-libxml-atom-service-perl (0.16.0-3) UNRELEASED; urgency=low
+libxml-atom-service-perl (0.16.1-1) UNRELEASED; urgency=low
 
   [ gregor herrmann ]
   * debian/control: Changed: (build-)depend on perl instead of perl-
@@ -8,8 +8,9 @@
   * Added myself to Uploaders
   * Upped standards version 
   * Fixed watch file
+  * New upstream release
 
- -- gregor herrmann <gregoa at debian.org>  Fri, 23 Oct 2009 02:26:25 +0200
+ -- Nicholas Bamber <nicholas at periapt.co.uk>  Tue, 19 Oct 2010 22:49:45 +0100
 
 libxml-atom-service-perl (0.16.0-2) unstable; urgency=low
 

Modified: trunk/libxml-atom-service-perl/lib/XML/Atom/Service.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-atom-service-perl/lib/XML/Atom/Service.pm?rev=64026&op=diff
==============================================================================
--- trunk/libxml-atom-service-perl/lib/XML/Atom/Service.pm (original)
+++ trunk/libxml-atom-service-perl/lib/XML/Atom/Service.pm Tue Oct 19 21:48:55 2010
@@ -11,7 +11,7 @@
 use XML::Atom::Atompub;
 use base qw(XML::Atom::Thing);
 
-use version; our $VERSION = qv('0.16.0');
+use version; our $VERSION = qv('0.16.1');
 
 #our $DefaultNamespace = 'http://purl.org/atom/app#';
 our $DefaultNamespace = 'http://www.w3.org/2007/app';

Modified: trunk/libxml-atom-service-perl/t/perlcritic.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-atom-service-perl/t/perlcritic.t?rev=64026&op=diff
==============================================================================
--- trunk/libxml-atom-service-perl/t/perlcritic.t (original)
+++ trunk/libxml-atom-service-perl/t/perlcritic.t Tue Oct 19 21:48:55 2010
@@ -1,9 +1,12 @@
 #!perl
 
-if (!require Test::Perl::Critic) {
-    Test::More::plan(
-        skip_all => "Test::Perl::Critic required for testing PBP compliance"
-    );
-}
+use strict;
+use Test::More;
+
+plan skip_all => '$ENV{TEST_CRITIC} must be set to enable this test'
+    unless $ENV{TEST_CRITIC};
+
+eval { require Test::Perl::Critic };
+plan skip_all => 'Test::Perl::Critic required to enable this test' if $@;
 
 Test::Perl::Critic::all_critic_ok();




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