App-Spoor

 view release on metacpan or  search on metacpan

bin/spoor_installer  view on Meta::CPAN

#!/usr/bin/perl -T

use strict;
use warnings;
use utf8;
use v5.10;
use Term::ANSIColor;

use App::Spoor::Installer;

print color('bold blue');
print "Welcome to the Spoor installer\n";
print color('reset');

my ($login_log_path, $access_log_path, $error_log_path, $api_identifier, $api_secret);

print "Please provide the path to the CPanel login log\n";
chomp($login_log_path = <STDIN>);

print "Please provide the full path to the CPanel access log\n";
chomp($access_log_path = <STDIN>);



( run in 0.390 second using v1.01-cache-2.11-cpan-5dc5da66d9d )