use warnings;
use strict;
use Pod::Xhtml;
use File::Basename;
my $stylesheet = '';
if ( open( STYLE, '<', 'podder.css' ) ) {
$stylesheet = join '',
END_XHTML
foreach my $file ( @ARGV ) {
my $base = basename( $file, '.pod', '.pm', '.pl');
my $p = Pod::Xhtml->new;
$p->addHeadText( $style );
$p->parse_from_file( $file, "$base.xhtml" );
}
####
PAP-Version: 1.0
Packer: C:\Program Files\ActiveState Perl Dev Kit 6.0 Deployment\bin\perlapp.exe
Bind: podder.css[file=podder.css,text,mode=666]
Clean:
Exe: podder.exe
Script: podder.pl
Shared: none