VERSION
version 0.50DESCRIPTION
Parse Feature files in to a set of data classesSYNOPSIS
# Returns a Test::BDD::Cucumber::Model::Feature object
my $feature = Test::BDD::Cucumber::Parser->parse_file(
't/data/features/basic_parse.feature' );
METHODS
parse_string
parse_file
Both methods accept a single string as their argument, and return a Test::BDD::Cucumber::Model::Feature object on success.AUTHOR
Peter Sergeant "[email protected]"LICENSE
Copyright 2011-2016, Peter Sergeant; Licensed under the same terms as Perl