Skip Menu |

This queue is for tickets about the Package-Pkg CPAN distribution.

Report information
The Basics
Id: 70655
Status: resolved
Priority: 0/
Queue: Package-Pkg

People
Owner: Nobody in particular
Requestors: rayleighl [...] yahoo.com
Cc:
AdminCc:

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



Subject: Bug with Package::Pkg
Date: Wed, 31 Aug 2011 13:01:17 -0700 (PDT)
To: bug-Package-Pkg [...] rt.cpan.org
From: Rayleigh L <rayleighl [...] yahoo.com>
Hi, When I was trying to install Config::JFDI cpanm, I was unable to because according to the build file, "Undefined subroutine &Mouse::Util::is_class_loaded called at /home/ray/.cpanm/work/1314815761.19246/Package-Pkg-0.0019/blib/lib/Package/Pkg.pm line 44." According to someone else working with me who knows the modules on our computers, the problem is that we have Mouse 0.22, but that version doesn't have that method; we were able to solve this problem by upgrading to the most recent version, Mouse 0.93. So other people don't have this problem, we would like to recommend that you have the most recent Mouse as one of your dependecies. I'm using Package::Pkg 0.0019 and Perl 5.10.0 on a i686 GNU/Linux. Thanks, Rayleigh
On Wed Aug 31 16:01:26 2011, rayleighl@yahoo.com wrote: Show quoted text
> Hi, > > When I was trying to install Config::JFDI cpanm, I was unable to > because according to the build file, "Undefined subroutine > &Mouse::Util::is_class_loaded called at > /home/ray/.cpanm/work/1314815761.19246/Package-Pkg- > 0.0019/blib/lib/Package/Pkg.pm line 44." According to someone else > working with me who knows the modules on our > computers, the problem is that we have Mouse 0.22, but that version > doesn't have that method; we were able to solve this problem by > upgrading to the most recent version, Mouse 0.93. So other people > don't have this problem, we would like to recommend that you have > the most recent Mouse as one of your dependecies. > I'm using Package::Pkg 0.0019 and Perl 5.10.0 on a i686 GNU/Linux. > > Thanks, > Rayleigh >
Thanks for the report. I changed Package::Pkg to use Class::Load instead of a (potentially hidden) Mouse::Util interface, so it should work fine now.