Devel::Local

Use development versions of other modules
Download

Devel::Local Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Publisher Name:
  • Ingy d%uFFFDt Net
  • Publisher web site:
  • http://search.cpan.org/~ingy/

Devel::Local Tags


Devel::Local Description

Use development versions of other modules Sometimes when you are developing software there can several module code repositories involved. This module lets you specify which repositories you want to load modules from, and formats them into a PERL5LIB environment variable format.Devel::Local is a Perl module that takes a list of Perl module repositories that you specify in your current directory or your home directory. It adds the absolute paths of the lib/ subdirectories to the current value of PERL5LIB. It can also add the bin/ subdirectories to your PATH environment variable. It prints the new value to STDOUT and then exits.NOTE: If Devel::Local runs into problems, it will warn about them, but still print your environment variable.SYNOPSIS > export PERL5LIB=`perl -MDevel::Local=PERL5LIB` > export PATH=`perl -MDevel::Local=PATH` Requirements: · Perl


Devel::Local Related Software