r50555 - in /trunk/libparse-method-signatures-perl: Changes MANIFEST META.yml Makefile.PL README debian/changelog debian/copyright lib/Parse/Method/Signatures.pm

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sat Jan 9 17:40:38 UTC 2010


Author: jawnsy-guest
Date: Sat Jan  9 17:40:31 2010
New Revision: 50555

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=50555
Log:
* New upstream release
* Update to new DEP5 copyright format

Added:
    trunk/libparse-method-signatures-perl/README
      - copied unchanged from r50553, branches/upstream/libparse-method-signatures-perl/current/README
Modified:
    trunk/libparse-method-signatures-perl/Changes
    trunk/libparse-method-signatures-perl/MANIFEST
    trunk/libparse-method-signatures-perl/META.yml
    trunk/libparse-method-signatures-perl/Makefile.PL
    trunk/libparse-method-signatures-perl/debian/changelog
    trunk/libparse-method-signatures-perl/debian/copyright
    trunk/libparse-method-signatures-perl/lib/Parse/Method/Signatures.pm

Modified: trunk/libparse-method-signatures-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparse-method-signatures-perl/Changes?rev=50555&op=diff
==============================================================================
--- trunk/libparse-method-signatures-perl/Changes (original)
+++ trunk/libparse-method-signatures-perl/Changes Sat Jan  9 17:40:31 2010
@@ -1,6 +1,9 @@
 Changelog for Parse::Method::Signatures
 
-1.003012 - 2009/09/13
+1.003013 - 2010/01/08
+  - Add version to List::MoreUtils as we need part() (Leo Lapworth)
+
+1.003012 - 2009/12/16
   - Pass from_namespace to type constraint class even if there is a callback
     provided. (This lets the callback be wrapped/extended better.)
 

Modified: trunk/libparse-method-signatures-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparse-method-signatures-perl/MANIFEST?rev=50555&op=diff
==============================================================================
--- trunk/libparse-method-signatures-perl/MANIFEST (original)
+++ trunk/libparse-method-signatures-perl/MANIFEST Sat Jan  9 17:40:31 2010
@@ -26,6 +26,7 @@
 Makefile.PL
 MANIFEST			This list of files
 META.yml
+README
 t/ppi.t
 t/signatures.t
 t/struct.t

Modified: trunk/libparse-method-signatures-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparse-method-signatures-perl/META.yml?rev=50555&op=diff
==============================================================================
--- trunk/libparse-method-signatures-perl/META.yml (original)
+++ trunk/libparse-method-signatures-perl/META.yml Sat Jan  9 17:40:31 2010
@@ -22,36 +22,8 @@
   directory:
     - inc
     - t
-provides:
-  Parse::Method::Signatures:
-    file: lib/Parse/Method/Signatures.pm
-    version: 1.003012
-  Parse::Method::Signatures::Param:
-    file: lib/Parse/Method/Signatures/Param.pm
-  Parse::Method::Signatures::Param::Bindable:
-    file: lib/Parse/Method/Signatures/Param/Bindable.pm
-  Parse::Method::Signatures::Param::Named:
-    file: lib/Parse/Method/Signatures/Param/Named.pm
-  Parse::Method::Signatures::Param::Placeholder:
-    file: lib/Parse/Method/Signatures/Param/Placeholder.pm
-  Parse::Method::Signatures::Param::Positional:
-    file: lib/Parse/Method/Signatures/Param/Positional.pm
-  Parse::Method::Signatures::Param::Unpacked:
-    file: lib/Parse/Method/Signatures/Param/Unpacked.pm
-  Parse::Method::Signatures::Param::Unpacked::Array:
-    file: lib/Parse/Method/Signatures/Param/Unpacked/Array.pm
-  Parse::Method::Signatures::Param::Unpacked::Hash:
-    file: lib/Parse/Method/Signatures/Param/Unpacked/Hash.pm
-  Parse::Method::Signatures::ParamCollection:
-    file: lib/Parse/Method/Signatures/ParamCollection.pm
-  Parse::Method::Signatures::Sig:
-    file: lib/Parse/Method/Signatures/Sig.pm
-  Parse::Method::Signatures::TypeConstraint:
-    file: lib/Parse/Method/Signatures/TypeConstraint.pm
-  Parse::Method::Signatures::Types:
-    file: lib/Parse/Method/Signatures/Types.pm
 requires:
-  List::MoreUtils: 0
+  List::MoreUtils: 0.20
   Moose: 0
   MooseX::Traits: 0.06
   MooseX::Types: 0.17
@@ -63,4 +35,4 @@
   homepage: http://github.com/ashb/Parse-Method-Signatures/tree/master
   license: http://dev.perl.org/licenses/
   repository: git://github.com/ashb/Parse-Method-Signatures.git
-version: 1.003012
+version: 1.003013

Modified: trunk/libparse-method-signatures-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparse-method-signatures-perl/Makefile.PL?rev=50555&op=diff
==============================================================================
--- trunk/libparse-method-signatures-perl/Makefile.PL (original)
+++ trunk/libparse-method-signatures-perl/Makefile.PL Sat Jan  9 17:40:31 2010
@@ -6,7 +6,7 @@
 name 'Parse-Method-Signatures';
 all_from 'lib/Parse/Method/Signatures.pm';
 
