r69153 - in /trunk/libnamespace-autoclean-perl/debian: changelog control

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sun Feb 20 17:25:48 UTC 2011


Author: jawnsy-guest
Date: Sun Feb 20 17:25:18 2011
New Revision: 69153

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

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

Modified: trunk/libnamespace-autoclean-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnamespace-autoclean-perl/debian/changelog?rev=69153&op=diff
==============================================================================
--- trunk/libnamespace-autoclean-perl/debian/changelog (original)
+++ trunk/libnamespace-autoclean-perl/debian/changelog Sun Feb 20 17:25:18 2011
@@ -1,6 +1,4 @@
 libnamespace-autoclean-perl (0.12-1) UNRELEASED; urgency=low
-
-  TODO: rewrite control description
 
   [ Jonathan Yu ]
   * New upstream release
@@ -9,6 +7,7 @@
   * Standards-Version 3.9.1 (no changes)
   * Add myself to Uploaders and Copyright
   * Drop dependencies satisfied in stable
+  * Rewrite control description
 
   [ Ryan Niebur ]
   * Update ryan52's email address
@@ -16,7 +15,7 @@
   [ Salvatore Bonaccorso ]
   * Update my email address.
 
- -- Jonathan Yu <jawnsy at cpan.org>  Fri, 18 Feb 2011 22:59:33 -0500
+ -- Jonathan Yu <jawnsy at cpan.org>  Sun, 20 Feb 2011 12:48:23 -0500
 
 libnamespace-autoclean-perl (0.09-1) unstable; urgency=low
 

Modified: trunk/libnamespace-autoclean-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnamespace-autoclean-perl/debian/control?rev=69153&op=diff
==============================================================================
--- trunk/libnamespace-autoclean-perl/debian/control (original)
+++ trunk/libnamespace-autoclean-perl/debian/control Sun Feb 20 17:25:18 2011
@@ -21,19 +21,14 @@
  libnamespace-clean-perl (>= 0.20),
  libclass-mop-perl,
  libb-hooks-endofscope-perl
-Description: module to remove all imported symbols at the end of the compile cycle
- namespace::autoclean is a handy module to keep your namespace clean by
+Description: module to remove imported symbols after compilation
+ namespace::autoclean is a Perl pragma that keeps your namespace clean by
  removing all imported symbols at the end of the current package's compile
  cycle. Perhaps most importantly, this means that imported functions will no
  longer be made accidentally accessible to users outside of your package via
  method invocations.
  .
- The way this is done at the end of the compile cycle but prior to execution
- means that functions will remain accessible for use inside your package,
- since function calls are resolved at compile time. For the most part, the
- only change that needs to be made is to load the module.
- .
- This module differs slightly from namespace::clean in that it cleans all
- imported functions, whether or not the imports happened prior to using the
- pragma. Things that "look" like a method will be left alone (Class::MOP is
- used for this feature).
+ This module differs from namespace::clean (see libnamespace-clean-perl) in
+ that it cleans all imported functions, whether or not the imports happened
+ prior to using the pragma. Things that "look" like a method (according to
+ Class::MOP) will be left alone.




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