Skip Menu |

This queue is for tickets about the Net-Linkedin-OAuth2 CPAN distribution.

Report information
The Basics
Id: 109000
Status: resolved
Worked: 10 min
Priority: 0/
Queue: Net-Linkedin-OAuth2

People
Owner: AKS [...] cpan.org
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.32
Fixed in: 0.32



Subject: Syntax error in Makefile.PL (perl 5.18 and later)
Makefile.PL does not compile anymore for perl 5.18 and later. See http://matrix.cpantesters.org/?dist=Net-Linkedin-OAuth2%200.32 for a reports overview; starting with perl 5.18 everything is UNKNOWN, which indicates the build problem. Output from '/bbbike/perl-5.22.1-RC2/bin/perl Makefile.PL': Regexp modifiers "/a" and "/d" are mutually exclusive at Makefile.PL line 13, at end of line syntax error at Makefile.PL line 13, near "m/--(?:default|skip|testonly)/and-t " syntax error at Makefile.PL line 18, near "}eval" BEGIN not safe after errors--compilation aborted at Makefile.PL line 19.
This was fixed just now and was caused due to bootstrap code by ExtUtils::AutoInstall. This version switched to use Module::Install instaed of ExtUtils::AUtoInstall which corrected this issue. Thank you. On Mon Nov 16 01:21:40 2015, SREZIC wrote: Show quoted text
> Makefile.PL does not compile anymore for perl 5.18 and later. See > http://matrix.cpantesters.org/?dist=Net-Linkedin-OAuth2%200.32 for a > reports overview; starting with perl 5.18 everything is UNKNOWN, which > indicates the build problem. > > Output from '/bbbike/perl-5.22.1-RC2/bin/perl Makefile.PL': > > > Regexp modifiers "/a" and "/d" are mutually exclusive at Makefile.PL > line 13, at end of line > syntax error at Makefile.PL line 13, near "m/-- > (?:default|skip|testonly)/and-t " > syntax error at Makefile.PL line 18, near "}eval" > BEGIN not safe after errors--compilation aborted at Makefile.PL line > 19.