Front page | perl.perl5.porters |
Postings from August 2001
Re: perlmodstyle take 2
Thread Previous
|
Thread Next
From:
Philip Newton
Date:
August 12, 2001 00:15
Subject:
Re: perlmodstyle take 2
Message ID:
20010812.091800@ID-11583.news.dfncis.de
On 9 Aug 01, at 0:14, Kirrily 'Skud' Robert wrote:
> =item *
>
> Specify Perl version requirements with C<use>
This implies to me "if you need at least Perl 5.8.4, then say so with
C<use 5.8.4;> rather than C<require 5.8.4;>" (or possible C<use
5.008_04;> for backwards compatibility).
> Be sure to specify Perl version requirements both in Makefile.PL and
> with C<require 5.6.1> or similar.
Yet here you use C<require>. Which is it to be? Or did I misunderstand
"Specify Perl version requirements with C<use>"? Does it, perhaps,
simply mean "Specify Perl version requirements", and the "with C<use>"
is only an example of one way to do so?
Cheers,
Philip
--
Philip Newton <Philip.Newton@gmx.net>
Thread Previous
|
Thread Next