next up previous
Next: Installing Mobile::Location Up: Installing Devel::Scooby Previous: Installing the Required Modules

Installing the Devel::Scooby Module

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.



Paul Barry 2003-05-30