Skip to content

davorg-cpan/app-cpanmodulesite

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
bin
 
 
 
 
 
 
 
 
t
 
 
 
 
 
 
 
 
 
 
 
 
 
 

app-cpanmodulesite

Automatically create a GitHub Pages site for a CPAN module

Description

For more information about this module and the motivation behind it, please see this blog post.

Installation

This module can be installed using any of the standard methods for installing CPAN modules. These include:

  • cpanminus - cpanm App::CPANModuleSite
  • cpan - cpan App::CPANModuleSite

Or the old method of downloading the tarball from the CPAN page and running these steps:

  • perl Makefile.PL
  • make
  • make test
  • sudo make install

Once installed you can access the documentation for the module by running:

  • perldoc App::CPANModuleSite

But for more people you'll be using the bundled mksite command-line tool and you can get the documentation for that by running:

  • perldoc mksite

Module web site

As you might expect for a CPAN module that allows you to create web sites for your CPAN modules, this module has a web site. It's at:

Author

This module was written by Dave Cross (dave@perlhacks.com) and he'd love to hear your opinions on his work.

About

Automatically create a GitHub Pages site for a CPAN module

Resources

Stars

Watchers

Forks

Packages

No packages published