Shipment

 view release on metacpan or  search on metacpan

repl.rc  view on Meta::CPAN

    'Completion',
    'CompletionDriver::Keywords', # substr, while, etc
    'CompletionDriver::LexEnv', # current environment
    'CompletionDriver::Globals', # global variables
    'CompletionDriver::INC', # loading new modules
    'CompletionDriver::Methods', # class method completion
    'CompletionDriver::Turtles', # turtle command completion
);
$_REPL->load_plugin($_) for @plugins;
$_REPL->normal_color('blue');
$Devel::REPL::Plugin::Packages::PKG_SAVE = 'main';

{
 use lib './lib';

my ($username, $password, $contract_id, $customer_number);

$username      ||= $ENV{'CANADA_POST_USERNAME'};
$password ||= $ENV{'CANADA_POST_PASSWORD'};
$contract_id  ||= $ENV{'CANADA_POST_CONTRACT_ID'};
$customer_number  ||= $ENV{'CANADA_POST_CUSTOMER_NUMBER'};



( run in 0.667 second using v1.01-cache-2.11-cpan-4ee56698ea0 )