Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: pType 1.0c

by PodMaster (Abbot)
on Dec 04, 2002 at 13:12 UTC ( [id://217468]=note: print w/replies, xml ) Need Help??


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.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://217468]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (2)
As of 2024-03-19 10:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found