r39420 - in /trunk/libautodie-perl/debian: changelog control

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Mon Jul 6 17:53:26 UTC 2009


Author: jawnsy-guest
Date: Mon Jul  6 17:53:17 2009
New Revision: 39420

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=39420
Log:
dch -r. Lintian clean :-)

Modified:
    trunk/libautodie-perl/debian/changelog
    trunk/libautodie-perl/debian/control

Modified: trunk/libautodie-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libautodie-perl/debian/changelog?rev=39420&op=diff
==============================================================================
--- trunk/libautodie-perl/debian/changelog (original)
+++ trunk/libautodie-perl/debian/changelog Mon Jul  6 17:53:17 2009
@@ -1,9 +1,10 @@
-libautodie-perl (2.06-1) UNRELEASED; urgency=low
+libautodie-perl (2.06-1) unstable; urgency=low
 
   * New upstream release
     + Some bugfixes and new tests
+  * Minor fix to control description
 
- -- Jonathan Yu <frequency at cpan.org>  Mon, 06 Jul 2009 09:31:02 -0400
+ -- Jonathan Yu <frequency at cpan.org>  Mon, 06 Jul 2009 09:54:21 -0400
 
 libautodie-perl (2.05-1) unstable; urgency=low
 

Modified: trunk/libautodie-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libautodie-perl/debian/control?rev=39420&op=diff
==============================================================================
--- trunk/libautodie-perl/debian/control (original)
+++ trunk/libautodie-perl/debian/control Mon Jul  6 17:53:17 2009
@@ -22,10 +22,10 @@
 Recommends: libipc-system-simple-perl (>= 0.12)
 Description: Perl pragma to make certain failures fatal
  autodie is a Perl pragma that changes the behaviour of many built-in functions
- so that exceptions are thrown on failure rather than simply a false value. It
- understands lexical scope, meaning functions and subroutines altered with this
- module will only have this behaviour until the end of the enclosing eval, file
- or block. As such, it is useful even where some code is out of your control.
+ so that exceptions are thrown on failure rather than simply returning a false
+ value. It understands lexical scope, meaning functions and subroutines altered
+ with this module will only have this behaviour until the end of the enclosing
+ eval, file or block, so it is useful when some code is out of your control.
  .
  By throwing exceptions on failure rather than simply returning false, programs
  are more robust and problems are easier to troubleshoot.




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