r47952 - in /trunk/libdata-section-perl: ./ debian/ lib/Data/ t/ t/lib/ t/lib/I/

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Mon Nov 30 16:08:40 UTC 2009


Author: jawnsy-guest
Date: Mon Nov 30 16:08:26 2009
New Revision: 47952

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=47952
Log:
Adds a META.yml, no need to upload
IGNORE-VERSION: 0.093330-1
* New upstream release

Added:
    trunk/libdata-section-perl/META.yml
      - copied unchanged from r47951, branches/upstream/libdata-section-perl/current/META.yml
    trunk/libdata-section-perl/dist.ini
      - copied unchanged from r47951, branches/upstream/libdata-section-perl/current/dist.ini
    trunk/libdata-section-perl/t/release-pod-coverage.t
      - copied unchanged from r47951, branches/upstream/libdata-section-perl/current/t/release-pod-coverage.t
    trunk/libdata-section-perl/t/release-pod-syntax.t
      - copied unchanged from r47951, branches/upstream/libdata-section-perl/current/t/release-pod-syntax.t
Removed:
    trunk/libdata-section-perl/t/release-perl-critic.t
Modified:
    trunk/libdata-section-perl/Changes
    trunk/libdata-section-perl/LICENSE
    trunk/libdata-section-perl/MANIFEST
    trunk/libdata-section-perl/META.json
    trunk/libdata-section-perl/Makefile.PL
    trunk/libdata-section-perl/README
    trunk/libdata-section-perl/debian/changelog
    trunk/libdata-section-perl/lib/Data/Section.pm
    trunk/libdata-section-perl/t/lib/Child.pm
    trunk/libdata-section-perl/t/lib/Godfather.pm
    trunk/libdata-section-perl/t/lib/Grandchild.pm
    trunk/libdata-section-perl/t/lib/I/Child.pm
    trunk/libdata-section-perl/t/lib/I/Grandchild.pm
    trunk/libdata-section-perl/t/lib/I/Parent.pm
    trunk/libdata-section-perl/t/lib/NoData.pm
    trunk/libdata-section-perl/t/lib/Parent.pm

Modified: trunk/libdata-section-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-section-perl/Changes?rev=47952&op=diff
==============================================================================
--- trunk/libdata-section-perl/Changes (original)
+++ trunk/libdata-section-perl/Changes Mon Nov 30 16:08:26 2009
@@ -1,4 +1,7 @@
 Revision history for Data-Section
+
+0.093330  2009-11-29 17:45:10 America/New_York
+          re-release to include a META.yml for cpandeps
 
 0.091820  2009-07-01 18:25:50 UTC
           add docs on using ForMethod to avoid autocleaning (thanks, Kent

Modified: trunk/libdata-section-perl/LICENSE
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-section-perl/LICENSE?rev=47952&op=diff
==============================================================================
--- trunk/libdata-section-perl/LICENSE (original)
+++ trunk/libdata-section-perl/LICENSE Mon Nov 30 16:08:26 2009
@@ -1,9 +1,9 @@
 This software is copyright (c) 2009 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

Modified: trunk/libdata-section-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-section-perl/MANIFEST?rev=47952&op=diff
==============================================================================
--- trunk/libdata-section-perl/MANIFEST (original)
+++ trunk/libdata-section-perl/MANIFEST Mon Nov 30 16:08:26 2009
@@ -2,8 +2,10 @@
 LICENSE
 MANIFEST
 META.json
+META.yml
 Makefile.PL
 README
+dist.ini
 lib/Data/Section.pm
 t/basic.t
 t/lib/Child.pm
@@ -14,4 +16,5 @@
 t/lib/I/Parent.pm
 t/lib/NoData.pm
 t/lib/Parent.pm
-t/release-perl-critic.t
+t/release-pod-coverage.t
+t/release-pod-syntax.t

Modified: trunk/libdata-section-perl/META.json
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-section-perl/META.json?rev=47952&op=diff
==============================================================================
--- trunk/libdata-section-perl/META.json (original)
+++ trunk/libdata-section-perl/META.json Mon Nov 30 16:08:26 2009
@@ -1,21 +1,22 @@
 {
    "resources" : {
-      "repository" : "http://github.com/rjbs/data-section/tree"
+      "repository" : "http://github.com/rjbs/data-section"
    },
    "meta-spec" : {
       "version" : 1.4,
       "url" : "http://module-build.sourceforge.net/META-spec-v1.4.html"
    },
-   "generated_by" : "Dist::Zilla::Plugin::MetaJSON version 1.091480",
-   "version" : "0.091820",
+   "generated_by" : "Dist::Zilla version 1.093290",
+   "version" : "0.093330",
    "name" : "Data-Section",
    "author" : [
       "Ricardo SIGNES <rjbs at cpan.org>"
    ],
    "license" : "perl",
    "requires" : {
-      "Class::ISA" : "0",
-      "Sub::Exporter" : "0.979"
+      "Sub::Exporter" : "0.979",
+      "Class::ISA" : "0"
    },
    "abstract" : "read multiple hunks of data out of your DATA section"
 }
+

Modified: trunk/libdata-section-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-section-perl/Makefile.PL?rev=47952&op=diff
==============================================================================
--- trunk/libdata-section-perl/Makefile.PL (original)
+++ trunk/libdata-section-perl/Makefile.PL Mon Nov 30 16:08:26 2009
@@ -1,19 +1,23 @@
 
 use strict;
 use warnings;
+
+
 
 use ExtUtils::MakeMaker;
 
 WriteMakefile(
   DISTNAME  => 'Data-Section',
   NAME      => 'Data::Section',
-  AUTHOR    => 'Ricardo\ SIGNES\ \<rjbs\@cpan\.org\>',
-  ABSTRACT  => 'read\ multiple\ hunks\ of\ data\ out\ of\ your\ DATA\ section',
-  VERSION   => '0.091820',
+  AUTHOR    => "Ricardo\ SIGNES\ \<rjbs\@cpan\.org\>",
+  ABSTRACT  => "read\ multiple\ hunks\ of\ data\ out\ of\ your\ DATA\ section",
+  VERSION   => '0.093330',
   EXE_FILES => [ qw() ],
-  (eval { ExtUtils::MakeMaker->VERSION(6.21) } ? (LICENSE => 'perl') : ()),
+  (eval { ExtUtils::MakeMaker->VERSION(6.31) } ? (LICENSE => 'perl') : ()),
   PREREQ_PM    => {
+    "Sub::Exporter" => '0.979',
     "Class::ISA" => '0',
-    "Sub::Exporter" => '0.979',
   },
+  test => {TESTS => 't/*.t'}
 );
+

Modified: trunk/libdata-section-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-section-perl/README?rev=47952&op=diff
==============================================================================
--- trunk/libdata-section-perl/README (original)
+++ trunk/libdata-section-perl/README Mon Nov 30 16:08:26 2009
@@ -1,12 +1,12 @@
 
 
 This archive contains the distribution Data-Section, version
-0.091820:
+0.093330:
 
   read multiple hunks of data out of your DATA section
 
 This software is copyright (c) 2009 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/libdata-section-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-section-perl/debian/changelog?rev=47952&op=diff
==============================================================================
--- trunk/libdata-section-perl/debian/changelog (original)
+++ trunk/libdata-section-perl/debian/changelog Mon Nov 30 16:08:26 2009
@@ -1,10 +1,17 @@
-libdata-section-perl (0.091820-2) UNRELEASED; urgency=low
+libdata-section-perl (0.093330-1) UNRELEASED; urgency=low
 
+  Adds a META.yml, no need to upload
+  IGNORE-VERSION: 0.093330-1
+
+  [ Jonathan Yu ]
+  * New upstream release
+
+  [ Salvatore Bonaccorso ]
   * debian/control: Changed: Replace versioned (build-)dependency on
     perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as
     permitted by Debian Policy 3.8.3).
 
- -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Sun, 16 Aug 2009 20:13:45 +0200
+ -- Jonathan Yu <jawnsy at cpan.org>  Mon, 30 Nov 2009 07:46:38 -0500
 
 libdata-section-perl (0.091820-1) unstable; urgency=low
 

Modified: trunk/libdata-section-perl/lib/Data/Section.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-section-perl/lib/Data/Section.pm?rev=47952&op=diff
==============================================================================
--- trunk/libdata-section-perl/lib/Data/Section.pm (original)
+++ trunk/libdata-section-perl/lib/Data/Section.pm Mon Nov 30 16:08:26 2009
@@ -1,7 +1,8 @@
 use strict;
 use warnings;
 package Data::Section;
-our $VERSION = '0.091820';
+our $VERSION = '0.093330';
+
 
 # ABSTRACT: read multiple hunks of data out of your DATA section
 
@@ -102,7 +103,6 @@
 1;
 
 __END__
-
 =pod
 
 =head1 NAME
@@ -111,11 +111,14 @@
 
 =head1 VERSION
 
-version 0.091820
+version 0.093330
 
 =head1 SYNOPSIS
 
   package Letter::Resignation;
