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.04 2016-07-08T13:20:18Z
6
+
5
7
[COMPATIBILITY FIX]
6
8
- each() callback now receives an element instead of jQuery object
7
9
Original file line number Diff line number Diff line change 66
66
"web" : " https://github.com/cafe01/xml-libxml-jquery"
67
67
}
68
68
},
69
- "version" : " 0.03 " ,
69
+ "version" : " 0.04 " ,
70
70
"x_authority" : " cpan:CAFEGRATZ"
71
71
}
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.03 " ;
13
+ our $VERSION = " 0.04 " ;
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