Skip Menu |

This queue is for tickets about the namespace-clean CPAN distribution.

Report information
The Basics
Id: 64486
Status: resolved
Priority: 0/
Queue: namespace-clean

People
Owner: Nobody in particular
Requestors: IPENBURG [...] cpan.org
Cc:
AdminCc:

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



Subject: Error "SCALAR(0xdeadbeef) is not of type SCALAR"
After upgrading to version 0.19 I get errors like this: Error: SCALAR(0x1965ee8) is not of type SCALAR at /sw/lib/perl5/ site_perl/5.8.8/namespace/clean.pm line 56. (I developed WWW::NOS::Open which depends on namespace::autoclean and coincidentally released it on the same day as namespace::clean got updated to version 0.19, so now a lot of fails show up in my reports: <http://www.cpantesters.org/distro/W/WWW-NOS-Open.html#WWW-NOS- Open-0.01>)
Subject: Re: [rt.cpan.org #64486] Error "SCALAR(0xdeadbeef) is not of type SCALAR"
Date: Wed, 5 Jan 2011 12:28:23 -0600
To: Roland van Ipenburg via RT <bug-namespace-clean [...] rt.cpan.org>
From: Jesse Luehrs <doy [...] tozt.net>
On Wed, Jan 05, 2011 at 05:58:25AM -0500, Roland van Ipenburg via RT wrote: Show quoted text
> After upgrading to version 0.19 I get errors like this: > > Error: SCALAR(0x1965ee8) is not of type SCALAR at /sw/lib/perl5/ > site_perl/5.8.8/namespace/clean.pm line 56.
This appears to be a bug in the new XS implementation of Package::Stash (which namespace::clean uses). I'll look into it. -doy
Updating to the fixed dependencies resolves this issue.