|
|
Choosing A Webhost: |
Re: FULLEXT when NAME is IO-stringy: msg#00007lang.perl.modules.extutils-makemaker.devel
On Tue, 27 Jul 2004 04:26:15 -0700 (PDT), DH <crazyinsomniac@xxxxxxxxx> wrote: > The IO-stringy distribution has a Makefile.PL like > WriteMakefile( > NAME => "IO-stringy", > > so that eventually FULLEXT is IO-stringy > > sub ExtUtils::MM_Unix::init_main has > > $self->{FULLEXT} = $self->catdir(split /::/, $self->{NAME}); > > which doesn't work when an author puts in something > thats not a module name. "On two occasions, I have been asked [by members of Parliament], 'Pray, Mr. Babbage, if you put into the machine wrong figures, will the right answers come out?' I am not able to rightly apprehend the kind of confusion of ideas that could provoke such a question." -- Charles Babbage NAME takes a module after which the distribution is to be named (IO::Stringy). DISTNAME allows you to override the default distribution name (IO-Stringy). I don't know why you want it to be IO-stringy instead of IO-Stringy as it seems needlessly inconsistent, but whatever floats your boat. So to do what you want to do.... NAME => 'IO::Stringy', DISTNAME => 'IO-stringy' It is not a bug in MakeMaker.
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: FULLEXT when NAME is IO-stringy, DH |
|---|---|
| Next by Date: | Dirs layout, ownership and other questions., Ruslan U. Zakirov |
| Previous by Thread: | FULLEXT when NAME is IO-stringy, DH |
| Next by Thread: | Re: FULLEXT when NAME is IO-stringy, DH |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |