Fix wording on global unquote
[gitmo/Role-Tiny.git] / Makefile.PL
CommitLineData
6d71fae7 1use strict;
2use warnings FATAL => 'all';
3use ExtUtils::MakeMaker;
4
5WriteMakefile(
6 NAME => 'Moo',
7 VERSION_FROM => 'lib/Moo.pm',
8 ABSTRACT_FROM => 'lib/Moo.pm',
9 AUTHOR => 'Matt S Trout <mst@shadowcat.co.uk>',
10 LICENSE => 'perl',
11);