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

NAME

Jifty::Bootstrap - Insert initial data into your database

DESCRIPTION

Jifty::Bootstrap is an abstract base class for your application's bootstrapping. Use it to set up initial data in your database when your application if first installed.

run

run is the workhorse method for the Bootstrap class. This takes care of setting up internal datastrutures and initializing things, in an application-dependent manner.