Alien-IE7

 view release on metacpan or  search on metacpan

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

package MY::Build;

use strict;
use warnings;
use base qw(Module::Build);
use File::Copy qw(copy);

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

sub ie7_archive {
    return 'IE7_0_9.zip';
}

sub ie7_dir {
    return 'IE7_0_9';



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