NAME

GenericTree::FromString - creating GenericTrees from a string representation

SYNOPSIS

my $tree = new GenericTree::FromString <<EOF;
A
 AA
 AB
 AC
  ACA
  ACB
 AD
 AE
B
C
 CA
EOF
$tree->isa("GenericTree"); # yes

DESCRIPTION

1 POD Error

The following errors were encountered while parsing the POD:

Around line 86:

=cut found outside a pod block. Skipping to next block.