To install this module and read the installed on-line documentation, enter these commands at the Linux command line:
tar zxvf Devel-Scooby-4.12.tar.gz
cd Devel-Scooby-4.12
perl Makefile.PL
make
make test
su
make install
<ctrl-D>
man Devel::Scooby
The above commands install the Scooby.pm module within the installed Perl environment. Note the requirement to use superuser privilege to perform the ``make install'' step.