in reply to Trouble with Test::MockDBI

Please show us, in <code></code> tags, the installation commands you tried, and the resulting error messages if any.

We're going to need more details to better understand what you're attempting, so perhaps even including your test code (again, within code tags) would help us.

Replies are listed 'Best First'.
Re^2: Trouble with Test::MockDBI
by Zenzizenzizenzic (Pilgrim) on Nov 29, 2018 at 23:15 UTC
    To install, I ran
    perl -MCPAN -e shell install Clone
    Response:
    Reading '/home/appl/perl/.cpan/Metadata' Database was generated on Tue, 27 Nov 2018 12:29:03 GMT Fetching with LWP: http://mirrors.syringanetworks.net/CPAN/authors/01mailrc.txt.gz Reading '/home/appl/perl/.cpan/sources/authors/01mailrc.txt.gz' ...................................................................... +......DONE Fetching with LWP: http://mirrors.syringanetworks.net/CPAN/modules/02packages.details.txt +.gz Reading '/home/appl/perl/.cpan/sources/modules/02packages.details.txt. +gz' Database was generated on Wed, 28 Nov 2018 12:17:02 GMT ............. New CPAN.pm version (v2.16) available. [Currently running version is v2.00] You might want to try install CPAN reload cpan to both upgrade CPAN.pm and run the new version without leaving the current session. ...............................................................DONE Fetching with LWP: http://mirrors.syringanetworks.net/CPAN/modules/03modlist.data.gz Reading '/home/appl/perl/.cpan/sources/modules/03modlist.data.gz' DONE Writing /home/appl/perl/.cpan/Metadata Clone is up to date (0.41).
    When I ran the test script (no tests actually in yet, just the use statements to validate the install)
    Reading '/home/appl/perl/.cpan/Metadata' Database was generated on Tue, 27 Nov 2018 12:29:03 GMT Fetching with LWP: http://mirrors.syringanetworks.net/CPAN/authors/01mailrc.txt.gz Reading '/home/appl/perl/.cpan/sources/authors/01mailrc.txt.gz' ...................................................................... +......DONE Fetching with LWP: http://mirrors.syringanetworks.net/CPAN/modules/02packages.details.txt +.gz Reading '/home/appl/perl/.cpan/sources/modules/02packages.details.txt. +gz' Database was generated on Wed, 28 Nov 2018 12:17:02 GMT ............. New CPAN.pm version (v2.16) available. [Currently running version is v2.00] You might want to try install CPAN reload cpan to both upgrade CPAN.pm and run the new version without leaving the current session. ...............................................................DONE Fetching with LWP: http://mirrors.syringanetworks.net/CPAN/modules/03modlist.data.gz Reading '/home/appl/perl/.cpan/sources/modules/03modlist.data.gz' DONE Writing /home/appl/perl/.cpan/Metadata Clone is up to date (0.41).