This is a realistic document for testing parsing on

NAME

Pod::Perl5 - a Perl 6 parser for Perl 5 pod

VERSION

0.01

DESCRIPTION

This is a Perl6 module for parsing Perl 5 pod. The grammar for this module lives at Pod::Perl5::Grammar.

SYNOPSIS

use Pod::Perl5;

my $match = Pod::Perl5.parse_file('/some.pod');

# or:

my $match = Pod::Perl5::parse_string($pod);

AUTHOR

David Farrell © 2015

LICENSE

FreeBSD, see LICENSE file

SEE ALSO

This code lives on GitHub