Skip to content

Commit

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

diff --git a/Changes b/Changes
index 8bbaf93..3f84e90 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,8 @@ Changes
 =======

 {{$NEXT}}
+
+0.00007 2014-03-25T12:41:24Z
     - Fix rt#94173 by freeing the handler at finish time
     - Use Minilla for packaging the dist
  • Loading branch information
lestrrat committed Mar 25, 2014
1 parent c791c28 commit 89bb72e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ Changes
=======

{{$NEXT}}

0.00007 2014-03-25T12:41:24Z
- Fix rt#94173 by freeing the handler at finish time
- Use Minilla for packaging the dist

Expand Down
2 changes: 1 addition & 1 deletion META.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"web" : "https://github.com/lestrrat/XML-LibXML-SAX-ChunkParser"
}
},
"version" : "0.00005",
"version" : "0.00007",
"x_contributors" : [
"Daisuke Maki <[email protected]>"
]
Expand Down
2 changes: 1 addition & 1 deletion lib/XML/LibXML/SAX/ChunkParser.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use base qw(XML::SAX::Base);
use XML::LibXML;
use Carp qw(croak);

our $VERSION = '0.00006';
our $VERSION = '0.00007';

sub DESTROY {
my $self = shift;
Expand Down

0 comments on commit 89bb72e

Please sign in to comment.