actually, this isn't our fault, this is just generic 5.8 brokenness
[gitmo/Package-Stash-XS.git] / Makefile.PL
1 # This module uses Dist::Zilla for development. This Makefile.PL will let you
2 # run the tests, but you are encouraged to install Dist::Zilla and the needed
3 # plugins if you intend on doing any serious hacking.
4
5 use strict;
6 use warnings;
7
8 use ExtUtils::MakeMaker::Dist::Zilla::Develop;
9
10 WriteMakefile(
11     NAME => 'Package::Stash::XS',
12 );