Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.9919.
Browse files Browse the repository at this point in the history
Changelog diff is:

diff --git a/Changes b/Changes
index 2c599d6..902033b 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 plackgh-88
  • Loading branch information
miyagawa committed Mar 18, 2010
1 parent 512636f commit 978e9e7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion MANIFEST
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 978e9e7

Please sign in to comment.