This is an automated email from the git hooks/post-receive script. jame-guest pushed a commit to tag v0.06 in repository libweasel-perl.
commit bf9d41c52fd42ab3dbf51914102551463c429b89 Author: Erik Huelsmann <[email protected]> Date: Sun Jul 3 21:46:03 2016 +0200 * Prepare 0.03 release --- CHANGES | 3 +++ dist.ini | 2 +- lib/Weasel.pm | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index 4905ef9..d56f0a7 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +** 0.03 / 2016-07-03 + - Allow overriding the class of the object instantiated + into the 'page' attribute ** 0.02 / 2016-06-22 (TRIAL) - Adjusted dependencies based on testing in clean VM diff --git a/dist.ini b/dist.ini index bb68247..a1c66f8 100644 --- a/dist.ini +++ b/dist.ini @@ -1,6 +1,6 @@ name = Weasel abstract = PHP's Mink inspired multi-protocol web-testing library for Perl -version = 0.02 +version = 0.03 author = Erik Huelsmann <[email protected]> copyright_holder = Erik Huelsmann main_module = lib/Pherkin/Extension/Weasel.pm diff --git a/lib/Weasel.pm b/lib/Weasel.pm index 3745b8b..c661cc5 100644 --- a/lib/Weasel.pm +++ b/lib/Weasel.pm @@ -5,7 +5,7 @@ Weasel - Perl's php/Mink-inspired abstracted web-driver framework =head1 VERSION -0.01 +0.03 =head1 SYNOPSIS @@ -110,7 +110,7 @@ use warnings; use Moose; -our $VERSION = '0.01'; +our $VERSION = '0.03'; =head1 ATTRIBUTES -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libweasel-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
