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

NAME

inc::Module::JSAN - Module::JSAN configuration system

SYNOPSIS

  use inc::Module::JSAN;

DESCRIPTION

This is a loader module for Module::JSAN. It doesn't provide any functionality by itself, please refer to Module::JSAN documentation for a description how to create JSAN distributions.

DETAILS

This module first checks whether the inc/.author directory exists, and removes the whole inc/ directory if it does, so the module author always get a fresh inc every time they run Makefile.PL. Next, it unshifts inc into @INC, then loads Module::JSAN from there.

AUTHORS

Nickolay Platonov, <nplatonov at cpan.org>

ACKNOWLEDGEMENTS

Many thanks to Module::Install authors, on top of which this module is mostly based.

COPYRIGHT

Copyright 2009 Nickolay Platonov, <nplatonov at cpan.org>

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

See http://www.perl.com/perl/misc/Artistic.html