The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Authen::Quiz::FW - Framework for Authen::Quiz.

SYNOPSIS

  use Authen::Quiz::FW qw/ JS Memcached /;
  
  my $q= Authen::Quiz::FW->new(
    data_folder => '/path/to/authen_quiz',
    memcached   => { ...... },
    );
  
  my $js_source= $q->question2js('boxid');

DESCRIPTION

The framework for Authen::Quiz makes the plugin available.

If use passes the list of the plugin at the time of reading Authen::Quiz::FW, it becomes available.

  use Authen::Quiz::FW qw/ JS Memcached /;

Authen::Quiz::Plugin::JS and Authen::Quiz::Plugin::Memcached was enclosed as a standard plugin.

METHODS

plugins

The list of the read plug-in is returned.

SEE ALSO

Authen::Quiz, UNIVERSAL::require, Class::C3,

http://egg.bomcity.com/wiki?Authen%3a%3aQuiz,

AUTHOR

Masatoshi Mizuno <lushe@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2008 by Bee Flag, Corp. <http://egg.bomcity.com/>.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.