misc fixes suggested by Alias
[p5sagit/Try-Tiny.git] / Makefile.PL
CommitLineData
3176feef 1use strict;
2
3use ExtUtils::MakeMaker;
4
5WriteMakefile(
6 NAME => 'Try::Tiny',
7 VERSION_FROM => 'lib/Try/Tiny.pm',
8 INSTALLDIRS => 'site',
9 SIGN => 1,
10 PL_FILES => { },
11 PREREQ_PM => { },
12);