Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Dist-Zilla CPAN distribution.

Report information
The Basics
Id: 57187
Status: resolved
Priority: 0/
Queue: Dist-Zilla

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

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



Subject: __PACKAGE__ in Dist::Zilla::App is not resolving properly
The line: return $self->{__PACKAGE__}{zilla} ||= do { Is setting the key to '__PACKAGE__', not 'Dist::Zilla::App', which looks like what you mean it to do
On 2010-05-03 19:58:46, RKRIMEN wrote: Show quoted text
> The line: > return $self->{__PACKAGE__}{zilla} ||= do { > > Is setting the key to '__PACKAGE__', not 'Dist::Zilla::App', which looks > like what you mean it to do
Yeah, thanks. I actually noticed this myself almost immediately after writing it, and then decided it was not worth fixing, since I wanted to replace it in other ways soon. I'll leave this bug here was a means to remind me to do that. -- rjbs
fixed in git -- rjbs