This task is to add a Linux installer using the Perl
utils to create a CPAN distro. This will allow the
user to download the file and do the 4 simple steps to
install a perl module:
perl Makefile.PL
make
make test
make install
Also, this should make it easier to bundle modules with
this install and install them at the appropriate time.
And, this should allow us to know what directory all
the modules are getting installed in, which will allow
us to specify where the modules are.
Anonymous