Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.1001. Changelog dif…
Browse files Browse the repository at this point in the history
…f is:

diff --git a/Changes b/Changes
index cac7e3c..889d0ed 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,10 @@
 Revision history for Perl extension Twiggy

+0.1001 Mon Feb 15 19:51:34 PST 2010
+        - Destroy listen guards when it shuts down (lestrrat)
+        - Support Server::Starter (lestrrat)
+        - Fixed dependencies
+
 0.1000 Mon Feb 15 17:56:33 PST 2010
         - Renamed the distribution to Twiggy
         - Fixed a busyloop bug (hidekiy)
  • Loading branch information
miyagawa committed Feb 16, 2010
1 parent 1486828 commit d1a8344
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Changes
@@ -1,5 +1,10 @@
Revision history for Perl extension Twiggy

0.1001 Mon Feb 15 19:51:34 PST 2010
- Destroy listen guards when it shuts down (lestrrat)
- Support Server::Starter (lestrrat)
- Fixed dependencies

0.1000 Mon Feb 15 17:56:33 PST 2010
- Renamed the distribution to Twiggy
- Fixed a busyloop bug (hidekiy)
Expand Down
7 changes: 7 additions & 0 deletions MANIFEST
Expand Up @@ -34,17 +34,24 @@ inc/Test/Base/Filter.pm
inc/Test/Builder.pm
inc/Test/Builder/Module.pm
inc/Test/More.pm
inc/Test/SharedFork.pm
inc/Test/SharedFork/Array.pm
inc/Test/SharedFork/Scalar.pm
inc/Test/SharedFork/Store.pm
inc/Test/TCP.pm
lib/AnyEvent/Server/PSGI.pm
lib/Plack/Handler/Twiggy.pm
lib/Twiggy.pm
lib/Twiggy/Server.pm
lib/Twiggy/Server/SS.pm
Makefile.PL
MANIFEST This list of files
META.yml
README
t/00_compile.t
t/anyevent.t
t/anyevent_extensions.t
t/anyevent_server_starter.t
t/anyevent_slow_post.t
xt/perlcritic.t
xt/pod.t
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.1000';
our $VERSION = '0.1001';

1;
__END__
Expand Down

0 comments on commit d1a8344

Please sign in to comment.