r36069 - in /trunk/libmoosex-params-validate-perl/debian: control copyright

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Thu May 21 20:10:01 UTC 2009


Author: jawnsy-guest
Date: Thu May 21 20:09:56 2009
New Revision: 36069

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=36069
Log:
Initial upload :-). Everything looks ready now.

Modified:
    trunk/libmoosex-params-validate-perl/debian/control
    trunk/libmoosex-params-validate-perl/debian/copyright

Modified: trunk/libmoosex-params-validate-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-params-validate-perl/debian/control?rev=36069&op=diff
==============================================================================
--- trunk/libmoosex-params-validate-perl/debian/control (original)
+++ trunk/libmoosex-params-validate-perl/debian/control Thu May 21 20:09:56 2009
@@ -2,9 +2,9 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: libmoose-perl (>= 0.58),
-  libparams-validate-perl (>= 0.88), libsub-exporter-perl,
-  libtest-exception-perl (>= 0.21), perl (>= 5.6.0-12)
+Build-Depends-Indep: libmoose-perl (>= 0.58), libsub-exporter-perl,
+ libparams-validate-perl (>= 0.88), libtest-exception-perl (>= 0.21),
+ perl (>= 5.6.0-12)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonathan Yu <frequency at cpan.org>
 Standards-Version: 3.8.1
@@ -15,12 +15,10 @@
 Package: libmoosex-params-validate-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}, libmoose-perl (>= 0.58),
-  libparams-validate-perl (>= 0.88), libsub-exporter-perl
-Description: an extension of Params::Validate for using Moose's types
+ libparams-validate-perl (>= 0.88), libsub-exporter-perl
+Description: Perl module to validate Moose method parameters
  MooseX::Params::Validate fills a gap in Moose by adding method parameter
- validation to Moose. This is just one of many developing options, it should
- not be considered the "official" one by any means though.
- .
- You might also want to explore MooseX::Method::Signatures and MooseX::Declare
- .
- This description was automagically extracted from the module by dh-make-perl.
+ validation to Moose, providing a simple way to verify that incoming parameters
+ are of the appropriate Moose types and roles. This module is just one of many
+ developing options to do this sort of thing; it should not yet be considered
+ the "official" way to validate parameters.

Modified: trunk/libmoosex-params-validate-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-params-validate-perl/debian/copyright?rev=36069&op=diff
==============================================================================
--- trunk/libmoosex-params-validate-perl/debian/copyright (original)
+++ trunk/libmoosex-params-validate-perl/debian/copyright Thu May 21 20:09:56 2009
@@ -1,22 +1,23 @@
 Format-Specification:
     http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
-Upstream-Maintainer: Stevan Little <stevan.little at iinteractive.com>
+Upstream-Maintainer: Dave Rolsky <autarch at urth.org>
 Upstream-Source: http://search.cpan.org/dist/MooseX-Params-Validate/
 Upstream-Name: MooseX-Params-Validate
-Disclaimer: This copyright info was automatically extracted 
-    from the perl module. It may not be accurate, so you better 
-    check the module sources in order to ensure the module for its 
-    inclusion in Debian or for general legal information. Please, 
-    if licensing information is incorrectly generated, file a bug 
-    on dh-make-perl.
 
 Files: *
-Copyright: Stevan Little <stevan.little at iinteractive.com>
+Copyright: 2007-2009, Infinity Interactive, Inc.
 License-Alias: Perl
 License: Artistic | GPL-1+
 
 Files: debian/*
 Copyright: 2009, Jonathan Yu <frequency at cpan.org>
+License: Artistic | 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




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