in reply to Re^4: Re-Test a CPAN module
in thread Re-Test a CPAN module

Use the appropriate perl to call Makefile.PL. If you execute Makefile.PL with the system Perl, it will install the module into the system Perl directory. If you execute Makefile.PL with your own Perl, it will install the module into your own Perl directory.

Replies are listed 'Best First'.
Re^6: Re-Test a CPAN module
by saintex (Scribe) on Mar 14, 2011 at 09:32 UTC
    Done with your suggestion!

    In fact, now it works!

    Thank you! :-)