ChangeLog for Log-Contextual
+ - Fix warning in test suite in Perl 5.16
+
0.004100 2012-03-29
- Log::Contextual::WarnLogger now supports customized log levels via the
'levels' constructor argument (Karen Etheridge)
local $ENV{BAR_UPTO} = 'foo';
like(
exception { $l->is_bar },
- qr/\QUnrecognized log level 'foo'\E in \$ENV{BAR_UPTO}\E/,
+ qr/Unrecognized log level 'foo' in \$ENV{BAR_UPTO}/,
'Cannot use an unrecognized log level in UPTO',
);
}