populate @INC as well as $ENV{PERL5LIB}
[p5sagit/local-lib.git] / Makefile.PL
CommitLineData
391107e5 1use strict;
2use warnings;
3use inc::Module::Install;
4
5name 'local-lib';
6all_from 'lib/local/lib.pm';
7
8requires 'ExtUtils::MakeMaker' => '6.31'; # version INSTALL_BASE was added
9requires 'Module::Build' => '0.28'; # lib -> lib/perl5 change
10
11WriteAll;