repo.or.cz
/
pugs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[t/spec] Add tricky tests (which pass after latest Rakudo patch), unfudge old simple...
[pugs.git]
/
ext
/
Config-Tiny
/
Makefile.PL
blob
adfaf044f649d1b715ec81108d8e9a874763306a
1
use strict;
2
use lib "../..", "../../inc";
3
use inc::Module::Install prefix => '../../inc';
4
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');
10
11
WritePugs (6);