changelog
[gitmo/Package-Stash-XS.git] / Makefile.PL
1 use ExtUtils::MakeMaker;
2
3 # NOTE:
4 # this is a very simple Makefile.PL i only use to build the distribution locally
5 # while working on it the real Makefile.PL, with all required information like
6 # dependencies, is generated later by Dist::Zilla
7
8 WriteMakefile(
9     NAME => 'Package::Stash',
10 );