![]() |
File Search | Catalog | Content Search |
Homepage: | - |
Package version: | - |
Architecture: | - |
Distribution: | Perl-CPAN |
Filename: | Dancer-Plugin-FlashMessage-0.311.tar.gz |
This archive contains the distribution Dancer-Plugin-FlashMessage, version 0.311: Dancer plugin to display temporary messages, so called "flash messages". This software is copyright (c) 2011 by Damien "dams" Krotkine. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
=pod =head1 NAME Dancer::Plugin::FlashMessage - A plugin to display "flash messages" : short temporary messages =head1 SYNOPSYS Example with Template Toolkit In your configuration, make sure you have session configured. Of course you can use any session engine : session: "simple" In your index.tt view or in your layout : <% IF flash.error %> <div class=error> <% flash.error %> </di more»
#!perl # # This file is part of Dancer-Plugin-FlashMessage # # This software is copyright (c) 2011 by Damien "dams" Krotkine. # # This is free software; you can redistribute it and/or modify it under # the same terms as the Perl 5 programming language system itself. # BEGIN { unless ($ENV{RELEASE_TESTING}) { require Test::More; Test::More::plan(skip_all => 'these tests are for release c more»
#!perl # # This file is part of Dancer-Plugin-FlashMessage # # This software is copyright (c) 2011 b more»
0.311 2011-02-05 21:27:23 Europe/Paris . fix versioning issue . check there is a more»
This software is copyright (c) 2011 by Damien "dams" Krotkine. This is free software; you can redis more»
[DIR] | Dancer-Plugin-FlashMessage-0.311/ (12) |