App-Cpanx

 view release on metacpan or  search on metacpan

bin/cpanx  view on Meta::CPAN

#!/usr/bin/perl

use strict;
use warnings;
use Config;
use POSIX ();
use Cwd;
use ExtUtils::MakeMaker;
use Data::Dumper;

our $VERSION = "1.00";

my $cpan = "www.cpan.org";
my $cdir0 = "~/.cpanx";
my $cdir = glob($cdir0);
my $orig_cwd = Cwd::cwd();
my %modules_hash;
my $got_package_details;
my @install;



( run in 0.277 second using v1.01-cache-2.11-cpan-4d50c553e7e )