Skip to content

Commit ac0d605

Browse files
author
Carlos Fernando Avila Gratz
committed
Checking in changes prior to tagging of version 0.08.
Changelog diff is: diff --git a/Changes b/Changes index 22652af..78e7dcd 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,8 @@ Revision history for Perl extension XML::LibXML::jQuery {{$NEXT}} +0.08 2016-07-23T17:52:05Z + [ PERFORMANCE ] * implemented method '_stuff_to_nodes' - just the "node resolution" part of new()
1 parent cc2222c commit ac0d605

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.08 2016-07-23T17:52:05Z
6+
57
[ PERFORMANCE ]
68
* implemented method '_stuff_to_nodes'
79
- just the "node resolution" part of new()

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.07",
70+
"version" : "0.08",
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.07";
13+
our $VERSION = "0.08";
1414

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

0 commit comments

Comments
 (0)