1dc4da083e9645da914063340dfb41b8ec7a6db2
[p5sagit/Safe-Isa.git] / Makefile.PL
1 use strict;
2 use warnings FATAL => 'all';
3 use 5.008001;
4 use ExtUtils::MakeMaker;
5 (do 'maint/Makefile.PL.include' or die $@) unless -f 'META.yml';
6
7 WriteMakefile(
8   NAME => 'Safe-Isa',
9   VERSION_FROM => 'lib/Safe/Isa.pm',
10 );