The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Hub::Base::Package -

Part of the Hub Library

SYNOPSIS

DESCRIPTION

METHODS

call modexec new parsefile
call

 Usage: call METHOD, [ARGS]

Call a method in the representing package Note that AUTOLOAD methods do not pass the 'defined' test

modexec

Execute runtime module

new

 Usage: new FILENAME

Constructor This is a singleton

parsefile

 Usage: parsefile INSTANCE

Called implicty on the first attachment or when the file has been modified on disk.

INTERNAL

AUTOLOAD DESTROY
AUTOLOAD

 Usage: AUTOLOAD

Call a method in the representing package Note! Use the subroutine 'call' to access methods which are already implemented in this class (new|call|parsefile).

DESTROY

 Usage: DESTROY

Defining this function prevents it from being searched in AUTOLOAD

AUTHOR

Ryan Gies

COPYRIGHT

Copyright (c) 2006 Livesite Networks, LLC. All rights reserved.

Copyright (c) 2000-2005 Ryan Gies. All rights reserved.

UPDATED

This file created by mkdocs.pl on 8/29/2006 at 2:07pm