From: Jonathan Stowe [mailto:gellyfish@gellyfish.com] > I inadvertently added a -w when editing the shebang line of the latest > h2xs - I thought I would fix the warnings rather than remove it :) Why not add a C<use warnings> instead? > > --- utils/h2xs.PL~ Thu Mar 29 07:41:19 2001 > +++ utils/h2xs.PL Thu Mar 29 09:25:39 2001 > @@ -26,7 +26,7 @@ > # You can use $Config{...} to use Configure variables. > > print OUT <<"!GROK!THIS!"; > -$Config{startperl} > +$Config{startperl} -w > eval 'exec $Config{perlpath} -S \$0 \${1+"\$@"}' > if \$running_under_some_shell; ... Paul _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.comThread Previous | Thread Next