Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 9082862a0da913379e6ee8bae7674217 > files > 892

perl-Class-MethodMaker-2.180.0-6.mga4.x86_64.rpm

To install this module, use

  ./configure
  make
  make test
  make install

This will install using /usr/bin/perl .  If you wish to install using the perl
in your PATH, use 'perl ./configure' instead of 'configure'.

If you wish to install to a non-standard location, use 'configure
--prefix=location' instead of 'configure'.

So, to use the perl in your PATH to install to '/tmp', use

  perl ./configure --prefix=/tmp
  make
  make test
  make install

Enjoy.