allow passing anonymous stashes to the constructor
[gitmo/Package-Stash-XS.git] / Makefile.PL
CommitLineData
a834a14a 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.
59017825 4
a834a14a 5use strict;
6use warnings;
7
8use ExtUtils::MakeMaker::Dist::Zilla::Develop;
59017825 9
10WriteMakefile(
c53d2df2 11 NAME => 'Package::Stash::XS',
59017825 12);