make sure we don't leak in our DB fiddling
[gitmo/Package-Stash-XS.git] / Makefile.PL
CommitLineData
59017825 1use 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
8WriteMakefile(
9 NAME => 'Package::Stash',
10);