pod-simple-select Mercurial
Brought to you by:
frappaz
| File | Date | Author | Commit |
|---|---|---|---|
| lib | 2017-06-02 |
|
[3aa254] Corrected test, Log::Any instead of Log4perl |
| t | 2017-06-02 |
|
[3aa254] Corrected test, Log::Any instead of Log4perl |
| Changes | 2017-06-02 |
|
[3aa254] Corrected test, Log::Any instead of Log4perl |
| INSTALL | 2017-06-02 |
|
[3aa254] Corrected test, Log::Any instead of Log4perl |
| LICENSE | 2017-04-13 |
|
[586be1] First commit |
| MANIFEST | 2017-04-25 |
|
[c16501] Updated Manifest |
| Makefile | 2017-06-02 |
|
[3aa254] Corrected test, Log::Any instead of Log4perl |
| Makefile.PL | 2017-06-02 |
|
[3aa254] Corrected test, Log::Any instead of Log4perl |
| README | 2017-06-02 |
|
[3aa254] Corrected test, Log::Any instead of Log4perl |
| Todo | 2017-04-13 |
|
[586be1] First commit |
NAME
Pod::Simple::Select - Select parts in a file using pod directives
VERSION
Version 0.002
INSTALLATION
To install Pod::Simple::Select, cd to the directory that contains this
file and type the following:
perl Makefile.PL
make
make test
make install
On windows use nmake or dmake instead of make.
To install this module into a specific directory, do: perl Makefile.PL
PREFIX=/name/of/the/directory ...the rest is the same...
Please also read the perlmodinstall man page, if available.
DEPENDENCIES
Data::Dumper 2.16
Log::Any 1.049
Test::More 1.001014
Pod::Simple 3.32
Tie::File 1.02
Carp 1.4
DESCRIPTION
This module will extract specified sections of pod documentation from a
file. This ability is provided by the select method which arguments
specify the set of POD sections to select for processing/printing.
AUTHOR
François Rappaz CPAN ID: RAPPAZF
COPYRIGHT
François Rappaz 2017 This program is free software; you can
redistribute it and/or modify it under the same terms as Perl itself.
The full text of the license can be found in the LICENSE file included
with this module.