-----Original Message-----
>From: Slaven Rezic <[EMAIL PROTECTED]>
>
>I see two possibilities:
>
>* If you like to support old perls < 5.6, then you need to switch to
>  two-args open(). And maybe there's other compatiblity problems (e.g.
>  "use vars" instead of "our" etc.)
>
>* If you don't want to support old perls, then just make sure your
>  Makefile.PL has a line
>
>    use 5.006;
>
>  on top and the automated test systems will just skip the
>  distribution.
>

Yup,that's the fact.Will modify it.Thanks Slaven.

Reply via email to