MATT::Bundle is a collection Perl modules. You may read the docs for each module by choosing them from the sidebar on the left.
You may download the latest version from
here.
ChangeLog
Old versions:
0.92,
0.7.2,
0.7.0,
0.6.0 ,
0.5.0
INSTALLATION
tar -xzf MATT-Bundle.tar.gz
cd MATT-Bundle-x.xx
perl Makefile.PL
make test
make install
Some modules have pre-requisites, such as MATT::Mysql requires
DBI.pm and DBD::mysql to be installed. If the prereqs aren't found,
make test will fail and you'll be asked to install the required module(s).
This is NOT a fatal error. You can just "make install" anyway.
Keep in mind that particular module will not achieve it's potential
until you have installed it's dependencies.