[libmoosex-meta-typeconstraint-mooish-perl] 03/04: control

gregor herrmann gregoa at debian.org
Sun Oct 25 16:00:11 UTC 2015


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libmoosex-meta-typeconstraint-mooish-perl.

commit dcf69b58fc7b973b4ba5c4110b0b71df676d58ad
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Oct 25 16:28:25 2015 +0100

    control
---
 debian/control | 49 +++++++++++++++++++++++++------------------------
 1 file changed, 25 insertions(+), 24 deletions(-)

diff --git a/debian/control b/debian/control
index 0724d68..24e9749 100644
--- a/debian/control
+++ b/debian/control
@@ -1,42 +1,43 @@
 Source: libmoosex-meta-typeconstraint-mooish-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>
+Section: perl
+Testsuite: autopkgtest-pkg-perl
+Priority: optional
 Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: libaliased-perl,
- libmoose-perl,
- libnamespace-autoclean-perl (>= 0.24),
- libtest-checkdeps-perl (>= 0.010),
- libtest-fatal-perl,
- libtest-moose-more-perl (>= 0.028),
- libtry-tiny-perl,
- perl (>= 5.11.1)
+                     libmoose-perl,
+                     libnamespace-autoclean-perl (>= 0.24),
+                     libtest-checkdeps-perl (>= 0.010),
+                     libtest-fatal-perl,
+                     libtest-moose-more-perl (>= 0.028),
+                     libtry-tiny-perl,
+                     perl,
+                     perl (>= 5.11.1) | libtest-simple-perl (>= 0.94)
 Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmoosex-meta-typeconstraint-mooish-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmoosex-meta-typeconstraint-mooish-perl.git
 Homepage: https://metacpan.org/release/MooseX-Meta-TypeConstraint-Mooish
-Testsuite: autopkgtest-pkg-perl
 
 Package: libmoosex-meta-typeconstraint-mooish-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libmoose-perl,
- libnamespace-autoclean-perl (>= 0.24),
- libtry-tiny-perl
-Description: Translate Moo-style constraints to Moose-style
- Moose type constraints|Moose::Meta::TypeConstraint are expected to return
- true if the value passes the constraint, and false otherwise; Moo
- "constraints", on the other hand, die if validation fails.
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libmoose-perl,
+         libnamespace-autoclean-perl (>= 0.24),
+         libtry-tiny-perl
+Description: module to translate Moo-style constraints to Moose-style
+ Moose::Meta::TypeConstraint are expected to return true if the value passes
+ the constraint, and false otherwise; Moo "constraints", on the other hand,
+ die if validation fails.
  .
- This metaclass allows for Moo-style constraints; it will wrap them and
- translate their Moo into a dialect Moose understands.
+ The MooseX::Meta::TypeConstraint::Mooish metaclass allows for Moo-style
+ constraints; it will wrap them and translate their Moo into a dialect Moose
+ understands.
  .
  Note that this is largely to enable functionality in
  MooseX::AttributeShortcuts; the easiest way use this metaclass is by using
  that package. Also, as it's not inconceivable that this functionality may be
  desired in other constraint metaclasses, the bulk of this metaclass'
- functionality is implemented as a
- trait|MooseX::TraitFor::Meta::TypeConstraint::Mooish.
- .
- This description was automagically extracted from the module by dh-make-perl.
+ functionality is implemented as a trait
+ (MooseX::TraitFor::Meta::TypeConstraint::Mooish).

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmoosex-meta-typeconstraint-mooish-perl.git



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