Amanda-2.6.1

Amanda::Constants


NAME

Amanda::Constants - perl access to build-time configuration values


SYNOPSIS

  use Amanda::Constants;
  my $default_config = $Amanda::Constants::DEFAULT_CONFIG;

This package is a means of getting all of the necessary variables provided by configure into Perl scripts, without a bunch of boilerplate, and without requiring config.status substitution for every .pm file.

This module does not automatically export any of its values.

See the source for the list of constants available.


API STATUS

Constants will not be removed from this file unless they are no longer available in the codebase.


ABOUT THIS PAGE

This page was automatically generated Fri Feb 5 19:41:21 2010 from the Amanda source tree, and documents the most recent development version of Amanda. For documentation specific to the version of Amanda on your system, use the 'perldoc' command.


Amanda-2.6.1