LittleJack has asked for the wisdom of the Perl Monks concerning the following question:
While grepping through the code of a Catalyst app for c->detach() calls, I found that there was a file, simply called 'detach' at the top level.
It contains log-file type entries, giving a module name and a line number plus an excerpt, and some of the lines relate to a call to the detach() method, but not all.
I've tried googling and searching through CPAN for any hint about this file, but come up blank.
TIA for any explanations monks may have. Is it a problem?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Why is my Catalyst application creating a 'detach' file at the root level?
by roboticus (Chancellor) on Jul 22, 2021 at 13:37 UTC | |
by LittleJack (Beadle) on Aug 07, 2021 at 04:47 UTC |