NAME

Nile::Autouse - Load classes automatically

SYNOPSIS

use Nile::Autouse;

my $obj = My::Class->new; # loads My/Class.pm

DESCRIPTION

Nile::Autouse Run-time load a class the first time you call a method in it.

LICENSE

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