NAME

Hyper::Singleton::Container::Validator - a Hyper::Singleton::Container with additional features for validators.

VERSION

This document describes Hyper::Singleton::Container::Validator 0.01

SYNOPSIS

use Hyper::Singleton::Container::Validator;

my $singleton    = Hyper::Singleton::Container::Validator->singleton();
my $new_instance = Hyper::Singleton::Container::Validator->new();

DESCRIPTION

Hyper::Singleton::Container::Validator inherits from Hyper::Singleton::Container.

SUBROUTINES/METHODS

add_validators_of

$object->add_validators_of({
    $name_of_another_object => \@validators
});

Add Validators for a named object.

get_validators_of

$object->get_validators_of($name_of_another_object);

Get Validators of a named object.

DIAGNOSTICS

CONFIGURATION AND ENVIRONMENT

DEPENDENCIES

  • version

  • Class::Std::Storable

  • Hyper::Singleton::Container

INCOMPATIBILITIES

BUGS AND LIMITATIONS

RCS INFORMATIONS

Last changed by

$Author: $

Id

$Id: $

Revision

$Revision: $

Date

$Date: $

HeadURL

$HeadURL: $

AUTHOR

Andreas Specht <ACID@cpan.org>

LICENSE AND COPYRIGHT

Copyright (c) 2007, Andreas Specht <ACID@cpan.org>. All rights reserved.

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.