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

NAME

CatalystX::Features::Lib - Push your /lib into @INC

VERSION

version 0.14

SYNOPSIS

        use Catalyst qw/
                        CatalystX::Features
                        CatalystX::Features::Lib
                /;

METHODS

setup

Pushes your feature /lib in @INC.

TODO

Warn when there are duplicate lib files.

AUTHORS

        Rodrigo de Oliveira (rodrigolive), C<rodrigolive@gmail.com>

LICENSE

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