NAME
PDLA::Index - an index of PDLA documentation
DESCRIPTION
A meta document listing the documented PDLA modules and the PDLA manual documents
PDLA manuals
EOPOD
#print POD "=over ",$#mans+1,"\n\n"; print POD "=over 4\n\n"; for (@mans) { my $ref = $_->[1]->{Ref}; $ref =~ s/Manual:/$_-[0]|$_->[0]> -/; ## print POD "=item $_-[0]>\n\n$ref\n\n"; # print POD "=item $_->[0]\n\n$ref\n\n"; print POD "=item *\n\n$ref\n\n"; }
print POD << 'EOPOD';
PDLA scripts
EOPOD
#print POD "=over ",$#mods+1,"\n\n"; print POD "=over 4\n\n"; for (@scripts) { my $ref = $_->[1]->{Ref}; $ref =~ s/Script:/$_-[0]|PDLA::$_->[0]> -/; ## print POD "=item $_-[0]>\n\n$ref\n\n"; # print POD "=item $_->[0]\n\n$ref\n\n"; print POD "=item *\n\n$ref\n\n"; }
print POD << 'EOPOD';
PDLA modules
EOPOD
#print POD "=over ",$#mods+1,"\n\n"; print POD "=over 4\n\n"; for (@mods) { my $ref = $_->[1]->{Ref}; next unless $_->[0] =~ /^PDLA/; if( $_->[0] eq 'PDLA'){ # special case needed to find the main PDLA.pm file. $ref =~ s/Module:/PDLA::PDLA -/; ## print POD "=item PDLA::PDLA\n\n$ref\n\n"; # print POD "=item PDLA::PDLA\n\n$ref\n\n"; print POD "=item *\n\n$ref\n\n"; next; } $ref =~ s/Module:/$_-[0]|$_->[0]> -/; ## print POD "=item $_-[0]>\n\n$ref\n\n"; # print POD "=item $_->[0]\n\n$ref\n\n"; print POD "=item *\n\n$ref\n\n"; }
print POD << "EOPOD";
HISTORY
Automatically generated by scantree.pl for PDLA version $PDLA::VERSION.
EOPOD
close POD;
3 POD Errors
The following errors were encountered while parsing the POD:
- Around line 76:
=back without =over
- Around line 94:
=back without =over
- Around line 120:
=back without =over