in reply to Looking for David Burdick
#!/usr/bin/perl use strict; use warnings; use CPAN; my (@mods) = qw( Exporter Carp XSLoader AutoLoader Text::Template Module::Load MRO::Compat File::Temp Sub::Install Data::OptList lib ExtUtils::CBuilder Scalar::Util Test::More Params::Util IO::Handle Sub::Exporter Data::Section File::Spec ExtUtils::MakeMaker base Software::License Software::License::Boost_1_0 Boost::Graph ); foreach my $mod(@mods) { CPAN::Shell->install($mod); } exit 0;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Looking for David Burdick
by davido (Cardinal) on Oct 23, 2013 at 19:02 UTC | |
by Ea (Chaplain) on Oct 24, 2013 at 09:56 UTC | |
|
Re^2: Looking for David Burdick
by Ea (Chaplain) on Oct 24, 2013 at 09:35 UTC | |
|
Re^2: Looking for David Burdick
by marto (Cardinal) on Oct 24, 2013 at 09:57 UTC | |
by DrHyde (Prior) on Oct 24, 2013 at 10:58 UTC | |
by marto (Cardinal) on Oct 24, 2013 at 11:15 UTC | |
by Khen1950fx (Canon) on Oct 24, 2013 at 17:30 UTC | |
by marto (Cardinal) on Oct 24, 2013 at 20:17 UTC | |
|