File: Makefile.PL

package info (click to toggle)
libmime-base64-perl 2.11-2
  • links: PTS
  • area: main
  • in suites: potato
  • size: 68 kB
  • ctags: 8
  • sloc: perl: 162; makefile: 35
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', },
);