yappo / p5-test-ppport
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (3)
- Wiki (1)
- Graphs
-
Branch:
master
commit b03bbd8698787235523f33c4978e56ceb42f236e
tree fab2017b070052b8db9c286970054148f5ff39c0
parent 8a68f0007b568753bc84ff55a6f88279cb614b0d
tree fab2017b070052b8db9c286970054148f5ff39c0
parent 8a68f0007b568753bc84ff55a6f88279cb614b0d
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
.shipit | ||
| |
Changes | ||
| |
MANIFEST.SKIP | ||
| |
Makefile.PL | ||
| |
README | ||
| |
lib/ | ||
| |
t/ | ||
| |
xt/ |
README
This is Perl module Test::PPPort.
INSTALLATION
Test::PPPort installation is straightforward. If your CPAN shell is set up,
you should just be able to do
% cpan Test::PPPort
Download it, unpack it, then build it as per the usual:
% perl Makefile.PL
% make && make test
Then install it:
% make install
DOCUMENTATION
Test::PPPort documentation is available as in POD. So you can do:
% perldoc Test::PPPort
to read the documentation online with your favorite pager.
Kazuhiro Osawa

