Skip Menu |

This queue is for tickets about the Template-Alloy CPAN distribution.

Report information
The Basics
Id: 69966
Status: resolved
Priority: 0/
Queue: Template-Alloy

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

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



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.
Finally fixed in 1.018. Lovely bug really