r50398 - in /branches/upstream/libsub-exporter-formethods-perl/current: LICENSE MANIFEST META.json META.yml Makefile.PL README lib/Sub/Exporter/ForMethods.pm t/lib/TestDexp.pm t/lib/TestMexp.pm t/release-pod-coverage.t t/release-pod-syntax.t

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Wed Jan 6 16:14:14 UTC 2010


Author: jawnsy-guest
Date: Wed Jan  6 16:14:08 2010
New Revision: 50398

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=50398
Log:
[svn-upgrade] Integrating new upstream version, libsub-exporter-formethods-perl (0.100050)

Added:
    branches/upstream/libsub-exporter-formethods-perl/current/META.yml
    branches/upstream/libsub-exporter-formethods-perl/current/t/release-pod-coverage.t
    branches/upstream/libsub-exporter-formethods-perl/current/t/release-pod-syntax.t
Modified:
    branches/upstream/libsub-exporter-formethods-perl/current/LICENSE
    branches/upstream/libsub-exporter-formethods-perl/current/MANIFEST
    branches/upstream/libsub-exporter-formethods-perl/current/META.json
    branches/upstream/libsub-exporter-formethods-perl/current/Makefile.PL
    branches/upstream/libsub-exporter-formethods-perl/current/README
    branches/upstream/libsub-exporter-formethods-perl/current/lib/Sub/Exporter/ForMethods.pm
    branches/upstream/libsub-exporter-formethods-perl/current/t/lib/TestDexp.pm
    branches/upstream/libsub-exporter-formethods-perl/current/t/lib/TestMexp.pm

Modified: branches/upstream/libsub-exporter-formethods-perl/current/LICENSE
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsub-exporter-formethods-perl/current/LICENSE?rev=50398&op=diff
==============================================================================
--- branches/upstream/libsub-exporter-formethods-perl/current/LICENSE (original)
+++ branches/upstream/libsub-exporter-formethods-perl/current/LICENSE Wed Jan  6 16:14:08 2010
@@ -1,9 +1,9 @@
-This software is copyright (c) 2009 by Ricardo Signes.
+This software is copyright (c) 2010 by Ricardo Signes.
 
 This is free software; you can redistribute it and/or modify it under
-the same terms as perl itself.
-
-Terms of Perl itself
+the same terms as the Perl 5 programming language system itself.
+
+Terms of the Perl programming language system itself
 
 a) the GNU General Public License as published by the Free
    Software Foundation; either version 1, or (at your option) any
@@ -12,7 +12,7 @@
 
 --- The GNU General Public License, Version 1, February 1989 ---
 
-This software is Copyright (c) 2009 by Ricardo Signes.
+This software is Copyright (c) 2010 by Ricardo Signes.
 
 This is free software, licensed under:
 
@@ -270,7 +270,7 @@
 
 --- The Artistic License 1.0 ---
 
-This software is Copyright (c) 2009 by Ricardo Signes.
+This software is Copyright (c) 2010 by Ricardo Signes.
 
 This is free software, licensed under:
 

Modified: branches/upstream/libsub-exporter-formethods-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsub-exporter-formethods-perl/current/MANIFEST?rev=50398&op=diff
==============================================================================
--- branches/upstream/libsub-exporter-formethods-perl/current/MANIFEST (original)
+++ branches/upstream/libsub-exporter-formethods-perl/current/MANIFEST Wed Jan  6 16:14:08 2010
@@ -1,6 +1,7 @@
 LICENSE
 MANIFEST
 META.json
+META.yml
 Makefile.PL
 README
 dist.ini
@@ -8,4 +9,6 @@
 t/autoclean.t
 t/carp.t
 t/lib/TestDexp.pm
-t/lib/TestMexp.pm
+t/lib/TestMexp.pm
+t/release-pod-coverage.t
+t/release-pod-syntax.t

Modified: branches/upstream/libsub-exporter-formethods-perl/current/META.json
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsub-exporter-formethods-perl/current/META.json?rev=50398&op=diff
==============================================================================
--- branches/upstream/libsub-exporter-formethods-perl/current/META.json (original)
+++ branches/upstream/libsub-exporter-formethods-perl/current/META.json Wed Jan  6 16:14:08 2010
@@ -1,21 +1,23 @@
 {
    "resources" : {
-      "repository" : "http://github.com/rjbs/sub-exporter-formethods/tree"
+      "repository" : "http://github.com/rjbs/sub-exporter-formethods"
    },
    "meta-spec" : {
       "version" : 1.4,
       "url" : "http://module-build.sourceforge.net/META-spec-v1.4.html"
    },
-   "generated_by" : "Dist::Zilla::Plugin::MetaJSON version 1.091940",
-   "version" : "0.091970",
+   "generated_by" : "Dist::Zilla version 1.100060",
+   "version" : "0.100050",
    "name" : "Sub-Exporter-ForMethods",
    "author" : [
       "Ricardo Signes <rjbs at cpan.org>"
    ],
    "license" : "perl",
    "requires" : {
+      "ExtUtils::MakeMaker" : "6.11",
       "Sub::Exporter" : "0.978",
       "Sub::Name" : "0"
    },
    "abstract" : "helper routines for using Sub::Exporter to build methods"
 }
