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

NAME

Eidolon::Driver - Eidolon generic driver.

SYNOPSIS

Example driver:

    package ExampleDriver;
    use base qw/Eidolon::Driver/;

    # ...

Somewhere in application:

    my ($r, $example);

    $r = Eidolon::Core::Registry->get_instance;
    $example = $r->loader->get_object("ExampleDriver");
    $example->wow("It works!");

DESCRIPTION

The Eidolon::Driver is a base driver for all Eidolon drivers.

SEE ALSO

Eidolon, Eidolon::Core::Loader

LICENSE

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

AUTHOR

Anton Belousov, <abel@cpan.org>

COPYRIGHT

Copyright (c) 2009, Atma 7, http://www.atma7.com