We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c81f0e4 commit 9edceddCopy full SHA for 9edcedd
Changes
@@ -2,6 +2,8 @@ Revision history for Perl extension XML::LibXML::jQuery
2
3
{{$NEXT}}
4
5
+0.06 2016-07-22T15:24:33Z
6
+
7
* fixed document refcount decrement
8
9
0.05 2016-07-11T23:34:49Z
META.json
@@ -67,6 +67,6 @@
67
"web" : "https://github.com/cafe01/xml-libxml-jquery"
68
}
69
},
70
- "version" : "0.05",
+ "version" : "0.06",
71
"x_authority" : "cpan:CAFEGRATZ"
72
lib/XML/LibXML/jQuery.pm
@@ -10,7 +10,7 @@ use HTML::Selector::XPath qw/selector_to_xpath/;
10
use Carp qw/ confess /;
11
use JSON qw/ decode_json /;
12
13
-our $VERSION = "0.05";
+our $VERSION = "0.06";
14
15
our @EXPORT_OK = qw/ j fn /;
16
our @EXPORT = qw/ j /;
0 commit comments