#!/usr/bin/env perl use strict; use warnings; package Pod::Simple::HTMLBatch::Custom; use base qw/Pod::Simple::HTMLBatch/; use vars qw/$VERSION/; $VERSION = '0.01'; sub esc { return Pod::Simple::HTMLBatch::esc(@_); } sub new { print "Hello!\n"; my $self = shift; my $obj = $self->SUPER::new(@_); $obj->add_css('podstyle.css', 1); $obj->css_flurry(0); $obj->javascript_flurry(0); my @index_header = ("\n", "
\n", "Generated "
. "by %s v%s under Perl v%s\n
At %s GMT"
. ", which is %s local time.
Much of the content on these pages is taken",
" from original Irssi documentation, and is Copyright",
" © 2000-2010 The Irssi project.
",
" Formatting and additional documentation by Tom Feist",
" shabble+irssi\@metavore.org
",
"