Skip to content

Commit

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

diff --git a/Changes b/Changes
index 8901fb1..8d9fbe0 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for Perl extension Twiggy

+0.1007 Fri Sep 10 13:13:18 PDT 2010
+        - Passing port => 0|undef to the Plack::Handler::Twiggy (and Twiggy::Server) means
+          it's passing them to AnyEvent::Socket to find un available random port.
+
 0.1006 Sun Aug  8 23:35:52 PDT 2010
         - Fix an edge case when on_drain gets empty string the request is never completed (clkao)
         - no automatic 'use lib' in twiggy command line
  • Loading branch information
miyagawa committed Sep 10, 2010
1 parent 8b23cdb commit daa249b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changes
@@ -1,5 +1,9 @@
Revision history for Perl extension Twiggy

0.1007 Fri Sep 10 13:13:18 PDT 2010
- Passing port => 0|undef to the Plack::Handler::Twiggy (and Twiggy::Server) means
it's passing them to AnyEvent::Socket to find un available random port.

0.1006 Sun Aug 8 23:35:52 PDT 2010
- Fix an edge case when on_drain gets empty string the request is never completed (clkao)
- no automatic 'use lib' in twiggy command line
Expand Down
2 changes: 1 addition & 1 deletion lib/Twiggy.pm
Expand Up @@ -2,7 +2,7 @@ package Twiggy;
use strict;
use warnings;
use 5.008_001;
our $VERSION = '0.1006';
our $VERSION = '0.1007';

1;
__END__
Expand Down

0 comments on commit daa249b

Please sign in to comment.