Skip to content

Commit

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

diff --git a/Changes b/Changes
index 9499439..aa43ebe 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,8 @@ Changes
 =======

 {{$NEXT}}
+
+0.00008 2014-04-18T04:52:59Z
     - Fix issue lestrrat-p5#1, and add Test::Fatal

 0.00007 2014-03-25T12:41:24Z
  • Loading branch information
lestrrat committed Apr 18, 2014
1 parent ba1fd33 commit 7259719
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 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.00008 2014-04-18T04:52:59Z
- Fix issue #1, and add Test::Fatal

0.00007 2014-03-25T12:41:24Z
Expand Down
4 changes: 2 additions & 2 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@
"web" : "https://github.com/lestrrat/XML-LibXML-SAX-ChunkParser"
}
},
"version" : "0.00007",
"version" : "0.00008",
"x_contributors" : [
"Daisuke Maki <[email protected]>"
"lestrrat <[email protected]>"
]
}
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.00007';
our $VERSION = '0.00008';

sub DESTROY {
my $self = shift;
Expand Down

0 comments on commit 7259719

Please sign in to comment.