Skip to content

Commit

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

diff --git a/Changes b/Changes
index a5c66b8..9aff949 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,10 @@
 Revision history for Perl extension Twiggy

+0.1003 Thu Feb 18 13:33:20 PST 2010
+        - Improved memory usage (hidekiy)
+        - Reverted XS dependency on HTTP::Parser::XS to be optional (tokuhirom)
+        - Fixed documentation
+
 0.1002 Mon Feb 15 19:54:08 PST 2010
         - Skip the test if Server::Starter is not installed
  • Loading branch information
miyagawa committed Feb 18, 2010
1 parent 470079d commit a45a0aa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Changes
@@ -1,5 +1,10 @@
Revision history for Perl extension Twiggy

0.1003 Thu Feb 18 13:33:20 PST 2010
- Improved memory usage (hidekiy)
- Reverted XS dependency on HTTP::Parser::XS to be optional (tokuhirom)
- Fixed documentation

0.1002 Mon Feb 15 19:54:08 PST 2010
- Skip the test if Server::Starter is not installed

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.1002';
our $VERSION = '0.1003';

1;
__END__
Expand Down

0 comments on commit a45a0aa

Please sign in to comment.