summaryrefslogtreecommitdiffstats
path: root/Makefile.PL
blob: 9791d1cc126e16c47d2b6c634892381135199b13 (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',
);