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

&CORE::warn invalid #13

Closed
karenetheridge opened this issue Jul 27, 2016 · 1 comment · Fixed by #15
Closed

&CORE::warn invalid #13

karenetheridge opened this issue Jul 27, 2016 · 1 comment · Fixed by #15

Comments

@karenetheridge
Copy link
Contributor

in new(): my $warn = exists $args{'warn'} ? $args{'warn'} : \&CORE::warn;

In perl 5.8.1, I get this:

Undefined subroutine &CORE::warn called at /Users/ether/.perlbrew/libs/8.1@std/lib/perl5/CPAN/Testers/Common/Client/Config.pm line 87.

This file has no $VERSION (please add one), but CPAN::Testers::Common::Client is $VERSION = '0.10'.

@karenetheridge
Copy link
Contributor Author

(also note I cannot upgrade to the latest release because of #11)

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

Successfully merging a pull request may close this issue.

1 participant