3 use lib '../lib'; # If you haven't installed perl yet.
11 next unless /^=(?!cut)/ .. /^=cut/;
13 if (s/=item (\S+)/$1/) {
14 #$cur = "POSIX::" . $1;
21 $pod{$cur} .= $_ if $cur;
25 for $f ( keys %syn ) {
26 $type = $Type{$f} || next;
27 $flavor = $Flavor{$f};
29 ($name = $f) =~ s/\W//g;
30 open (POD, "> $name.pod") || die "can't open $name.pod: $!";