summaryrefslogblamecommitdiffstats
path: root/Makefile.PL
blob: 9bd39e1360692a1127c9dd157efe359adfed28a7 (plain) (tree)
1
2
3
4
5
6
7
8
9
10


                                                                             
 



                                              

              
                                 
  
# This module uses Dist::Zilla for development. This Makefile.PL will let you
# run the tests, but you are encouraged to install Dist::Zilla and the needed
# plugins if you intend on doing any serious hacking.

use strict;
use warnings;

use ExtUtils::MakeMaker::Dist::Zilla::Develop;

WriteMakefile(
    NAME => 'Package::Stash::XS',
);