Hi Folks

In my Build.PL I have:
 requires =>
 {
         Carp            => 0,
         perl            => '5.005_62',
         XML::Parser     => 0,
         XML::Records    => 0,
         XML::TokeParser => 0,
 },
which appears to work, but I only have V 5.10.0 installed.
So the first question is: Is that correct?

Then, in my Makefile.PL I have:
 NAME      => 'DBIx::Admin::BackupRestore',
 PERL      => 5.005_62,
 PL_FILES  => {},
which does not work, since I get this error:

/bin/sh: /home/ron/perl.modules/DBIx-Admin-BackupRestore-1.12/5.00562:
No such file or directory

So the second question is, what's the Makefile.PL equivalent of:
 perl            => '5.005_62',

TIA.
-- 
Ron Savage
[EMAIL PROTECTED]
http://savage.net.au/index.html


Reply via email to