Skip Menu |

This queue is for tickets about the Module-Build CPAN distribution.

Report information
The Basics
Id: 1199
Status: resolved
Priority: 0/
Queue: Module-Build

People
Owner: Nobody in particular
Requestors:
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.08
Fixed in: 0.16



Subject: [DOC PATCH] Module::Build
--- Module/Build.pm.original Thu Jun 27 16:12:54 2002 +++ Module/Build.pm Thu Jun 27 16:20:40 2002 @@ -108,10 +108,10 @@ To install C<Module::Build>, and any other module that uses C<Module::Build> for its installation process, do the following: - perl Build.PL - Build # this script is created by 'perl Build.PL' - Build test - Build install + perl Build.PL # 'Build.PL' script creates the 'Build' script + ./Build # ./ needed to ensure we're using this "Build" script + ./Build test # and not another one that happens to be in the PATH + ./Build install This illustrates initial configuration and the running of three 'actions'. In this case the actions run are 'build' (the default
Date: Fri, 28 Jun 2002 10:00:12 +1000
Subject: Re: [cpan #1199] [DOC PATCH] Module::Build
From: Ken Williams <ken [...] mathforum.org>
To: bug-Module-Build [...] rt.cpan.org
On Friday, June 28, 2002, at 12:21 AM, via RT wrote: Show quoted text
> This message about Module-Build was sent to you by ELIZABETH > via rt.cpan.org > > Full context and any attached attachments can be found at: > <URL: https://rt.cpan.org/Ticket/Display.html?id=1199 > >
Thanks, I'll apply it. -Ken