r34482 - /trunk/libenv-sanctify-perl/debian/control

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Thu Apr 30 19:34:05 UTC 2009


Author: jawnsy-guest
Date: Thu Apr 30 19:34:00 2009
New Revision: 34482

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=34482
Log:
Updated description to be more terse. Added the pkg-perl group properly as a maintainer.


Modified:
    trunk/libenv-sanctify-perl/debian/control

Modified: trunk/libenv-sanctify-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libenv-sanctify-perl/debian/control?rev=34482&op=diff
==============================================================================
--- trunk/libenv-sanctify-perl/debian/control (original)
+++ trunk/libenv-sanctify-perl/debian/control Thu Apr 30 19:34:00 2009
@@ -3,7 +3,8 @@
 Priority: optional
 Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl (>= 5.6.0-12)
-Maintainer: Jonathan Yu <jon at aven.luminescent.ca>
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonathan Yu <frequency at cpan.org>
 Standards-Version: 3.8.1
 Homepage: http://search.cpan.org/dist/Env-Sanctify/
 
@@ -12,13 +13,9 @@
 Depends: ${misc:Depends}, ${perl:Depends}
 Description: Perl module providing lexically scoped environment (%ENV)
  Env::Sanctify is a module that provides lexically scoped manipulation and
- sanctification of %ENV.
+ sanctification of %ENV. With this module, one can add or alter environment
+ variables, later restoring the environment back either manually or
+ automatically once the object falls out of scope.
  .
- You can specify that it alter or add additional environment variables or
- remove existing ones according to a list of matching regexen.
- .
- You can then either restore the environment back manually or let the object
- fall out of scope, which automagically restores.
- .
- Useful for manipulating the environment that forked processes and
+ This is useful for manipulating the environment that forked processes and
  sub-processes will inherit.




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