+

Added: branches/upstream/libsub-exporter-formethods-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsub-exporter-formethods-perl/current/META.yml?rev=50398&op=file
==============================================================================
--- branches/upstream/libsub-exporter-formethods-perl/current/META.yml (added)
+++ branches/upstream/libsub-exporter-formethods-perl/current/META.yml Wed Jan  6 16:14:08 2010
@@ -1,0 +1,17 @@
+---
+abstract: 'helper routines for using Sub::Exporter to build methods'
+author:
+  - 'Ricardo Signes <rjbs at cpan.org>'
+generated_by: 'Dist::Zilla version 1.100060'
+license: perl
+meta-spec:
+  url: http://module-build.sourceforge.net/META-spec-v1.4.html
+  version: 1.4
+name: Sub-Exporter-ForMethods
+requires:
+  ExtUtils::MakeMaker: 6.11
+  Sub::Exporter: 0.978
+  Sub::Name: 0
+resources:
+  repository: http://github.com/rjbs/sub-exporter-formethods
+version: 0.100050

Modified: branches/upstream/libsub-exporter-formethods-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsub-exporter-formethods-perl/current/Makefile.PL?rev=50398&op=diff
==============================================================================
--- branches/upstream/libsub-exporter-formethods-perl/current/Makefile.PL (original)
+++ branches/upstream/libsub-exporter-formethods-perl/current/Makefile.PL Wed Jan  6 16:14:08 2010
@@ -2,18 +2,27 @@
 use strict;
 use warnings;
 
-use ExtUtils::MakeMaker;
+
+
+use ExtUtils::MakeMaker 6.11;
+
+
 
 WriteMakefile(
   DISTNAME  => 'Sub-Exporter-ForMethods',
   NAME      => 'Sub::Exporter::ForMethods',
-  AUTHOR    => 'Ricardo\ Signes\ \<rjbs\@cpan\.org\>',
-  ABSTRACT  => 'helper\ routines\ for\ using\ Sub\:\:Exporter\ to\ build\ methods',
-  VERSION   => '0.091970',
-  EXE_FILES => [ qw() ],
+  AUTHOR    => "Ricardo\ Signes\ \<rjbs\@cpan\.org\>",
+  ABSTRACT  => "helper\ routines\ for\ using\ Sub\:\:Exporter\ to\ build\ methods",
+  VERSION   => '0.100050',
+  EXE_FILES => [  ],
   (eval { ExtUtils::MakeMaker->VERSION(6.31) } ? (LICENSE => 'perl') : ()),
   PREREQ_PM    => {
+    "ExtUtils::MakeMaker" => '6.11',
     "Sub::Exporter" => '0.978',
     "Sub::Name" => '0',
   },
+  test => {TESTS => 't/*.t'}
 );
+
+
+

Modified: branches/upstream/libsub-exporter-formethods-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsub-exporter-formethods-perl/current/README?rev=50398&op=diff
==============================================================================
--- branches/upstream/libsub-exporter-formethods-perl/current/README (original)
+++ branches/upstream/libsub-exporter-formethods-perl/current/README Wed Jan  6 16:14:08 2010
@@ -1,12 +1,12 @@
 
 
 This archive contains the distribution Sub-Exporter-ForMethods, version
-0.091970:
+0.100050:
 
   helper routines for using Sub::Exporter to build methods
 
-This software is copyright (c) 2009 by Ricardo Signes.
+This software is copyright (c) 2010 by Ricardo Signes.
 
 This is free software; you can redistribute it and/or modify it under
-the same terms as perl itself.
+the same terms as the Perl 5 programming language system itself.
 

Modified: branches/upstream/libsub-exporter-formethods-perl/current/lib/Sub/Exporter/ForMethods.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsub-exporter-formethods-perl/current/lib/Sub/Exporter/ForMethods.pm?rev=50398&op=diff
==============================================================================
--- branches/upstream/libsub-exporter-formethods-perl/current/lib/Sub/Exporter/ForMethods.pm (original)
+++ branches/upstream/libsub-exporter-formethods-perl/current/lib/Sub/Exporter/ForMethods.pm Wed Jan  6 16:14:08 2010
@@ -1,8 +1,7 @@
 use strict;
 use warnings;
 package Sub::Exporter::ForMethods;
-our $VERSION = '0.091970';
-
+our $VERSION = '0.100050';
 # ABSTRACT: helper routines for using Sub::Exporter to build methods
 
 use Sub::Name ();
@@ -36,7 +35,6 @@
 1;
 
 __END__
-
 =pod
 
 =head1 NAME
@@ -45,7 +43,7 @@
 
 =head1 VERSION
 
-version 0.091970
+version 0.100050
 
 =head1 SYNOPSIS
 
@@ -120,11 +118,10 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is copyright (c) 2009 by Ricardo Signes.
+This software is copyright (c) 2010 by Ricardo Signes.
 
 This is free software; you can redistribute it and/or modify it under
-the same terms as perl itself.
+the same terms as the Perl 5 programming language system itself.
 
-=cut 
+=cut
 
-

Modified: branches/upstream/libsub-exporter-formethods-perl/current/t/lib/TestDexp.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsub-exporter-formethods-perl/current/t/lib/TestDexp.pm?rev=50398&op=diff
==============================================================================
--- branches/upstream/libsub-exporter-formethods-perl/current/t/lib/TestDexp.pm (original)
+++ branches/upstream/libsub-exporter-formethods-perl/current/t/lib/TestDexp.pm Wed Jan  6 16:14:08 2010
@@ -1,8 +1,7 @@
 use strict;
 use warnings;
 package TestDexp;
-our $VERSION = '0.091970';
-
+our $VERSION = '0.100050';
 
 use Sub::Exporter -setup => {
   exports   => [ qw(foo) ],

Modified: branches/upstream/libsub-exporter-formethods-perl/current/t/lib/TestMexp.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsub-exporter-formethods-perl/current/t/lib/TestMexp.pm?rev=50398&op=diff
==============================================================================
--- branches/upstream/libsub-exporter-formethods-perl/current/t/lib/TestMexp.pm (original)
+++ branches/upstream/libsub-exporter-formethods-perl/current/t/lib/TestMexp.pm Wed Jan  6 16:14:08 2010
@@ -1,8 +1,7 @@
 use strict;
 use warnings;
 package TestMexp;
-our $VERSION = '0.091970';
-
+our $VERSION = '0.100050';
 
 use Sub::Exporter::ForMethods qw(method_installer);
 use Sub::Exporter -setup => {

Added: branches/upstream/libsub-exporter-formethods-perl/current/t/release-pod-coverage.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsub-exporter-formethods-perl/current/t/release-pod-coverage.t?rev=50398&op=file
==============================================================================
--- branches/upstream/libsub-exporter-formethods-perl/current/t/release-pod-coverage.t (added)
+++ branches/upstream/libsub-exporter-formethods-perl/current/t/release-pod-coverage.t Wed Jan  6 16:14:08 2010
@@ -1,0 +1,21 @@
+#!perl
+
+BEGIN {
+  unless ($ENV{RELEASE_TESTING}) {
+    require Test::More;
+    Test::More::plan(skip_all => 'these tests are for release candidate testing');
+  }
+}
+
+
+use Test::More;
+
+eval "use Test::Pod::Coverage 1.08";
+plan skip_all => "Test::Pod::Coverage 1.08 required for testing POD coverage"
+  if $@;
+
+eval "use Pod::Coverage::TrustPod";
+plan skip_all => "Pod::Coverage::TrustPod required for testing POD coverage"
+  if $@;
+
+all_pod_coverage_ok({ coverage_class => 'Pod::Coverage::TrustPod' });

Added: branches/upstream/libsub-exporter-formethods-perl/current/t/release-pod-syntax.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsub-exporter-formethods-perl/current/t/release-pod-syntax.t?rev=50398&op=file
==============================================================================
--- branches/upstream/libsub-exporter-formethods-perl/current/t/release-pod-syntax.t (added)
+++ branches/upstream/libsub-exporter-formethods-perl/current/t/release-pod-syntax.t Wed Jan  6 16:14:08 2010
@@ -1,0 +1,15 @@
+#!perl
+
+BEGIN {
+  unless ($ENV{RELEASE_TESTING}) {
+    require Test::More;
+    Test::More::plan(skip_all => 'these tests are for release candidate testing');
+  }
+}
+
+use Test::More;
+
+eval "use Test::Pod 1.00";
+plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
+
+all_pod_files_ok();




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