The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Config::Model::models::Dpkg::Meta - Configuration class Dpkg::Meta

DESCRIPTION

Configuration classes used by Config::Model

This class contains parameters to tune the behavior of the Dpkg model. For instance, user can specify rules to update e-mail addresses.

Elements

email

Optional. Type uniline.

email-updates - email update hash

Specify old email as key. The value is the new e-mail address that will be substituted. Optional. Type hash of uniline.

dependency-filter

Specifies the dependency filter to be used. The release specified mentions the most recent release to be filtered out. Older release will also be filtered.

For instance, if the dependency filter is 'lenny', all 'lenny' and 'etch' dependencies are filtered out.Optional. Type enum. choice: 'etch', 'lenny', 'squeeze', 'wheezy'.

group-dependency-filter

Dependency filter tuned by Maintainer field. Use this to override the main dependency-filter value.Optional. Type hash of enum.

package-dependency-filter

Dependency filter tuned by package. Use this to override the main dependency-filter value.Optional. Type hash of enum.

SEE ALSO

AUTHOR

Dominique Dumont

COPYRIGHT

2010,2011 Dominique Dumont

LICENSE

LGPL2