[t/spec] Add tricky tests (which pass after latest Rakudo patch), unfudge old simple...
[pugs.git] / ext / Config-Tiny / Makefile.PL
blobadfaf044f649d1b715ec81108d8e9a874763306a
1 use strict;
2 use lib "../..", "../../inc";
3 use inc::Module::Install prefix => '../../inc';
5 name       ('Config::Tiny');
6 version    ('0.01');
7 abstract   ('Read/Write .ini style files with as little code as possible');
8 author     ('Joshua Gatcomb <Limbic_Region_2000@Yahoo.com>');
9 license    ('perl');
11 WritePugs  (6);