#
#
#
# Privilege.pm provides the bootstrap for the Sun::Solaris::Privilege module.
#
require 5.8.4;
use strict;
use warnings;
use Exporter;
our $VERSION = '1.6';
use XSLoader;
our (@EXPORT_OK, %EXPORT_TAGS);
# Note that new constants should be also added in Privileges.xs:BOOT.
use vars qw(%PRIVILEGES %PRIVSETS);
#
# Dynamically gather all the privilege and privilege set names; they are
# generated in Privileges.xs::BOOT.
#
1;