The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Helix::Driver - Helix Framework generic driver.

SYNOPSIS

Example driver:

    package ExampleDrv;
    use base qw/Helix::Driver/;

    # ...

Somewhere in application:

    my ($r, $example);

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

DESCRIPTION

The Helix::Driver is a base driver for all Helix Framework drivers.

SEE ALSO

Helix, Helix::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