in reply to Error while installing Params::Validate module

No subtests run

Not much to go on. Do you get any useful diagnostic if you run (eg) perl -Mblib t/01-validate.t

Cheers,
Rob

Replies are listed 'Best First'.
Re^2: Error while installing Params::Validate module
by pawel (Initiate) on Jul 08, 2013 at 12:47 UTC
    I get this:
    Can't locate Module/Runtime.pm in @INC (you may need to install the Mo +dule::Runtime module) (@INC contains: t/lib /home/pawel/Downloads/Cir +cos/Params-Validate-1.08/blib/arch /home/pawel/Downloads/Circos/Param +s-Validate-1.08/blib/lib /usr/local/lib/perl5/site_perl/5.18.0/x86_64 +-linux /usr/local/lib/perl5/site_perl/5.18.0 /usr/local/lib/perl5/5.1 +8.0/x86_64-linux /usr/local/lib/perl5/5.18.0 .) at /usr/local/lib/per +l5/site_perl/5.18.0/Module/Implementation.pm line 9. BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5. +18.0/Module/Implementation.pm line 9. Compilation failed in require at /home/pawel/Downloads/Circos/Params-V +alidate-1.08/blib/lib/Params/Validate.pm line 12. BEGIN failed--compilation aborted at /home/pawel/Downloads/Circos/Para +ms-Validate-1.08/blib/lib/Params/Validate.pm line 12. Compilation failed in require at t/lib/PVTests/Standard.pm line 6. BEGIN failed--compilation aborted at t/lib/PVTests/Standard.pm line 6. Compilation failed in require at t/01-validate.t line 7. BEGIN failed--compilation aborted at t/01-validate.t line 7.
        Yep, that worked on its own. Thank you all for help!