Skip Menu |

This queue is for tickets about the Apache-Reload CPAN distribution.

Report information
The Basics
Id: 113778
Status: resolved
Priority: 0/
Queue: Apache-Reload

People
Owner: Nobody in particular
Requestors: nigelgregoire [...] gmail.com
Cc:
AdminCc:

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



Subject: Undefined subroutine &Symbol::gensym
Date: Wed, 13 Apr 2016 14:08:18 -0700
To: bug-Apache-Reload [...] rt.cpan.org
From: Nigel Gregoire <nigelgregoire [...] gmail.com>
Hello! A coworker tried to install Apache::Reload on his box, and it failed: Entering Apache-Reload-0.13 Checking configure dependencies from META.json Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.10) Running Makefile.PL Configuring Apache-Reload-0.13 ... Undefined subroutine &Symbol::gensym called at Makefile.PL line 91. It works fine on my vm (Perl 5.8.8), but dies on his (Perl 5.10.1). Anyway, adding "use Symbol" fixed it. Cheers! -- Nigel

Message body is not shown because sender requested not to inline it.

On Wed Apr 13 17:08:29 2016, nigelgregoire@gmail.com wrote: Show quoted text
> Hello! > > A coworker tried to install Apache::Reload on his box, and it failed: > > Entering Apache-Reload-0.13 > Checking configure dependencies from META.json > Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.10) > Running Makefile.PL > Configuring Apache-Reload-0.13 ... Undefined subroutine &Symbol::gensym > called at Makefile.PL line 91. > > It works fine on my vm (Perl 5.8.8), but dies on his (Perl 5.10.1). > > Anyway, adding "use Symbol" fixed it. >
Thanks for the spot. Now fixed in r1777935.