Mac-QuickBundle

 view release on metacpan or  search on metacpan

Build.PL  view on Meta::CPAN

    my( $self ) = @_;

    $self->SUPER::ACTION_code;

    my $pw_src = 'PerlWrapper';
    my $pw_dst = 'blib/lib/Mac/QuickBundle/PerlWrapper';

    for my $file ( qw(Source/PerlInterpreter.c Source/PerlInterpreter.h
                      Source/main.c Tools/update_dylib_references.pl
                      Resources/PerlWrapperApp.icns) ) {
        $self->copy_if_modified( from => "$pw_src/$file",
                                 to   => "$pw_dst/$file" );
    }
}
EOT

my $class = Module::Build->subclass
  ( class           => 'My::Build',
    code            => $CODE,
    );



( run in 0.923 second using v1.01-cache-2.11-cpan-39bf76dae61 )