http://www.perlmonks.org?node_id=836924


in reply to Re: Catalyst: stash vs. flash
in thread Catalyst: stash vs. flash

I have flash_to_stash enabled. It is enabled in the main AddressBook.pm module as follows:
__PACKAGE__->config( session => {dbic_class => 'AddressDB::Session', flash_to_stash => 1 });

I cannot get the stuff from flash because when I store the search results in flash I get the DBIx::Class error.

"Its not how hard you work, its how much you get done."