Skip Menu |

This queue is for tickets about the CGI-Untaint-Facebook CPAN distribution.

Report information
The Basics
Id: 82387
Status: resolved
Priority: 0/
Queue: CGI-Untaint-Facebook

People
Owner: NHORNE [...] cpan.org
Requestors: ANDK [...] cpan.org
Cc:
AdminCc:

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



Subject: Fails when Test::Requires is not present
As per subject. The reason is un unused.t the sequence block-eval use-statement which does not protect as a string eval does. Here is the code from unused.t: https://metacpan.org/source/NHORNE/CGI-Untaint-Facebook-0.06/t/unused.t#L10 eval { use Test::Requires { 'warnings::unused' => 0.04 }; }; if($@) { The last line is not reached when Test::Requires is not available because the block eval does not hide the use statement. Sample fail report: http://www.cpantesters.org/cpan/report/27151778 HTH&&Regards,
Thank you for using CGI::Untaint::Facebook. I was already aware of the problem through automated reports I receieve from the CPAN testers group and hope to have a fix out soon. Regards, -Nigel
t/unused.t has been replaced by t/vars.t. Please update to C:U:F version 0.08 which should fix your problem. Thanks.