Deprecated.
The maintainer of this distribution has indicated that it is deprecated and no longer suitable for use.
NAME
Test::PlugAuth::Plugin::Auth - Test a PlugAuth Auth plugin for correctness
VERSION
version 0.39
SYNOPSIS
use Test::PlugAuth::Plugin::Auth;
run_tests 'MyPlugin'; # runs tests against PlugAuth::Plugin::MyPlugin
FUNCTIONS
run_tests $plugin_name, [ $global_config, [ $plugin_config ] ]
Run the specification tests against the given plugin. The configuration arguments are optional. The first is the hash which is usually found in ~/etc/PlugAuth.conf and the second is the plugin config.
SEE ALSO
PlugAuth, PlugAuth::Guide::Plugin
AUTHOR
Graham Ollis <gollis@sesda3.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2012 by NASA GSFC.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.