Skip Menu |

This queue is for tickets about the Event-Lib CPAN distribution.

Report information
The Basics
Id: 23294
Status: resolved
Priority: 0/
Queue: Event-Lib

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

Bug Information
Severity: Normal
Broken in:
  • 1.00
  • 0.01
  • 0.02
  • 0.03
  • 0.04
  • 0.05
  • 0.06
  • 0.07
  • 0.08
  • 0.09
  • 0.10
  • 0.99_10
Fixed in: (no value)



Subject: Croak needs parens with bleedperl
Bleadperl has removed 'use Carp' in so many places that now no other library loads carp before you. So it comes to the surface that you're calling croak without parens and fail on 'use strict'. This leads to lots of tests failing. I've supplied the really trivial patch as ANDK/patches/Event-Lib-1.00-ANDK-01.patch.gz which fixes this. Regards,
On Tue Nov 14 22:58:56 2006, ANDK wrote: Show quoted text
> Bleadperl has removed 'use Carp' in so many places that now no other > library loads carp before you. So it comes to the surface that you're > calling croak without parens and fail on 'use strict'. > > This leads to lots of tests failing. > > I've supplied the really trivial patch as > > ANDK/patches/Event-Lib-1.00-ANDK-01.patch.gz > > which fixes this.
Cool, thanks! I hope that bleedperl's h2xs template has been modified accordingly to call Carp::Croak with parentheses. I just uploaded 1.01 with your fix. Cheers, Tassilo