develooper Front page | perl.perl5.porters | Postings from March 2013

Re: [perl.git] branch blead, updated. v5.17.9-141-g352d600

Thread Previous
From:
Ricardo Signes
Date:
March 12, 2013 03:51
Subject:
Re: [perl.git] branch blead, updated. v5.17.9-141-g352d600
Message ID:
20130312035130.GA13554@cancer.codesimply.com
* Chris 'Bingos' Williams <chris@bingosnet.co.uk> [2013-03-11T15:05:38]
> diff --git a/dist/Module-CoreList/corelist b/dist/Module-CoreList/corelist
> index fe56d97..b012c5e 100644
> --- a/dist/Module-CoreList/corelist
> +++ b/dist/Module-CoreList/corelist
> @@ -227,8 +227,8 @@ if ($Opts{diff}) {
>  }
>  
>  if ($Opts{feature}) {
> -    die "\n--feature is only available with perl v5.9.5 or greater\n"
> -      if $] < 5.009005;
> +    die "\n--feature is only available with perl v5.16.0 or greater\n"
> +      if $] < 5.016;

This surprised me.  Why can't it work if I install a recent Module-CoreList
onto my perl 5.10.1 install?

-- 
rjbs

Thread Previous


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About