Amon2-Plugin-Web-Flash
view release on metacpan or search on metacpan
lib/Amon2/Plugin/Web/Flash.pm view on Meta::CPAN
package Amon2::Plugin::Web::Flash;
use strict;
use warnings;
use utf8;
our $VERSION = '0.05';
use Amon2::Util;
sub init {
my ($class, $c, $conf) = @_;
my $webpkg = ref $c || $c;
my $key = $conf->{session_key} || 'flash';
( run in 0.899 second using v1.01-cache-2.11-cpan-49f99fa48dc )