r70256 - in /trunk/libplack-perl/debian: NEWS changelog compat control

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Thu Mar 3 02:07:32 UTC 2011


Author: jawnsy-guest
Date: Thu Mar  3 02:06:57 2011
New Revision: 70256

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=70256
Log:
looks good, dch -r

Added:
    trunk/libplack-perl/debian/NEWS
Modified:
    trunk/libplack-perl/debian/changelog
    trunk/libplack-perl/debian/compat
    trunk/libplack-perl/debian/control

Added: trunk/libplack-perl/debian/NEWS
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libplack-perl/debian/NEWS?rev=70256&op=file
==============================================================================
--- trunk/libplack-perl/debian/NEWS (added)
+++ trunk/libplack-perl/debian/NEWS Thu Mar  3 02:06:57 2011
@@ -1,0 +1,16 @@
+libplack-perl (0.9973-1) UNRELEASED; urgency=low
+
+  WARNING: CHANGES WHICH MAY BREAK YOUR APPLICATIONS
+
+  In the past, Plack::Runner documentation provided a description of
+  how to make a PSGI application executable as a standalone script, by
+  recommending the use of the construct:
+
+    if (__FILE__ eq $0) { ... }
+
+  However, a change in Plack 0.9971 causes the $0 variable to now be
+  localized to a given .psgi path when evaluating it in Plack::Util's
+  load_psgi() routine. This fixes unexpected values and/or crashes
+  with Starman when your application uses the FindBin module.
+
+ -- Jonathan Yu <jawnsy at cpan.org>  Wed, 02 Mar 2011 21:08:27 -0500

Modified: trunk/libplack-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libplack-perl/debian/changelog?rev=70256&op=diff
==============================================================================
--- trunk/libplack-perl/debian/changelog (original)
+++ trunk/libplack-perl/debian/changelog Thu Mar  3 02:06:57 2011
@@ -12,8 +12,10 @@
 
   [ Jonathan Yu ]
   * New upstream release
+  * Bump to debhelper compat 8
+  * Add NEWS file describing incompatible changes
 
- -- Jonathan Yu <jawnsy at cpan.org>  Sun, 27 Feb 2011 17:28:58 -0500
+ -- Jonathan Yu <jawnsy at cpan.org>  Wed, 02 Mar 2011 21:16:58 -0500
 
 libplack-perl (0.9969-1) unstable; urgency=low
 

Modified: trunk/libplack-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libplack-perl/debian/compat?rev=70256&op=diff
==============================================================================
--- trunk/libplack-perl/debian/compat (original)
+++ trunk/libplack-perl/debian/compat Thu Mar  3 02:06:57 2011
@@ -1,1 +1,1 @@
-7
+8

Modified: trunk/libplack-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libplack-perl/debian/control?rev=70256&op=diff
==============================================================================
--- trunk/libplack-perl/debian/control (original)
+++ trunk/libplack-perl/debian/control Thu Mar  3 02:06:57 2011
@@ -1,7 +1,7 @@
 Source: libplack-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.2.13)
+Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl,
  libauthen-simple-passwd-perl,
  libdevel-stacktrace-ashtml-perl (>= 0.11),




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