a814959b8c
Base64 and Quoted-Printable encodings
11 lines
425 B
Plaintext
11 lines
425 B
Plaintext
$OpenBSD: patch-Makefile_PL,v 1.1.1.1 2005/01/14 17:44:26 todd Exp $
|
|
--- Makefile.PL.orig Wed Jan 12 19:27:49 2005
|
|
+++ Makefile.PL Wed Jan 12 19:27:58 2005
|
|
@@ -6,6 +6,4 @@ WriteMakefile(
|
|
VERSION_FROM => 'Base64.pm',
|
|
EXE_FILES => [qw(encode-base64 decode-base64 encode-qp decode-qp)],
|
|
dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
|
|
- ($] >= 5.008) ?
|
|
- (INSTALLDIRS => 'perl') : (),
|
|
);
|