http://www.perlmonks.org?node_id=217468


in reply to pType 1.0c

Some minor nitpicks ;)
my $Appname = "pType"; my $Appvendor = "pVoice Applications - Jouke Visser"; $self->SetAppName('pType');
You never use $Appname, and on a personal note ;) I much prefer
$self->SetAppName(__PACKAGE__);
I also think that you should add a $VERSION variable, and do
my $Appversion = $config->Read('Appversion', $VERSION);
And I almost forgot, good job ;)

update: Have you tried releasing a binary version compiled with App::Packer?


MJD says you can't just make shit up and expect the computer to know what you mean, retardo!
** The Third rule of perl club is a statement of fact: pod is sexy.