Skip to content

Commit

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

diff --git a/Changes b/Changes
index fd4c436..95d812a 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension Twiggy

+0.1009 Fri Dec  3 11:52:20 PST 2010
+        - Fixed leaking fd (t0m)
+
 0.1008 Fri Oct  1 11:54:01 PDT 2010
         - Fixes shebang (chiba)
         - Fixed typo
  • Loading branch information
miyagawa committed Dec 3, 2010
1 parent 98f79ef commit 6e5a7c6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
@@ -1,5 +1,8 @@
Revision history for Perl extension Twiggy

0.1009 Fri Dec 3 11:52:20 PST 2010
- Fixed leaking fd (t0m)

0.1008 Fri Oct 1 11:54:01 PDT 2010
- Fixes shebang (chiba)
- Fixed typo
Expand Down
1 change: 1 addition & 0 deletions MANIFEST
Expand Up @@ -38,6 +38,7 @@ README
t/00_compile.t
t/anyevent.t
t/anyevent_extensions.t
t/anyevent_manyconnections.t
t/anyevent_server_starter.t
t/anyevent_slow_post.t
t/deflater.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.1008';
our $VERSION = '0.1009';

1;
__END__
Expand Down

0 comments on commit 6e5a7c6

Please sign in to comment.