Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support EXPATLIBPATH and EXPATINCPATH from %ENV #9

Merged
merged 1 commit into from
Apr 13, 2016

Conversation

Tux
Copy link

@Tux Tux commented Jan 22, 2016

make scripting/testing easier by supporting EXPATLIBPATH and EXPATINCPATH
from commanlinearguments and environment, so that

$ perl Makefile.PL EXPATLIBPATH=/foo/expat/lib EXPATINCPATH=/foo/expat/include

can also be written as (sh/ksh/bash)

$ export EXPATLIBPATH=/foo/expat/lib
$ export EXPATINCPATH=/foo/expat/include
$ perl Makefile.PL

or (csh/tcsh)

% setenv EXPATLIBPATH /foo/expat/lib
% setenv EXPATINCPATH /foo/expat/include
% perl Makefile.PL

make scripting/testing easier by supporting EXPATLIBPATH and EXPATINCPATH
from commanlinearguments *and* environment, so that

$ perl Makefile.PL EXPATLIBPATH=/foo/expat/lib EXPATINCPATH=/foo/expat/include

can also be written as (sh/ksh/bash)

$ export EXPATLIBPATH=/foo/expat/lib
$ export EXPATINCPATH=/foo/expat/include
$ perl Makefile.PL

or (csh/tcsh)

% setenv EXPATLIBPATH /foo/expat/lib
% setenv EXPATINCPATH /foo/expat/include
% perl Makefile.PL
@toddr toddr force-pushed the master branch 12 times, most recently from 6a15d95 to 7567738 Compare April 13, 2016 04:30
@toddr toddr merged commit 0df48ca into cpan-authors:master Apr 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants