package Evoauth::Admin; use 5.008006; use strict; use warnings; require Exporter; use AutoLoader qw(AUTOLOAD); our @ISA = qw(Exporter); our %EXPORT_TAGS = ( 'all' => [ qw( ) ] ); our @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } ); our @EXPORT = qw( ); our $VERSION = '0.4'; 1; __END__ =head1 NAME Evoauth::Admin - Admin =head1 SYNOPSIS use Evoauth::Admin; =head1 DESCRIPTION Fonctions d'administration d'Evoauth. =head2 EXPORT ... =head1 SEE ALSO ... =head1 AUTHOR Alexandre Anriot, Eaanriot@evolix.fr =head1 COPYRIGHT AND LICENSE Copyright (C) 2005 by Alexandre Anriot 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.6 or, at your option, any later version of Perl 5 you may have available. =cut