[t/spec] Partial update to trig test generating code to be smarter.
[pugs.git] / ext / URI / Makefile.PL
blob9ec33c1a24d1e95e1d6a8b3a4c9e85e2765a9b32
1 use lib "../../", "../../inc";
2 use inc::Module::Install prefix => '../../inc';
4 name       ('URI');
5 version    ('0.01');
6 abstract   ('Encoding and decoding of base64 strings');
7 author     ('Aankhen');
8 license    ('perl');
10 WritePugs  (6);