Release commit for 1.001000
[p5sagit/Package-Variant.git] / Makefile.PL
CommitLineData
eacc208a 1use strict;
2use warnings FATAL => 'all';
3use ExtUtils::MakeMaker;
4
6980ac23 5(do 'maint/Makefile.PL.include' or die $@) unless -f 'META.yml';
6
eacc208a 7WriteMakefile(
8 NAME => 'Package-Variant',
9 VERSION_FROM => 'lib/Package/Variant.pm',
10 PREREQ_PM => {
11 strictures => 1,
12 Carp => 0,
13 },
14);