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

NAME

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

VERSION

version 0.1011

SYNOPSIS

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

METHODS

setup

Pushes your feature /lib into @INC so that controllers, views, models, etc. are included as part of the app.

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.