Front page | perl.sdk |
Postings from March 2002
Re: CPAN::SDKMaker
Thread Previous
|
Thread Next
From:
Tim Bunce
Date:
March 7, 2002 03:18
Subject:
Re: CPAN::SDKMaker
Message ID:
20020307103329.X74626@dansat.data-plan.com
On Thu, Mar 07, 2002 at 03:05:40PM +0800, Stas Bekman wrote:
>
> Hope that this list is alive and kicking
>
> We were discussing a module that I wrote: CPAN::Grab at module-authors
> list: http://archive.develooper.com/module-authors@perl.org/msg00331.html
> and were thinking of a better name, I've suggested CPAN::SDKMaker which
> lead me to think that it actually belongs to the SDK discussion. So what
> do you think? I've attached the description at the end
Looks good.
> % tar -xzvf FooBar-0.2.tar.gz
> % cd FooBar
Most people would expect the dir to be called FooBar-0.2 not just FooBar.
> % perl Makefile.PL && make install
>
> The last command will go through all the source packages and run:
>
> % perl Makefile.PL && make install
perl Makefile.PL && make && *make test* && make install ?
Tim.
Thread Previous
|
Thread Next