+our $VERSION = '0.093330';
+
+
   use Data::Section -setup;
 
   sub quit {
@@ -140,6 +143,7 @@
   Dear {{ $boss }},
 
     I quit, jerks!
+
 
   -- 
   {{ $name }}
@@ -245,6 +249,9 @@
 data section in the correct package.
 
    package Foo;
+our $VERSION = '0.093330';
+
+
 
    use MooseX::Declare;
    class Foo {
@@ -286,8 +293,7 @@
 This software is copyright (c) 2009 by Ricardo SIGNES.
 
 This is free software; you can redistribute it and/or modify it under
-the same terms as perl itself.
-
-=cut 
-
-
+the same terms as the Perl 5 programming language system itself.
+
+=cut
+

Modified: trunk/libdata-section-perl/t/lib/Child.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-section-perl/t/lib/Child.pm?rev=47952&op=diff
==============================================================================
--- trunk/libdata-section-perl/t/lib/Child.pm (original)
+++ trunk/libdata-section-perl/t/lib/Child.pm Mon Nov 30 16:08:26 2009
@@ -1,7 +1,8 @@
 use strict;
 use warnings;
 package Child;
-our $VERSION = '0.091820';
+our $VERSION = '0.093330';
+
 
 use Godfather;
 use base qw(Parent Godfather);

Modified: trunk/libdata-section-perl/t/lib/Godfather.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-section-perl/t/lib/Godfather.pm?rev=47952&op=diff
==============================================================================
--- trunk/libdata-section-perl/t/lib/Godfather.pm (original)
+++ trunk/libdata-section-perl/t/lib/Godfather.pm Mon Nov 30 16:08:26 2009
@@ -1,7 +1,8 @@
 use strict;
 use warnings;
 package Godfather;
-our $VERSION = '0.091820';
+our $VERSION = '0.093330';
+
 
 1;
 __DATA__

Modified: trunk/libdata-section-perl/t/lib/Grandchild.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-section-perl/t/lib/Grandchild.pm?rev=47952&op=diff
==============================================================================
--- trunk/libdata-section-perl/t/lib/Grandchild.pm (original)
+++ trunk/libdata-section-perl/t/lib/Grandchild.pm Mon Nov 30 16:08:26 2009
@@ -1,7 +1,8 @@
 use strict;
 use warnings;
 package Grandchild;
-our $VERSION = '0.091820';
+our $VERSION = '0.093330';
+
 
 use base 'Child';
 

Modified: trunk/libdata-section-perl/t/lib/I/Child.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-section-perl/t/lib/I/Child.pm?rev=47952&op=diff
==============================================================================
--- trunk/libdata-section-perl/t/lib/I/Child.pm (original)
+++ trunk/libdata-section-perl/t/lib/I/Child.pm Mon Nov 30 16:08:26 2009
@@ -1,7 +1,8 @@
 use strict;
 use warnings;
 package I::Child;
-our $VERSION = '0.091820';
+our $VERSION = '0.093330';
+
 
 use Godfather;
 use base qw(I::Parent Godfather);

Modified: trunk/libdata-section-perl/t/lib/I/Grandchild.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-section-perl/t/lib/I/Grandchild.pm?rev=47952&op=diff
==============================================================================
--- trunk/libdata-section-perl/t/lib/I/Grandchild.pm (original)
+++ trunk/libdata-section-perl/t/lib/I/Grandchild.pm Mon Nov 30 16:08:26 2009
@@ -1,7 +1,8 @@
 use strict;
 use warnings;
 package I::Grandchild;
-our $VERSION = '0.091820';
+our $VERSION = '0.093330';
+
 
 use base 'I::Child';
 

Modified: trunk/libdata-section-perl/t/lib/I/Parent.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-section-perl/t/lib/I/Parent.pm?rev=47952&op=diff
==============================================================================
--- trunk/libdata-section-perl/t/lib/I/Parent.pm (original)
+++ trunk/libdata-section-perl/t/lib/I/Parent.pm Mon Nov 30 16:08:26 2009
@@ -1,7 +1,8 @@
 use strict;
 use warnings;
 package I::Parent;
-our $VERSION = '0.091820';
+our $VERSION = '0.093330';
+
 
 use Data::Section -setup;
 

Modified: trunk/libdata-section-perl/t/lib/NoData.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-section-perl/t/lib/NoData.pm?rev=47952&op=diff
==============================================================================
--- trunk/libdata-section-perl/t/lib/NoData.pm (original)
+++ trunk/libdata-section-perl/t/lib/NoData.pm Mon Nov 30 16:08:26 2009
@@ -1,7 +1,8 @@
 use strict;
 use warnings;
 package NoData;
-our $VERSION = '0.091820';
+our $VERSION = '0.093330';
+
 
 use Data::Section -setup;
 

Modified: trunk/libdata-section-perl/t/lib/Parent.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-section-perl/t/lib/Parent.pm?rev=47952&op=diff
==============================================================================
--- trunk/libdata-section-perl/t/lib/Parent.pm (original)
+++ trunk/libdata-section-perl/t/lib/Parent.pm Mon Nov 30 16:08:26 2009
@@ -1,7 +1,8 @@
 use strict;
 use warnings;
 package Parent;
-our $VERSION = '0.091820';
+our $VERSION = '0.093330';
+
 
 use Data::Section -setup => { inherit => 0 };
 




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