Skip to content

Commit

Permalink
releng
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuho committed Mar 2, 2010
1 parent 16af229 commit 072f1e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
@@ -1,5 +1,8 @@
Revision history for Perl extension HTTP::Parser::XS.

0.07 Tue Mar 02 15:40:00 2010
- fix build error when using older versions of Pod::Text

0.06 Tue Feb 23 06:16:00 2010
- fix memory leak, add more checks (thanks to charsbar)
- prereq Test::More (see rt.cpan.org #54358)
Expand Down
2 changes: 1 addition & 1 deletion lib/HTTP/Parser/XS.pm
Expand Up @@ -11,7 +11,7 @@ our %EXPORT_TAGS = (
our @EXPORT_OK = @{$EXPORT_TAGS{all}};
our @EXPORT = ();

our $VERSION = '0.06';
our $VERSION = '0.07';

require XSLoader;
XSLoader::load('HTTP::Parser::XS', $VERSION);
Expand Down

0 comments on commit 072f1e2

Please sign in to comment.