Test-Pcuke-Gherkin

This package provides Gherkin language lexer, parser and the wrapper
around the two former. Using the wrapper you can build an abstract syntax tree
form the text in Gherkin language and execute it using custom executor object.

Thus you can build your own BDD cucumber-like tool (if you don't like any of the existing
clones)

Cucumber Wiki: https://github.com/cucumber/cucumber/wiki/
(for those who don't know what the cucumber is %-) 

INSTALLATION

To install this module, run the following commands:

	perl Build.PL
	./Build
	./Build test
	./Build install

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command.

    perldoc Test::Pcuke::Gherkin

You can also look for information at:

    RT, CPAN's request tracker
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Test-Pcuke-Gherkin

    AnnoCPAN, Annotated CPAN documentation
        http://annocpan.org/dist/Test-Pcuke-Gherkin

    CPAN Ratings
        http://cpanratings.perl.org/d/Test-Pcuke-Gherkin

    Search CPAN
        http://search.cpan.org/dist/Test-Pcuke-Gherkin/


LICENSE AND COPYRIGHT

Copyright (C) 2011 "Andrei V. Toutoukine"

This program is released under the following license: artistic