#!/pdd/100/bin/perl5.16/bin # Filename: CoRHandler.pm package CoRHandler; use Moose; use Carp qw(confess croak); with 'ChainOfResponsibilityIf'; # implementation of roles not shown