Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Padre CPAN distribution.

Maintainer(s)' notes

Please report bugs on http://padre.perlide.org/

Report information
The Basics
Id: 95934
Status: new
Priority: 0/
Queue: Padre

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

Bug Information
Severity: (no value)
Broken in: 1.00
Fixed in: (no value)



Subject: "Possible precedence issue with control flow operator" warning
With perl 5.19.x and 5.20.0 a no warnings test fails: # Failed test 'no warnings' # at /opt/perl-5.20.0-RC1t/lib/site_perl/5.20.0/Test/NoWarnings.pm line 45. # There were 1 warning(s) # Previous test 26 'use Padre::Role::Task;' # Possible precedence issue with control flow operator at /tmpfs/.cpan-build/Padre-1.00-xzmwpp/blib/lib/Padre/Document/Perl/QuickFix/StrictWarnings.pm line 71. # at /tmpfs/.cpan-build/Padre-1.00-xzmwpp/blib/lib/Padre/Document/Perl/QuickFix/StrictWarnings.pm line 71. # require Padre/Document/Perl/QuickFix/StrictWarnings.pm called at /tmpfs/.cpan-build/Padre-1.00-xzmwpp/blib/lib/Padre.pm line 87 # eval {...} called at /tmpfs/.cpan-build/Padre-1.00-xzmwpp/blib/lib/Padre.pm line 87 # Padre::import("Padre", ":everything") called at t/01_compile.t line 53 # # Looks like you failed 1 test of 37. t/01_compile.t .............