Skip Menu |

This queue is for tickets about the Catalyst CPAN distribution.

Report information
The Basics
Id: 17189
Status: resolved
Priority: 0/
Queue: Catalyst

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

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



Subject: Tree::Simple Dependency needs v1.15 but no version is specified
Catalyst 5.6.2 tries to import 'use_weak_refs' from Tree::Simple. 'use_weak_refs' was added in v1.15 of Tree::Simple, but there is no explicit version requirement in Catalyst.pm or Makefile.PL. If you have v1.14 (or presumably earlier) of Tree::Simple installed, you get this error: "use_weak_refs" is not exported by the Tree::Simple module Can't continue after import errors at /opt/perl5/lib/site_perl/5.8.7/Catalyst.pm line 21 BEGIN failed--compilation aborted at /opt/perl5/lib/site_perl/5.8.7/Catalyst.pm line 21.
On Fri Jan 20 15:52:15 2006, JFITZ wrote: Show quoted text
> Catalyst 5.6.2 tries to import 'use_weak_refs' from Tree::Simple. > 'use_weak_refs' was added in v1.15 of Tree::Simple, but there is no > explicit version requirement in Catalyst.pm or Makefile.PL. If you have > v1.14 (or presumably earlier) of Tree::Simple installed, you get this
error: Show quoted text
> > "use_weak_refs" is not exported by the Tree::Simple module > Can't continue after import errors at > /opt/perl5/lib/site_perl/5.8.7/Catalyst.pm line 21 > BEGIN failed--compilation aborted at > /opt/perl5/lib/site_perl/5.8.7/Catalyst.pm line 21.
Thanks, this has been fixed in trunk and will be in 5.63. -Andy