Re: Did anyone else's Perl 5.26 suddenly break?

2018-03-07 Thread Ryan Schmidt
On Mar 7, 2018, at 19:28, Dave Horsfall wrote: >> As always, changes are described in perldelta: >> >> http://search.cpan.org/dist/perl-5.26.0/pod/perldelta.pod#Removal_of_the_current_directory_(".")_from_@INC > > Aha - all is now clear! Was there actually a port note about it that I >

Re: Did anyone else's Perl 5.26 suddenly break?

2018-03-07 Thread Bill Cole
On 7 Mar 2018, at 20:28 (-0500), Dave Horsfall wrote: On Tue, 6 Mar 2018, Daniel J. Luke wrote: In Dave's case, he's running a perl script and not building with a compiler - so it's not CPPFLAGS but rather @INC changes with perl 5.26 that he's seeing. Yeah, I saw that, but I worked it out.

Re: Did anyone else's Perl 5.26 suddenly break?

2018-03-07 Thread Dave Horsfall
On Tue, 6 Mar 2018, Daniel J. Luke wrote: In Dave's case, he's running a perl script and not building with a compiler - so it's not CPPFLAGS but rather @INC changes with perl 5.26 that he's seeing. Yeah, I saw that, but I worked it out. Putting "#!/usr/bin/env perl -I." as the shebang

Re: Did anyone else's Perl 5.26 suddenly break?

2018-03-06 Thread Dave Horsfall
On Mon, 5 Mar 2018, Ryan Schmidt wrote: Don't tell me that Perl 5.26 comes with a built-in time-bomb... Add -I to CPPFLAGS. Perl < 5.26 did so automatically, but 5.26 no longer does. Well, "-I." actually; thanks. Hmmm... I wonder how that slipped past me? It must've got nobbled on my

Re: Did anyone else's Perl 5.26 suddenly break?

2018-03-06 Thread Daniel J. Luke
In Dave's case, he's running a perl script and not building with a compiler - so it's not CPPFLAGS but rather @INC changes with perl 5.26 that he's seeing. As always, changes are described in perldelta:

Re: Did anyone else's Perl 5.26 suddenly break?

2018-03-06 Thread Ryan Schmidt
On Mar 5, 2018, at 22:09, Ryan Schmidt wrote: > On Mar 5, 2018, at 20:06, Dave Horsfall wrote: > >> A script that I wrote and has worked fine for ages is now breaking with: >> >> Can't locate Scanner.pm in @INC (you may need to install the Scanner >> module) (@INC contains: >>

Re: Did anyone else's Perl 5.26 suddenly break?

2018-03-05 Thread Ryan Schmidt
On Mar 5, 2018, at 20:06, Dave Horsfall wrote: > A script that I wrote and has worked fine for ages is now breaking with: > >Can't locate Scanner.pm in @INC (you may need to install the Scanner > module) (@INC contains: > /opt/local/lib/perl5/site_perl/5.26/darwin-thread-multi-2level >

Did anyone else's Perl 5.26 suddenly break?

2018-03-05 Thread Dave Horsfall
A script that I wrote and has worked fine for ages is now breaking with: Can't locate Scanner.pm in @INC (you may need to install the Scanner module) (@INC contains: /opt/local/lib/perl5/site_perl/5.26/darwin-thread-multi-2level /opt/local/lib/perl5/site_perl/5.26