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

NAME

App::CPANModuleSite - Automatically create a web site for a CPAN module.

SYNOPSIS

    # From a command line
    $ mksite My::Lovely::Module

It's probably not particularly useful to use the class directly.

METHODS

run

The main driver method for the class. Does the following steps:

  • Creates a list of input files

  • Uses Template Toolkit to process the templates

  • Copies any non-template files into the output tree

  • Creates a HTML version of the Pod from all the modules

AUTHOR

Dave Cross <dave@perlhacks.com>

SEE ALSO

mksite

COPYRIGHT AND LICENSE

Copyright (C) 2021, Magnum Solutions Ltd. All Rights Reserved.

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