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