summaryrefslogtreecommitdiffstats
path: root/Makefile.PL
blob: 47a3f23b2157d58f2fb2c22a11a8b0176e128b81 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
use ExtUtils::MakeMaker;

# NOTE:
# this is a very simple Makefile.PL i only use to build the distribution locally
# while working on it the real Makefile.PL, with all required information like
# dependencies, is generated later by Dist::Zilla

WriteMakefile(
    NAME => 'Package::Stash::XS',
);