Alien-InteractiveBrokers

 view release on metacpan or  search on metacpan

inc/MY/Build.pm  view on Meta::CPAN

use base qw( Module::Build );
use strict;
use warnings;
use vars qw( $VERSION );
BEGIN {
    $VERSION = '9.6602';
}

sub ACTION_code {
    my $self = shift;
    $self->SUPER::ACTION_code;
    $self->fetch_ibapi();
    $self->install_ibapi();
}

sub ibapi_archive {
    return 'twsapi_unixmac_966.jar';
}

sub ibapi_dir {
    return 'IBJts';



( run in 1.112 second using v1.01-cache-2.11-cpan-49f99fa48dc )