I'm trying to set up testing of database calls, and I am unable to get the Test::MockDBI to work completely. I was able to download that module and get it to install, but it looked for Clone. This I was unable to get to install. The setup at work has all the Perl installtion default to a build server (Solaris 10). The server I'm using is RHEL. The file system the install would go to is read only on the Linux side, write only on the local, Solaris side. When I did the install Clone command, the file seems to have installed correctly, but is the Solaris version. Is there a way to get the Linux version in this setup?
Thank you