[Catalyst] about catalyst authentication

Simon Wilcox simonw at digitalcraftsmen.net
Sat Apr 18 08:29:40 GMT 2009


On 18/4/09 09:00, Malloy wrote:
 > I think something is wrong. Please check:

Read the docs.

http://search.cpan.org/~robm/Cache-FastMmap-1.28/FastMmap.pm

If the share_file exists when the process starts it won't be deleted on 
exit. If it doesn't exist the default is to delete it when the process 
exits.

If you want to be sure of it existing pass undelete_on_exit => 0 to the 
constructor.

S.



More information about the Catalyst mailing list