Skip to content

Commit

Permalink
Change blib/Inline to .inline
Browse files Browse the repository at this point in the history
  • Loading branch information
ingydotnet committed Dec 25, 2014
1 parent 9fa27a7 commit c891aba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/Inline/Module.pm
Expand Up @@ -9,7 +9,7 @@ use File::Find();
use File::Path();
use File::Spec();

my $inline_build_path = './blib/Inline';
my $inline_build_path = '.inline';

use constant DEBUG_ON => $ENV{PERL_INLINE_MODULE_DEBUG} ? 1 : 0;
sub DEBUG { if (DEBUG_ON) { print "DEBUG >>> ", sprintf(@_), "\n" }}
Expand Down
3 changes: 1 addition & 2 deletions test/devel/test-inline-modules.t
Expand Up @@ -13,7 +13,7 @@ source "$dir/test-module.sh"
test_prove_run=('prove -lv t/')
test_test_run=('perl Makefile.PL' 'make test')
test_make_distdir=('perl Makefile.PL' 'make manifest distdir')
test_inline_build_dir=blib/Inline
test_inline_build_dir=.inline
test_dist=Alt-Acme-Math-XS
test_dist_files=(
MANIFEST
Expand Down Expand Up @@ -66,7 +66,6 @@ xs() {

zd() {
local test_branch='zild'
local test_inline_build_dir=blib/Inline
local test_prove_run=('prove -lv test/')
local test_test_run=('zild make test')
local test_make_distdir=('zild make distdir')
Expand Down

0 comments on commit c891aba

Please sign in to comment.