libplack-perl (0.9976-1) unstable; urgency=low

  [INCOMPATIBLE CHANGES]
  - builder {} now always returns a PSGI code reference, instead of 
    inconsistently returning URLMap object when mount() is used. 
    (reported by hoelzro)
  - Plack::Runner now automatically calls ->parse_options() if it hasn't 
    been called, so the sane defaults for plackup can be applied. 
    (reported by arcanez)

 -- Alessandro Ghedini <al3xbio@gmail.com>  Wed, 13 Apr 2011 11:31:45 +0200

libplack-perl (0.9973-1) unstable; 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@cpan.org>  Wed, 02 Mar 2011 21:36:36 -0500
