File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ Revision history for Perl extension XML::LibXML::jQuery
2
2
3
3
{{$NEXT}}
4
4
5
+ 0.08 2016-07-23T17:52:05Z
6
+
5
7
[ PERFORMANCE ]
6
8
* implemented method '_stuff_to_nodes'
7
9
- just the "node resolution" part of new()
Original file line number Diff line number Diff line change 67
67
"web" : " https://github.com/cafe01/xml-libxml-jquery"
68
68
}
69
69
},
70
- "version" : " 0.07 " ,
70
+ "version" : " 0.08 " ,
71
71
"x_authority" : " cpan:CAFEGRATZ"
72
72
}
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ use HTML::Selector::XPath qw/selector_to_xpath/;
10
10
use Carp qw/ confess / ;
11
11
use JSON qw/ decode_json / ;
12
12
13
- our $VERSION = " 0.07 " ;
13
+ our $VERSION = " 0.08 " ;
14
14
15
15
our @EXPORT_OK = qw/ j fn / ;
16
16
our @EXPORT = qw/ j / ;
You can’t perform that action at this time.
0 commit comments