
Module::Install::Stardoc - Stardoc Support for Module::Install

In Makefile.PL:
use inc::Module::Install;
stardoc_make_pod;
all_from 'lib/Foo.pm';
stardoc_clean_pod;

The stardoc_make_pod command generates a pod file from every .pm file in your lib/ directory that contains Stardoc documentation.
The stardoc_clean_pod command tells make clean to remove the generated pod files.

Ingy döt Net <ingy@cpan.org>

Copyright (c) 2011. Ingy döt Net.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.