Re: Test Failures: Foo already has a metaclass
[email protected] (Ovid)
| Newsgroups | perl.moose |
|---|---|
| Message-ID | <[email protected]> |
Hi Karen, I'm embarrassed to say that I have found the source of the issue this morning and it's a bug that's bitten me before. I had copied an old .bashrc file onto this box and it had this: $ echo $PERL5LIB lib/:t/lib That t/lib line has broken more than one install for me. By fixing that, the install bug went away. I was going to send an email, but you beat me to it :) Cheers, Ovid -- Twitter - http://twitter.com/OvidPerl/ Buy my book - http://bit.ly/beginning_perl Buy my other book - http://www.oreilly.com/catalog/perlhks/ Live and work overseas - http://www.overseas-exile.com/ >________________________________ > From: Karen Etheridge <[email protected]> >To: Moose <[email protected]> >Sent: Wednesday, 5 September 2012, 22:13 >Subject: Re: Test Failures: Foo already has a metaclass > >On Tue, Sep 04, 2012 at 01:27:43AM -0700, Ovid wrote: >> If anyone can suggest where to look to solve this error, or what other information I can provide to help diagnose it? My searches on Google have turned up nothing. > >Is it convenient for you to perlbrew up a new installation of the same perl >version that you're using, and try to install Moose there? That will at >least tell us whether it's something particular to your machine, or due to >some other module in your current install. > >If that installs cleanly, next I would suggest upgrading all Moose >dependencies to their latest version - e.g. cpanm --installdeps Moose, >again if convenient - logging the output, to determine which modules were >upgraded and from what versions. > > >-- > "While her schoolmates were worrying about boys and hairstyles, > she was reading science fiction and worrying about nuclear winter, > ozone holes and resource depletion. Her teachers called it escapism." > . . . . . >Karen Etheridge, [email protected] GCS C+++$ USL+++$ P+++$ w--- M++ > > >