From 80994af8970e0d7f32ae117e470066b054687efa Mon Sep 17 00:00:00 2001 From: Carlos Fernando Avila Gratz Date: Fri, 22 Jul 2016 13:10:27 -0300 Subject: [PATCH] Checking in changes prior to tagging of version 0.07. 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... :/ --- Changes | 2 ++ META.json | 2 +- lib/XML/LibXML/jQuery.pm | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) 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... :/ diff --git a/META.json b/META.json index fa01318..9bed770 100644 --- a/META.json +++ b/META.json @@ -67,6 +67,6 @@ "web" : "https://github.com/cafe01/xml-libxml-jquery" } }, - "version" : "0.06", + "version" : "0.07", "x_authority" : "cpan:CAFEGRATZ" } diff --git a/lib/XML/LibXML/jQuery.pm b/lib/XML/LibXML/jQuery.pm index 4a87efc..633d9c3 100644 --- a/lib/XML/LibXML/jQuery.pm +++ b/lib/XML/LibXML/jQuery.pm @@ -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 /;