--- trunk2/lib/WebPac.pm 2004/06/16 11:29:37 353 +++ trunk2/lib/WebPAC.pm 2004/06/16 11:31:42 354 @@ -1,4 +1,4 @@ -package WebPac; +package WebPAC; use Carp; use Text::Iconv; @@ -6,19 +6,19 @@ =head1 NAME -WebPac - base class for WebPac +WebPAC - base class for WebPAC =head1 DESCRIPTION -This module implements methods used by WebPac. +This module implements methods used by WebPAC. =head1 METHODS =head2 new -This will create new instance of WebPac using configuration specified by C. +This will create new instance of WebPAC using configuration specified by C. - my $webpac = new WebPac( + my $webpac = new WebPAC( config_file => 'name.conf', [code_page => 'ISO-8859-2',] );