Provided by: libtest-bdd-cucumber-perl_0.45-1_all 

NAME
Test::BDD::Cucumber::Parser - Parse Feature files
VERSION
version 0.45
DESCRIPTION
Parse Feature files in to a set of data classes
SYNOPSIS
# 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 "pete@clueball.com"
LICENSE
Copyright 2011-2014, Peter Sergeant; Licensed under the same terms as Perl
perl v5.22.1 2016-02-13 Test::BDD::Cucumber::Parser(3pm)