root/ext/MIME-Base64/Makefile.PL

Revision 5904, 253 bytes (checked in by iblech, 3 years ago)

* Usual svn props.
* PIL2JS:

  • Property svn:mime-type set to text/plain; charset=UTF-8
  • Property svn:eol-style set to native
Line 
1use lib "../../", "../../inc";
2use inc::Module::Install prefix => '../../inc';
3
4name       ('MIME-Base64');
5version    ('0.01');
6abstract   ('Encoding and decoding of base64 strings');
7author     ('David Formosa');
8license    ('perl');
9
10WritePugs  (6);
Note: See TracBrowser for help on using the browser.