[t/spec] Add some new series operator tests.
[pugs.git] / perl5 / Regexp-Parser-ConvertToSix / Makefile.PL
blob201f6c90c77a3e594fc7b020e79dc6d7e4bb5193
1 use strict;
2 use warnings;
3 use ExtUtils::MakeMaker;
5 WriteMakefile(
6     NAME                => 'Regexp::Parser::ConvertToSix',
7     AUTHOR              => 'Pugs Team <perl6-compiler@perl.org>',
8     VERSION_FROM        => 'lib/Regexp/Parser/ConvertToSix.pm',
9     ABSTRACT_FROM       => 'lib/Regexp/Parser/ConvertToSix.pm',
10     PL_FILES            => {},
11     PREREQ_PM => {
12         'Test::More' => 0,
13         'version'    => 0,
14     },
15     dist                => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
16     clean               => { FILES => 'Regexp-Parser-ConvertToSix-*' },