Skip Menu |

This queue is for tickets about the Catalyst-Plugin-Log-Dispatch CPAN distribution.

Report information
The Basics
Id: 52568
Status: resolved
Priority: 0/
Queue: Catalyst-Plugin-Log-Dispatch

People
Owner: Nobody in particular
Requestors: bobtfish [...] bobtfish.net
Cc:
AdminCc:

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



Subject: Magic 5.80 handwave not needed.
MRO::Compat's next::method works just fine in Catalyst 5.70. This entire handwave (and other associated code) is redundant as it's solving a problem which doesn't exist: BEGIN { if( $Catalyst::VERSION >= 5.8 ) { MRO::Compat->use or die "can not use MRO::Compat : $!\n"; } else { NEXT->use or die "can not use NEXT : $!\n"; } };