Re: CPAN::SDKMaker
[email protected] (Tim Bunce) Thu, 7 Mar 2002 10:33:29 +0000
| Newsgroups | perl.sdk |
|---|---|
| Message-ID | <[email protected]> |
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/[email protected]/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.