-requires 'List::MoreUtils';
+requires 'List::MoreUtils' => '0.20';
 requires 'Moose';
 requires 'MooseX::Traits' => '0.06';
 requires 'MooseX::Types' => '0.17';

Modified: trunk/libparse-method-signatures-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparse-method-signatures-perl/debian/changelog?rev=50555&op=diff
==============================================================================
--- trunk/libparse-method-signatures-perl/debian/changelog (original)
+++ trunk/libparse-method-signatures-perl/debian/changelog Sat Jan  9 17:40:31 2010
@@ -1,8 +1,13 @@
-libparse-method-signatures-perl (1.003012-2) UNRELEASED; urgency=low
+libparse-method-signatures-perl (1.003013-1) UNRELEASED; urgency=low
 
+  [ Jonathan Yu ]
+  * New upstream release
+  * Update to new DEP5 copyright format
+
+  [ Ryan Niebur ]
   * Update ryan52's email address
 
- -- Ryan Niebur <ryan at debian.org>  Fri, 25 Sep 2009 00:25:56 -0700
+ -- Jonathan Yu <jawnsy at cpan.org>  Sat, 09 Jan 2010 12:35:15 -0500
 
 libparse-method-signatures-perl (1.003012-1) unstable; urgency=low
 

Modified: trunk/libparse-method-signatures-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparse-method-signatures-perl/debian/copyright?rev=50555&op=diff
==============================================================================
--- trunk/libparse-method-signatures-perl/debian/copyright (original)
+++ trunk/libparse-method-signatures-perl/debian/copyright Sat Jan  9 17:40:31 2010
@@ -1,36 +1,36 @@
-Format-Specification:
-    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
-Upstream-Maintainer: Ash Berlin <ash at cpan.org>
-Upstream-Source: http://search.cpan.org/dist/Parse-Method-Signatures/
-Upstream-Name: Parse-Method-Signatures
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59
+Maintainer: Ash Berlin <ash at cpan.org>
+Source: http://search.cpan.org/dist/Parse-Method-Signatures/
+Name: Parse-Method-Signatures
 
 Files: *
 Copyright: 2008-2009, Ash Berlin <ash at cpan.org>
-License-Alias: Perl
-License: Artistic | GPL-1+
-
-Files: debian/*
-Copyright: 2009, Jonathan Yu <jawnsy at cpan.org>
- 2009, Ryan Niebur <ryan at debian.org>
-License: Artistic | GPL-1+
+License: Artistic or GPL-1+
 
 Files: inc/Module/*
 Copyright: 2002-2009, Adam Kennedy <adamk at cpan.org>
  2002-2009, Audrey Tang <autrijus at autrijus.org>
  2002-2009, Brian Ingerson <ingy at cpan.org>
-License-Alias: Perl
-License: Artistic | GPL-1+
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2009, Jonathan Yu <jawnsy at cpan.org>
+ 2009, Ryan Niebur <ryan at debian.org>
+License: Artistic or GPL-1+
 
 License: Artistic
-    This program is free software; you can redistribute it and/or modify
-    it under the terms of the Artistic License, which comes with Perl.
-    On Debian GNU/Linux systems, the complete text of the Artistic License
-    can be found in `/usr/share/common-licenses/Artistic'
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+ .
+ On Debian GNU/Linux systems, the complete text of the Artistic License
+ can be found in `/usr/share/common-licenses/Artistic'
 
 License: GPL-1+
-    This program is free software; you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation; either version 1, or (at your option)
-    any later version.
-    On Debian GNU/Linux systems, the complete text of the GNU General
-    Public License can be found in `/usr/share/common-licenses/GPL'
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 1, or (at your option)
+ any later version.
+ .
+ On Debian GNU/Linux systems, the complete text of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL'
+

Modified: trunk/libparse-method-signatures-perl/lib/Parse/Method/Signatures.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparse-method-signatures-perl/lib/Parse/Method/Signatures.pm?rev=50555&op=diff
==============================================================================
--- trunk/libparse-method-signatures-perl/lib/Parse/Method/Signatures.pm (original)
+++ trunk/libparse-method-signatures-perl/lib/Parse/Method/Signatures.pm Sat Jan  9 17:40:31 2010
@@ -15,7 +15,7 @@
 use Carp qw/croak/;
 
 use namespace::clean -except => 'meta';
-our $VERSION = '1.003012';
+our $VERSION = '1.003013';
 our $ERROR_LEVEL = 0;
 our %LEXTABLE;
 our $DEBUG = $ENV{PMS_DEBUG} || 0;
@@ -1044,7 +1044,7 @@
 
 Thanks to Florian Ragwitz <rafl at debian.org>.
 
-Many thanks to Piers Crawley to showing me the way to refactor my spaghetti
+Many thanks to Piers Cawley to showing me the way to refactor my spaghetti
 code into something more manageable.
 
 =head1 SEE ALSO




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