Skip to content

Instantly share code, notes, and snippets.

@dur-randir
Created January 15, 2018 19:03
Show Gist options
  • Save dur-randir/08eefd00554700573229eb34cd996ba1 to your computer and use it in GitHub Desktop.
Save dur-randir/08eefd00554700573229eb34cd996ba1 to your computer and use it in GitHub Desktop.
use ExtUtils::MakeMaker;
use ExtUtils::Depends;
my $package = ExtUtils::Depends->new('Foo', 'XS::Object::Magic');
WriteMakefile(
NAME => 'Foo',
$package->get_makefile_vars(),
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment