[t/spec] Add tricky tests (which pass after latest Rakudo patch), unfudge old simple...
[pugs.git] / ext / Module-Pluggable-Fast / Makefile.PL
blob95300f89149cfa2f8d46614c524d465bf40cf468
1 use strict;
2 use lib "../..", "../../inc";
3 use inc::Module::Install prefix => '../../inc';
5 name       ('Module::Pluggable::Fast');
6 version    ('6.00');
7 abstract   ('Fast plugins');
8 author     ('Sebastian Riedel <sri@oook.de>');
9 license    ('perl');
11 WritePugs  (6);