lemonldap-ng/modules/lemonldap-ng-common/lib/Lemonldap/NG/Common/Safelib.pm

48 lines
994 B
Perl
Raw Normal View History

2009-04-05 10:12:16 +02:00
package Lemonldap::NG::Common::Safelib;
use strict;
#use AutoLoader qw(AUTOLOAD);
our $VERSION = '0.01';
# Set here all the names of functions that must be available in Safe objects.
# Not that only functions, not methods, can be written here
our $functions = [qw()];
1;
__END__
=head1 NAME
Lemonldap::NG::Common::Safelib - Contains functions that are automatically
imported in Lemonldap::NG Safe objects to be used in expressions like rules,
macros,...
=head1 SYNOPSIS
Private module not documented.
=head1 DESCRIPTION
Private module not documented.
=head1 SEE ALSO
L<Lemonldap::NG::Manager>, L<Lemonldap::NG::Portal>, L<Lemonldap::NG::Handler>
=head1 AUTHOR
Xavier Guimard, E<lt>guimard@E<gt>
=head1 COPYRIGHT AND LICENSE
Copyright (C) 2009 by Xavier Guimard
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.10.0 or,
at your option, any later version of Perl 5 you may have available.
=cut