File: Makefile.PL

package info (click to toggle)
libmime-base64-perl 2.12-4
  • links: PTS
  • area: main
  • in suites: woody
  • size: 72 kB
  • ctags: 9
  • sloc: perl: 155; makefile: 55
file content (8 lines) | stat: -rw-r--r-- 186 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
require 5.002;
use ExtUtils::MakeMaker;

WriteMakefile(
    NAME	 => 'MIME::Base64',
    VERSION_FROM => 'Base64.pm',
    dist         => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
);