* 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? -- rjbsThread Previous