Subject: | DUMP broken when called inside block in same file |
When calling DUMP inside a "PROCESS"ed block, defined in the same file, it will fail with:
real_error = bless( [
'file',
' couldn\'t be opened: No such file or directory',
undef,
undef,
{
'name' => 'account_info'
}
], 'Template::Alloy::Exception' );
since it seems to be trying to open a file containing the block.