App-local-lib-helper

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

#!/usr/bin/env perl

use File::Spec;
use maint::Maker;

all_from 'lib/App/local/lib/helper.pm';

requires 'FindBin';
requires 'File::Spec';
requires 'local::lib';
requires 'Getopt::Long';
requires 'Config';

build_requires 'File::Spec';
test_requires 'Test::More' => '0.94';

tests_recursive;

my $local_lib_helper_script =
  File::Spec->catdir('script','local-lib-helper');

install_script $local_lib_helper_script;

postamble <<"EOP";
install :: install_local_lib_helper

install_local_lib_helper :
\t\$(PERL) $local_lib_helper_script @ARGV

EOP

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 1.039 second using v1.00-cache-2.02-grep-82fe00e-cpan-c30982ac1bc3 )