Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert the ignore_package check #3

Closed
wants to merge 1 commit into from

Conversation

miyagawa
Copy link

The change in eb85475 breaks Plack::Middleware::StackTrace as reported by @tokuhirom because of the non-localized use of eval + $@. https://gist.github.com/4116116

Also the new code fails if $self->{ignore_packages} = [] already. Revert it to UNIVERSAL::isa makes everything work fine.

@autarch
Copy link
Member

autarch commented Nov 20, 2012

I just released 1.30 with a different fix (I'm not a big fan of UNIVERSAL::isa). I tested Plack and all the tests pass.

@autarch autarch closed this Nov 20, 2012
@miyagawa
Copy link
Author

Confirmed. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants