Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.07.
Browse files Browse the repository at this point in the history
Changelog diff is:

diff --git a/Changes b/Changes
index bec9fa9..289a2b9 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,8 @@ Revision history for Perl extension XML::LibXML::jQuery

 {{$NEXT}}

+0.07 2016-07-22T16:10:17Z
+
     * Now cheking if self->{document} is defined in DESTROY. It gets undefined
       in some situations, probably wiped by XS code... :/
  • Loading branch information
Carlos Fernando Avila Gratz committed Jul 22, 2016
1 parent 4770808 commit 80994af
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.07 2016-07-22T16:10:17Z

* Now cheking if self->{document} is defined in DESTROY. It gets undefined
in some situations, probably wiped by XS code... :/

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.06",
"version" : "0.07",
"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.06";
our $VERSION = "0.07";

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

0 comments on commit 80994af

Please sign in to comment.