r37197 - /trunk/libmoosex-app-cmd-perl/debian/control

franck-guest at users.alioth.debian.org franck-guest at users.alioth.debian.org
Mon Jun 1 16:28:07 UTC 2009


Author: franck-guest
Date: Mon Jun  1 16:28:02 2009
New Revision: 37197

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=37197
Log:
fixing description

Modified:
    trunk/libmoosex-app-cmd-perl/debian/control

Modified: trunk/libmoosex-app-cmd-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-app-cmd-perl/debian/control?rev=37197&op=diff
==============================================================================
--- trunk/libmoosex-app-cmd-perl/debian/control (original)
+++ trunk/libmoosex-app-cmd-perl/debian/control Mon Jun  1 16:28:02 2009
@@ -17,7 +17,12 @@
 Depends: ${misc:Depends}, ${perl:Depends}, libapp-cmd-perl,
   libgetopt-long-descriptive-perl, libmoose-perl,
   libmoosex-getopt-perl (>= 0.09), libtest-use-ok-perl
-Description: it just dies its own usage, no matter what
- it just dies its own usage, no matter what
+Description: This module marries L<App::Cmd> with L<MooseX::Getopt>.
+ This module marries L<App::Cmd> with L<MooseX::Getopt>.
  .
- This description was automagically extracted from the module by dh-make-perl.
+ Use it like L<App::Cmd> advises (especially see L<App::Cmd::Tutorial>),
+ swapping L<App::Cmd::Command> for L<MooseX::App::Cmd::Command>.
+ .
+ Then you can write your moose commands as moose classes, with L<MooseX::Getopt>
+ defining the options for you instead of C<opt_spec> returning a
+ L<Getopt::Long::Descriptive> spec.




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