in reply to Re: PerlIO::Layers 0.011 fails to build in macOS 10.13.3
in thread PerlIO::Layers 0.011 fails to build in macOS 10.13.3
among other expressions. This is obviously not a hand-generated file. So, I double quoted that version number => "0.011" and then did 'perl ./Build.PL' and then Build and 'Build test'. Like magic, all was well, all tests were successful but... get this, the module Module::Build as in:'dist_abstract' => 'Querying your filehandle\'s capabilities', 'dist_version' => '0.011', 'build_bat' => 0, 'dynamic_config' => 1, 'c_source' => undef, 'extra_compiler_flags' => [], 'verbose' => undef, 'build_class' => 'Module::Build', 'quiet' => undef, 'install_sets' => {}, 'use_rcfile' => 1, '_added_to_INC' => [ '/Users/carly/perl5/lib/perl5/5.18.2/darwin-thread-multi-2level' +, '/Users/carly/perl5/lib/perl5/5.18.2', '/Users/carly/perl5/lib/perl5/darwin-thread-multi-2level', '/Users/carly/perl5/lib/perl5', '/Users/carly/src/perl5/lib' ],
reset that double-quoted string to '0.011'. Man, talk about perverse. I poked Leon Timmerman's, the author/maintainer of PerlIO::Layers with this issue but have yet to hear back. How do we alert all of the Perl-heads who might be inadvertently creating this problem?# This should have just enough arguments to be able to bootstrap the r +est. my $build = Module::Build->resume ( properties => { config_dir => '_build', orig_dir => $orig_dir, }, ); $build->dispatch;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: PerlIO::Layers 0.011 fails to build in macOS 10.13.3
by bliako (Abbot) on Mar 26, 2018 at 18:01 UTC | |
by perlboy_emeritus (Scribe) on Mar 28, 2018 at 18:06 UTC | |
by bliako (Abbot) on Mar 28, 2018 at 21:14 UTC | |
by etj (Priest) on May 07, 2022 at 23:00 UTC | |
by perlboy_emeritus (Scribe) on Mar 26, 2018 at 22:37 UTC | |
by syphilis (Archbishop) on Mar 27, 2018 at 00:30 UTC |