changelog
[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(
c53d2df2 9 NAME => 'Package::Stash::XS',
59017825 10);