r36395 - /trunk/libparse-method-signatures-perl/debian/control

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Mon May 25 15:20:56 UTC 2009


Author: jawnsy-guest
Date: Mon May 25 15:20:51 2009
New Revision: 36395

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=36395
Log:
Updated long description. Changed a few dependency lines to use one space instead of two

Modified:
    trunk/libparse-method-signatures-perl/debian/control

Modified: trunk/libparse-method-signatures-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparse-method-signatures-perl/debian/control?rev=36395&op=diff
==============================================================================
--- trunk/libparse-method-signatures-perl/debian/control (original)
+++ trunk/libparse-method-signatures-perl/debian/control Mon May 25 15:20:51 2009
@@ -3,10 +3,10 @@
 Priority: optional
 Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl (>= 5.6.0-12), libtest-exception-perl,
-  libtest-differences-perl, libmoosex-types-structured-perl,
-  libaliased-perl, libppi-perl (>= 1.203), libmoosex-types-perl (>= 0.10),
-  libmoosex-traits-perl, libnamespace-clean-perl (>= 0.10),
-  liblist-moreutils-perl, libmoose-perl
+ libtest-differences-perl, libmoosex-types-structured-perl,
+ libaliased-perl, libppi-perl (>= 1.203), libmoosex-types-perl (>= 0.10),
+ libmoosex-traits-perl, libnamespace-clean-perl (>= 0.10), libmoose-perl,
+ liblist-moreutils-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ryan Niebur <ryanryan52 at gmail.com>
 Standards-Version: 3.8.1
@@ -17,10 +17,17 @@
 Package: libparse-method-signatures-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}, libppi-perl (>= 1.203),
-  libmoosex-types-perl (>= 0.10), libmoosex-types-structured-perl,
-  libmoosex-traits-perl, libnamespace-clean-perl (>= 0.10),
-  liblist-moreutils-perl, libmoose-perl
-Description: Perl6 like method signature parser
- FIXME
+ libmoosex-types-perl (>= 0.10), libmoosex-types-structured-perl,
+ libmoosex-traits-perl, libnamespace-clean-perl (>= 0.10), libmoose-perl,
+ liblist-moreutils-perl
+Description: Perl module to parse Perl6-like method signatures
+ Parse::Method::Signatures takes a method signature and extracts information
+ about it. For users of Perl5 who are unfamiliar with this feature, it is
+ essentially what prototypes are to other languages like C, where methods and
+ functions have parameterized lists that can also optionally enforce data type
+ constraints. It is useful to process Perl6 code, but also the subset of Perl6
+ supported backported to Perl5 via Moose.
  .
- This description was automagically extracted from the module by dh-make-perl.
+ This is primarily intended as a utility module to be used by developers that
+ work with either Moose or Perl6 code, such as MooseX::Method::Signatures
+ (see libmoosex-method-signatures-perl).




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