• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/Module/Build/Pluggable/H18-Mar-2013-10843

t/H18-Mar-2013-5845

xt/H18-Mar-2013-10496

.travis.ymlH A D18-Mar-201339 54

Build.PLH A D18-Mar-2013942 3527

ChangesH A D18-Mar-2013311 159

LICENSEH A D18-Mar-201318 KiB380292

MANIFESTH A D18-Mar-2013284 1817

META.jsonH A D18-Mar-20131.4 KiB5756

META.ymlH A D18-Mar-2013827 3332

READMEH A D18-Mar-20131.1 KiB4331

README

1NAME
2    Module::Build::Pluggable::ReadmeMarkdownFromPod - Make README.mkdn from
3    POD.
4
5SYNOPSIS
6        use Module::Build::Pluggable (
7            'ReadmeMarkdownFromPod',
8        );
9
10DESCRIPTION
11    This plugin generates README.mkdn from pod file.
12
13OPTIONS
14    filename
15            use Module::Build::Pluggable (
16                'ReadmeMarkdownFromPod' => {
17                    filename => 'lib/Foo.pod'
18                },
19            );
20
21        You can specify the source pod filename. If you don't specify the
22        filename, this plugin uses dist_version_from file.
23
24    clean (Default: 0)
25        If you set this flag as true value, this plugin adds README.mkdn to
26        cleanup file list.
27
28AUTHOR
29    Tokuhiro Matsuno <tokuhirom AAJKLFJEF@ GMAIL COM>
30
31    And this module is based on Module::Install::ReadmeMarkdownFromPod
32
33SEE ALSO
34    Module::Build::Pluggable, Module::Build,
35    Module::Install::ReadmeMarkdownFromPod
36
37LICENSE
38    Copyright (C) Tokuhiro Matsuno
39
40    This library is free software; you can redistribute it and/or modify it
41    under the same terms as Perl itself.
42
43