Skip Menu |

This queue is for tickets about the ExtUtils-MakeMaker CPAN distribution.

Report information
The Basics
Id: 34290
Status: resolved
Priority: 0/
Queue: ExtUtils-MakeMaker

People
Owner: Nobody in particular
Requestors: schwern [...] pobox.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Better docs for MAN1PODS]
Date: Thu, 20 Mar 2008 12:21:42 -0700
To: via RT <bug-ExtUtils-MakeMaker [...] rt.cpan.org>
From: Michael G Schwern <schwern [...] pobox.com>
Show quoted text
-------- Original Message -------- Subject: Re: Using MAN1PODS Date: Thu, 20 Mar 2008 12:10:51 +0000 From: Alberto Simões <albie@alfarrabio.di.uminho.pt> Reply-To: albie@alfarrabio.di.uminho.pt Organization: Departamento de Informática - Universidade do Minho To: Michael G Schwern <schwern@pobox.com> CC: MakeMaker <makemaker@perl.org> References: <47E18681.2070808@alfarrabio.di.uminho.pt> <47E1912A.3060808@pobox.com> Michael G Schwern wrote:
> Patches welcome.
My English is not brilliant. But it might help future head-bangs. Cheers ambs -- 124. Two drink limit does not mean first and last. -- The 213 Things Skippy Is No Longer Allowed To Do In The U.S. Army http://skippyslist.com/list/
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', > }, >
Finally patched in.