in reply to Re^2: RDF::Parser install problems--other option?
in thread RDF::Parser install problems--other option?
#!/usr/bin/perl use strict; use warnings; use CPAN; my @prereqs = ( "Class::MakeMethods", "File::Slurp", "IO::CaptureOutput", "LWP::UserAgent", "Regexp::Common", "Test::File", "URI::Escape", "XML::SAX", "XML::SAX::Expat"); foreach my $prereq( @prereqs) { system("pmpath $prereq"); } CPAN::Shell->install(@prereqs);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: RDF::Parser install problems--other option?
by cormanaz (Deacon) on Feb 10, 2010 at 01:33 UTC | |
by Khen1950fx (Canon) on Feb 10, 2010 at 01:51 UTC | |
by syphilis (Archbishop) on Feb 10, 2010 at 09:24 UTC | |
by cormanaz (Deacon) on Feb 10, 2010 at 14:28 UTC |