This is a realistic document for testing parsing on
Pod::Perl5 - a Perl 6 parser for Perl 5 pod
0.01
This is a Perl6 module for parsing Perl 5 pod. The grammar for this module lives at Pod::Perl5::Grammar
.
use Pod::Perl5; my $match = Pod::Perl5.parse_file('/some.pod'); # or: my $match = Pod::Perl5::parse_string($pod);
David Farrell © 2015
FreeBSD, see LICENSE file
perlvar#DESCRIPTION should convert into a perldoc link to perlvar with a section
This code lives on GitHub