|
NAMETest::Auto::ParserABSTRACTSpecification ParserSYNOPSISpackage main; use Test::Auto; use Test::Auto::Parser; my $test = Test::Auto->new( 't/Test_Auto_Parser.t' ); my $parser = Test::Auto::Parser->new( source => $test ); DESCRIPTIONThis package parses files containing POD blocks which adhere to the specification as defined in "SPECIFICATION" in Test::Auto, and provides methods for accessing the data.LIBRARIESThis package uses type constraints from:Test::Auto::Types ATTRIBUTESThis package has the following attributes:abstractabstract(ArrayRef[Str]) This attribute is read-only, accepts "(ArrayRef[Str])" values, and is optional. attributesattributes(ArrayRef[Str]) This attribute is read-only, accepts "(ArrayRef[Str])" values, and is optional. descriptiondescription(ArrayRef[Str]) This attribute is read-only, accepts "(ArrayRef[Str])" values, and is optional. footersfooters(ArrayRef[Str]) This attribute is read-only, accepts "(ArrayRef[Str])" values, and is optional. headersheaders(ArrayRef[Str]) This attribute is read-only, accepts "(ArrayRef[Str])" values, and is optional. includesincludes(ArrayRef[Str]) This attribute is read-only, accepts "(ArrayRef[Str])" values, and is optional. inheritsinherits(ArrayRef[Str]) This attribute is read-only, accepts "(ArrayRef[Str])" values, and is optional. integratesintegrates(ArrayRef[Str]) This attribute is read-only, accepts "(ArrayRef[Str])" values, and is optional. librarieslibraries(ArrayRef[Str]) This attribute is read-only, accepts "(ArrayRef[Str])" values, and is optional. namename(ArrayRef[Str]) This attribute is read-only, accepts "(ArrayRef[Str])" values, and is optional. sourcesource(Source) This attribute is read-only, accepts "(Source)" values, and is required. synopsissynopsis(ArrayRef[Str]) This attribute is read-only, accepts "(ArrayRef[Str])" values, and is optional. AUTHORAl Newkirk, "awncorp@cpan.org"LICENSECopyright (C) 2011-2019, Al Newkirk, et al.This is free software; you can redistribute it and/or modify it under the terms of the The Apache License, Version 2.0, as elucidated in the "license file" <https://github.com/iamalnewkirk/test-auto/blob/master/LICENSE>. PROJECTWiki <https://github.com/iamalnewkirk/test-auto/wiki>Project <https://github.com/iamalnewkirk/test-auto> Initiatives <https://github.com/iamalnewkirk/test-auto/projects> Milestones <https://github.com/iamalnewkirk/test-auto/milestones> Issues <https://github.com/iamalnewkirk/test-auto/issues>
Visit the GSP FreeBSD Man Page Interface. |