6 my @scripts = qw(clivefeed clivescan clivepass);
8 generate
($_) foreach @scripts;
14 print "processing $script...\n";
15 open(my $fh, "<", $script) or die "error: $script: $!";
17 my $re = qr
|VERSION
= "(.*?)"|;
29 print STDERR
"error: release string not found\n" and return
32 system(qq/pod2man -c "$script Manual" -n $script /
33 . qq/-s 1 -r $release $script > $script.1/);
35 #system("gzip $script.1");