Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
use lib qw(.); use inc::Module::Install; $ENV{'WITH_SUBDIRS'} = 'sbin,lib,etc,html,bin'; RTx ('AssetTracker'); author ('Todd Chapman <todd@mydomain>'); license ('gpl'); version_from ('lib/RTx/AssetTracker.pm.in'); my ($lp) = $INC{'RT.pm'} =~ /^(.*)[\\\/]/; my $lib_path = join( ' ', "$RT::LocalPath/lib", $lp ); print `./configure --with-rt-lib='$lib_path' --with-rt-local='$RT::Loc +alPath'`; build_requires ('Test::More'); &WriteAll;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Module::Install not creating META.yml
by PodMaster (Abbot) on Feb 02, 2005 at 04:56 UTC | |
|
Re: Module::Install not creating META.yml
by itub (Priest) on Feb 02, 2005 at 04:45 UTC | |
|
Re: Module::Install not creating META.yml
by dragonchild (Archbishop) on Feb 02, 2005 at 03:41 UTC | |
by chakatodd (Initiate) on Feb 02, 2005 at 04:27 UTC | |
by dragonchild (Archbishop) on Feb 02, 2005 at 13:27 UTC |