Re: Using MAN1PODS
[email protected] (Alberto Simões)
| Newsgroups | perl.makemaker |
|---|---|
| Organization | Departamento de Informática - Universi dade do Minho |
| Message-ID | <[email protected]> |
Michael G Schwern wrote:
> Patches welcome.
My English is not brilliant. But it might help future head-bangs.
Cheers
ambs
--
Alberto Simões - Departamento de Informática - Universidade do Minho
Campus de Gualtar - 4710-057 Braga - Portugal
MM.diff
(text/plain, 419 B)
diff -r ExtUtils-MakeMaker-6.44/lib/ExtUtils/MakeMaker.pm ExtUtils-MakeMaker-mine/lib/ExtUtils/MakeMaker.pm
1796a1797,1805
> This hash should map POD files (or scripts containing POD) to the
> man file names under the C<blib/man1/> directory, as in the following
> example:
>
> MAN1PODS => {
> 'doc/command.pod' => 'blib/man1/command.1',
> 'scripts/script.pl' => 'blib/man1/script.1',
> },
>