Skip to content

Commit

Permalink
Increment to v0.16.
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Jul 17, 2011
1 parent a8bc29f commit ddf4413
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Changes
@@ -1,5 +1,7 @@
Revision history for Perl extension Test::XPath.

0.16

0.15 2011-07-17T02:40:11
- Require XML::LibXML 1.70, as that seems to be the first version to
offer `set_option()`.
Expand Down
2 changes: 1 addition & 1 deletion README
@@ -1,4 +1,4 @@
Test/XPath version 0.15
Test/XPath version 0.16
=======================

This library's module, Test::XPath, provides an interface for testing the
Expand Down
2 changes: 1 addition & 1 deletion lib/Test/XPath.pm
Expand Up @@ -5,7 +5,7 @@ use 5.6.2;
use XML::LibXML '1.69';
use Test::Builder;

our $VERSION = '0.15';
our $VERSION = '0.16';

sub new {
my ($class, %p) = @_;
Expand Down

0 comments on commit ddf4413

Please sign in to comment.