This is an automated email from the git hooks/post-receive script. jame-guest pushed a commit to tag v0.02 in repository libweasel-perl.
commit b1ac395a94f800ab6bcc5edfa6ec03d8c2c7925b Author: Erik Huelsmann <[email protected]> Date: Wed Jun 22 17:13:44 2016 +0200 * README.md improvements after review --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index 7e7506a..2ee1139 100644 --- a/README.md +++ b/README.md @@ -123,6 +123,12 @@ methods. $ cpanm Weasel::Driver::Selenium2 ``` +If you want to use Weasel's support for Dojo-widget interaction, also: + +```sh + $ cpanm Weasel::Widgets::Dojo +``` + If you want to use Weasel with its Pherkin (BDD) integration, also: ```sh @@ -141,3 +147,16 @@ Bugs can be filed in the GitHub issue tracker for the Weasel project: Community support is available through [[email protected]](mailto:[email protected]). +Chat support is available in the +[#perl-weasel:matrix.org](https://vector.im/beta/#/room/#perl-weasel:matrix.org) +channel + +# COPYRIGHT + +``` +Copyright (c) 2016 Erik Huelsmann +``` + +# LICENSE + +Same as Perl -- 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
