Skip to content

Commit 9edcedd

Browse files
author
Carlos Fernando Avila Gratz
committed
Checking in changes prior to tagging of version 0.06.
Changelog diff is: diff --git a/Changes b/Changes index a0e149a..9b88b00 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,8 @@ Revision history for Perl extension XML::LibXML::jQuery {{$NEXT}} +0.06 2016-07-22T15:24:33Z + * fixed document refcount decrement 0.05 2016-07-11T23:34:49Z
1 parent c81f0e4 commit 9edcedd

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Changes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ Revision history for Perl extension XML::LibXML::jQuery
22

33
{{$NEXT}}
44

5+
0.06 2016-07-22T15:24:33Z
6+
57
* fixed document refcount decrement
68

79
0.05 2016-07-11T23:34:49Z

META.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@
6767
"web" : "https://github.com/cafe01/xml-libxml-jquery"
6868
}
6969
},
70-
"version" : "0.05",
70+
"version" : "0.06",
7171
"x_authority" : "cpan:CAFEGRATZ"
7272
}

lib/XML/LibXML/jQuery.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use HTML::Selector::XPath qw/selector_to_xpath/;
1010
use Carp qw/ confess /;
1111
use JSON qw/ decode_json /;
1212

13-
our $VERSION = "0.05";
13+
our $VERSION = "0.06";
1414

1515
our @EXPORT_OK = qw/ j fn /;
1616
our @EXPORT = qw/ j /;

0 commit comments

Comments
 (0)