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