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

NAME

Module::Install::ORLite2Pod - Updates the Pod for an ORLite generated distribution.

SYNOPSIS

  # in Makefile.PL
  use inc::Module::Install;
  orlite2pod('My::Project::DB', 'lib', 'Adam Kennedy', 'adamk@cpan.org', '2009');

DESCRIPTION

Module::Install::ORLite2Pod is a Module::Install plugin to automatically update the Pod for ORLite modules 'make dist'.

AUTHOR

Sven Dowideit <sdowideit@cpan.org>

LICENSE

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

SEE ALSO

Module::Install