Eidolon::Driver - Eidolon generic driver.


Eidolon documentation  | view source Contained in the Eidolon distribution.

Index


NAME

Top

Eidolon::Driver - Eidolon generic driver.

SYNOPSIS

Top

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

Top

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

SEE ALSO

Top

Eidolon, Eidolon::Core::Loader

LICENSE

Top

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

AUTHOR

Top

Anton Belousov, <abel@cpan.org>

COPYRIGHT

Top


Eidolon documentation  | view source Contained in the Eidolon distribution.