Security Advisories (3)
CVE-2017-0373 (2017-05-10)

The gen_class_pod implementation in lib/Config/Model/Utils/GenClassPod.pm in Config-Model (aka libconfig-model-perl) before 2.102 has a dangerous "use lib" line, which allows remote attackers to have an unspecified impact via a crafted Debian package file.

CPANSA-Config-Model-2017-01 (2017-05-10)

YAML or YAML::XS can be loaded automatically making it possible to run arbitrary code loading a specially crafted YAML file.

CVE-2017-0374 (2017-05-10)

Loads models from a local directory, making it possible to substitute the model.

NAME

Config::Model::Value::LayeredInclude - Include a sub layer configuration

VERSION

version 2.034

SYNOPSIS

my $object = Config::Model::Value::Include->new(
    foo  => 'bar',
    flag => 1,
);

$object->dummy;

DESCRIPTION

The author was too lazy to write a description.

METHODS

new

my $object = Config::Model::Value::Include->new(
    foo => 'bar',
);

The new constructor lets you create a new Config::Model::Value::Include object.

So no big surprises there...

Returns a new Config::Model::Value::Include or dies on error.

dummy

This method does something... apparently.

SUPPORT

No support is available

AUTHOR

Copyright 2011 Anonymous.