r35756 - /trunk/libnamespace-autoclean-perl/debian/control

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Tue May 19 02:01:22 UTC 2009


Author: ryan52-guest
Date: Tue May 19 02:01:15 2009
New Revision: 35756

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=35756
Log:
fix descriptions, add to build-deps for test

Modified:
    trunk/libnamespace-autoclean-perl/debian/control

Modified: trunk/libnamespace-autoclean-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnamespace-autoclean-perl/debian/control?rev=35756&op=diff
==============================================================================
--- trunk/libnamespace-autoclean-perl/debian/control (original)
+++ trunk/libnamespace-autoclean-perl/debian/control Tue May 19 02:01:15 2009
@@ -3,7 +3,8 @@
 Priority: optional
 Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl (>= 5.6.0-12), libnamespace-clean-perl (>= 0.11),
-  libclass-mop-perl (>= 0.80), libb-hooks-endofscope-perl (>= 0.07)
+  libclass-mop-perl (>= 0.80), libb-hooks-endofscope-perl (>= 0.07),
+  libmoose-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
@@ -16,7 +17,7 @@
 Depends: ${perl:Depends}, ${misc:Depends},
   libnamespace-clean-perl (>= 0.11), libclass-mop-perl (>= 0.80),
   libb-hooks-endofscope-perl (>= 0.07)
-Description: FIXME
+Description: Perl module to remove all imported symbols at the end of the compile cycle
  When you import a function into a Perl package, it will naturally also be
  available as a method.
  .
@@ -25,13 +26,13 @@
  itself will still be bound by their name, but they won't show up as methods
  on your class or instances.
  .
- namespace::autoclean is very similar to namespace::clean|namespace::clean,
- except it will clean all imported functions, no matter if you imported them
- before or after you used the pagma. It will also not touch anything that
- looks like a method, according to Class::MOP::Class::get_method_list.
+ namespace::autoclean is very similar to namespace::clean, except it
+ will clean all imported functions, no matter if you imported them
+ before or after you used the pagma. It will also not touch anything
+ that looks like a method, according to
+ Class::MOP::Class::get_method_list.
  .
  Sometimes you don't want to clean imports only, but also helper functions
  you're using in your methods. The -also switch can be used to declare a list
  of functions that should be removed additional to any imports:
- .
- This description was automagically extracted from the module by dh-make-perl.
+




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