This is an automated email from the git hooks/post-receive script. jame-guest pushed a commit to tag v0.08 in repository libweasel-perl.
commit 0a4fe00ce38d5f0a25b1dd4e0d9bdba7ac147052 Merge: 0d3add2 0d55925 Author: Yves Lavoie <[email protected]> Date: Sun Aug 28 16:00:46 2016 -0400 Merge branch 'master' of https://github.com/perl-weasel/weasel CHANGES | 8 +++++ dist.ini | 6 ++-- lib/Weasel.pm | 78 +++++++++++++++++++++++++++++++++++++++++++-- lib/Weasel/DriverRole.pm | 7 ++++ lib/Weasel/Element.pm | 11 +++++++ lib/Weasel/Session.pm | 6 +++- {t => xt}/01-critic.t | 0 {t => xt}/02-pod-coverage.t | 0 {t => xt}/perlcriticrc | 0 9 files changed, 111 insertions(+), 5 deletions(-) diff --cc CHANGES index 0960e20,2997cb6..cdda6de --- a/CHANGES +++ b/CHANGES @@@ -1,6 -1,12 +1,14 @@@ +** 0.06 / 2016-08-26 + - Add the possibility to use environment variables for base_url + ** 0.07 / 2016-08-20 + - Correctly update the version numbers in lib/Weasel.pm + + ** 0.06 / 2016-08-20 + - Add key codes in order to send special keys to elements + - Add helper method on elements: has_class + - Move development time tests to 'xt/' directory (fixes #1) + ** 0.05 / 2016-07-08 - Change behaviour of Selectable widget (Radiobutton, Checkbox and Option) to return the empty string (false) when not selected for the 'value' diff --cc dist.ini index ef363ca,dd21588..be825e4 --- a/dist.ini +++ b/dist.ini @@@ -1,6 -1,6 +1,6 @@@ name = Weasel abstract = PHP's Mink inspired multi-protocol web-testing library for Perl - version = 0.06 -version = 0.07 ++version = 0.08 author = Erik Huelsmann <[email protected]> copyright_holder = Erik Huelsmann main_module = lib/Pherkin/Extension/Weasel.pm -- 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
