diff --git a/Changes b/Changes index 2c599d695..902033b81 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,9 @@ Revision history for Perl extension Plack Take a look at http://github.com/miyagawa/Plack/issues for the planned changes before 1.0 release. +0.9919 Wed Mar 17 22:50:09 PDT 2010 + - Properly rethrow .psgi compilation errors + 0.9918 Wed Mar 17 22:35:00 PDT 2010 - Load .psgi file in an unique package rather than Plack::Util to avoid namespace pollution gh-88 diff --git a/MANIFEST b/MANIFEST index 8c265e7f6..8e5cf7605 100644 --- a/MANIFEST +++ b/MANIFEST @@ -125,7 +125,7 @@ lib/Plack/Test/Suite.pm lib/Plack/Util.pm lib/Plack/Util/Accessor.pm Makefile.PL -MANIFEST This list of files +MANIFEST META.yml README scripts/plackup @@ -237,6 +237,7 @@ t/Plack-Test/hello_server.t t/Plack-Test/suite.t t/Plack-Util/bad.psgi t/Plack-Util/bad2.psgi +t/Plack-Util/error.psgi t/Plack-Util/foreach.t t/Plack-Util/headers.t t/Plack-Util/headers_obj.t