Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.08.
Browse files Browse the repository at this point in the history
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()
  • Loading branch information
Carlos Fernando Avila Gratz committed Jul 23, 2016
1 parent cc2222c commit ac0d605
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
2 changes: 1 addition & 1 deletion META.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@
"web" : "https://github.com/cafe01/xml-libxml-jquery"
}
},
"version" : "0.07",
"version" : "0.08",
"x_authority" : "cpan:CAFEGRATZ"
}
2 changes: 1 addition & 1 deletion lib/XML/LibXML/jQuery.pm
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use HTML::Selector::XPath qw/selector_to_xpath/;
use Carp qw/ confess /;
use JSON qw/ decode_json /;

our $VERSION = "0.07";
our $VERSION = "0.08";

our @EXPORT_OK = qw/ j fn /;
our @EXPORT = qw/ j /;
Expand Down

0 comments on commit ac0d605

Please sign in to comment.