Re: makepmdist by merlyn- February 18, 2002 >>>>> "Michael" == Michael G Schwern <schwernpobox.com> writes:Michael> On Sun, Feb 17, 2002 at 12:07:44AM -0600, Elaine -HFB- Ashton wrote:>> mkdir requires a mode argumentMichael> The mode argument is optional. Defaults to 0777 (mod your umask).Only in recent Perls. 5.5.3 is not recent enough, for example.-- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095<merlynstonehenge.com>...http://www.nntp.perl.org/group/perl.cpan.workers/2002/02/msg101.html Re: makepmdist by Michael G Schwern- February 17, 2002 On Sun, Feb 17, 2002 at 12:07:44AM -0600, Elaine -HFB- Ashton wrote:> mkdir requires a mode argumentThe mode argument is optional. Defaults to 0777 (mod your umask).-- Michael G. Schwern <schwernpobox.com> http:www.pobox.comschwernPerl Quality Assurance <perl-qaperl.org> Kwalitee Is Job OneThe desired effect is what you get when you improve your interplanetary funksmanship.http://www.nntp.perl.org/group/perl.cpan.workers/2002/02/msg100.html Re: makepmdist by Elaine -HFB- Ashton- February 16, 2002 Sean M. Burke sburkecpan.org quoth:>I&39;ve written a program called makepmdist (which I&39;m planning to put in>CPAN, once I get a bit of feedback on it) that simplifies the task of>making a dist of a single module. It&39;s not meant to handle every kind of>module in CPAN. It&39;s just meant to the common case of a pure-Perl modules>that is the only module in its dist. (For example, that describes about>half of the dists in my CPAN directory.)mkdir requires a mode argument.http://www.nntp.perl.org/group/perl.cpan.workers/2002/02/msg99.html makepmdist by Sean M. Burke- February 16, 2002 I&39;ve written a program called makepmdist (which I&39;m planning to put inCPAN, once I get a bit of feedback on it) that simplifies the task ofmaking a dist of a single module. It&39;s not meant to handle every kind ofmodule in CPAN. It&39;s just meant to the common case of a pure-Perl modulesthat is the only module in its dist. (For example, that describes abouthalf of the dists in my CPAN directory.)Basically, you say "makepmdist Foo.pm" and it does some very...http://www.nntp.perl.org/group/perl.cpan.workers/2002/02/msg98.html |