r50400 - in /trunk/libsub-exporter-formethods-perl: LICENSE MANIFEST META.json META.yml Makefile.PL README debian/changelog debian/copyright 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:26:11 UTC 2010


Author: jawnsy-guest
Date: Wed Jan  6 16:26:05 2010
New Revision: 50400

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=50400
Log:
* New upstream release
* Update copyright information per upstream

Added:
    trunk/libsub-exporter-formethods-perl/META.yml
      - copied unchanged from r50399, branches/upstream/libsub-exporter-formethods-perl/current/META.yml
    trunk/libsub-exporter-formethods-perl/t/release-pod-coverage.t
      - copied unchanged from r50399, branches/upstream/libsub-exporter-formethods-perl/current/t/release-pod-coverage.t
    trunk/libsub-exporter-formethods-perl/t/release-pod-syntax.t
      - copied unchanged from r50399, branches/upstream/libsub-exporter-formethods-perl/current/t/release-pod-syntax.t
Modified:
    trunk/libsub-exporter-formethods-perl/LICENSE
    trunk/libsub-exporter-formethods-perl/MANIFEST
    trunk/libsub-exporter-formethods-perl/META.json
    trunk/libsub-exporter-formethods-perl/Makefile.PL
    trunk/libsub-exporter-formethods-perl/README
    trunk/libsub-exporter-formethods-perl/debian/changelog
    trunk/libsub-exporter-formethods-perl/debian/copyright
    trunk/libsub-exporter-formethods-perl/lib/Sub/Exporter/ForMethods.pm
    trunk/libsub-exporter-formethods-perl/t/lib/TestDexp.pm
    trunk/libsub-exporter-formethods-perl/t/lib/TestMexp.pm

Modified: trunk/libsub-exporter-formethods-perl/LICENSE
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsub-exporter-formethods-perl/LICENSE?rev=50400&op=diff
==============================================================================
--- trunk/libsub-exporter-formethods-perl/LICENSE (original)
+++ trunk/libsub-exporter-formethods-perl/LICENSE Wed Jan  6 16:26:05 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: trunk/libsub-exporter-formethods-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsub-exporter-formethods-perl/MANIFEST?rev=50400&op=diff
==============================================================================
--- trunk/libsub-exporter-formethods-perl/MANIFEST (original)
+++ trunk/libsub-exporter-formethods-perl/MANIFEST Wed Jan  6 16:26:05 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: trunk/libsub-exporter-formethods-perl/META.json
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsub-exporter-formethods-perl/META.json?rev=50400&op=diff
==============================================================================
--- trunk/libsub-exporter-formethods-perl/META.json (original)
+++ trunk/libsub-exporter-formethods-perl/META.json Wed Jan  6 16:26:05 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"
 }
+

Modified: trunk/libsub-exporter-formethods-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsub-exporter-formethods-perl/Makefile.PL?rev=50400&op=diff
==============================================================================
--- trunk/libsub-exporter-formethods-perl/Makefile.PL (original)
+++ trunk/libsub-exporter-formethods-perl/Makefile.PL Wed Jan  6 16:26:05 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: trunk/libsub-exporter-formethods-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsub-exporter-formethods-perl/README?rev=50400&op=diff
==============================================================================
--- trunk/libsub-exporter-formethods-perl/README (original)
+++ trunk/libsub-exporter-formethods-perl/README Wed Jan  6 16:26:05 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: trunk/libsub-exporter-formethods-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsub-exporter-formethods-perl/debian/changelog?rev=50400&op=diff
==============================================================================
--- trunk/libsub-exporter-formethods-perl/debian/changelog (original)
+++ trunk/libsub-exporter-formethods-perl/debian/changelog Wed Jan  6 16:26:05 2010
@@ -1,3 +1,10 @@
+libsub-exporter-formethods-perl (0.100050-1) UNRELEASED; urgency=low
+
+  * New upstream release
+  * Update copyright information per upstream
+
+ -- Jonathan Yu <jawnsy at cpan.org>  Wed, 06 Jan 2010 11:17:50 -0500
+
 libsub-exporter-formethods-perl (0.091970-1) unstable; urgency=low
 
   * Initial Release (Closes: #561893)

Modified: trunk/libsub-exporter-formethods-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsub-exporter-formethods-perl/debian/copyright?rev=50400&op=diff
==============================================================================
--- trunk/libsub-exporter-formethods-perl/debian/copyright (original)
+++ trunk/libsub-exporter-formethods-perl/debian/copyright Wed Jan  6 16:26:05 2010
@@ -4,11 +4,11 @@
 Name: Sub-Exporter-ForMethods
 
 Files: *
-Copyright: 2009, Ricardo Signes <rjbs at cpan.org>
+Copyright: 2010, Ricardo Signes <rjbs at cpan.org>
 License: Artistic or GPL-1+
 
 Files: debian/*
-Copyright: 2009, Jonathan Yu <jawnsy at cpan.org>
+Copyright: 2009-2010, Jonathan Yu <jawnsy at cpan.org>
 License: Artistic or GPL-1+
 
 License: Artistic

Modified: trunk/libsub-exporter-formethods-perl/lib/Sub/Exporter/ForMethods.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsub-exporter-formethods-perl/lib/Sub/Exporter/ForMethods.pm?rev=50400&op=diff
==============================================================================
--- trunk/libsub-exporter-formethods-perl/lib/Sub/Exporter/ForMethods.pm (original)
+++ trunk/libsub-exporter-formethods-perl/lib/Sub/Exporter/ForMethods.pm Wed Jan  6 16:26:05 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: trunk/libsub-exporter-formethods-perl/t/lib/TestDexp.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsub-exporter-formethods-perl/t/lib/TestDexp.pm?rev=50400&op=diff
==============================================================================
--- trunk/libsub-exporter-formethods-perl/t/lib/TestDexp.pm (original)
+++ trunk/libsub-exporter-formethods-perl/t/lib/TestDexp.pm Wed Jan  6 16:26:05 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: trunk/libsub-exporter-formethods-perl/t/lib/TestMexp.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsub-exporter-formethods-perl/t/lib/TestMexp.pm?rev=50400&op=diff
==============================================================================
--- trunk/libsub-exporter-formethods-perl/t/lib/TestMexp.pm (original)
+++ trunk/libsub-exporter-formethods-perl/t/lib/TestMexp.pm Wed Jan  6 16:26:05 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 => {




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