Skip to content

Commit

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

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

 {{$NEXT}}

+0.05 2016-07-11T23:34:49Z
+
     [ BUG FIXES ]
     - Undeclared dependency on Test::Exception (GH#1, reported by andk)
  • Loading branch information
Carlos Fernando Avila Gratz committed Jul 11, 2016
1 parent cf26498 commit 9eb5ad2
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.05 2016-07-11T23:34:49Z

[ BUG FIXES ]
- Undeclared dependency on Test::Exception (GH#1, reported by andk)

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

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

0 comments on commit 9eb5ad2

Please sign in to comment.