Dominique Dumont > Config-Model > Config::Model::Value::LayeredInclude

Download:
Config-Model-2.017.tar.gz

Dependencies

Annotate this POD

Website

CPAN RT

Open  2
View/Report Bugs
Module Version: 2.017   Source  

NAME ^

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

VERSION ^

version 2.017

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.

syntax highlighting: