Skip to content

Commit 171fbc8

Browse files
authored
Create README.md
1 parent 6f3ea7d commit 171fbc8

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

README.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# app-cpanmodulesite
2+
Automatically create a GitHub Pages site for a CPAN module
3+
4+
## Description
5+
6+
For more information about this module and the motivation behind it, please see
7+
[this blog post](https://dev.to/davorg/easier-web-sites-for-cpan-modules-1nn4).
8+
9+
## Installation
10+
11+
This module can be installed using any of the standard methods for installing
12+
CPAN modules. These include:
13+
14+
* cpanminus - `cpanm App::CPANModuleSite`
15+
* cpan - `cpan App::CPANModuleSite`
16+
17+
Or the old method of downloading the tarball from the
18+
[CPAN page](https://metacpan.org/release/App-CPANModuleSite) and running these steps:
19+
20+
* `perl Makefile.PL`
21+
* `make`
22+
* `make test`
23+
* `sudo make install`
24+
25+
Once installed you can access the documentation for the module by running:
26+
27+
* `perldoc App::CPANModuleSite`
28+
29+
But for more people you'll be using the bundled `mksite` command-line tool and
30+
you can get the documentation for that by running:
31+
32+
* `perldoc mksite`
33+
34+
## Module web site
35+
36+
As you might expect for a CPAN module that allows you to create web sites for
37+
your CPAN modules, this module has a web site. It's at:
38+
39+
* [https://davorg.dev/app-cpanmodulesite](https://davorg.dev/app-cpanmodulesite)
40+
41+
## Author
42+
43+
This module was written by Dave Cross (dave@perlhacks.com) and he'd love to hear
44+
your opinions on his work.

0 commit comments

Comments
 (0)