Change 18685 by ams@lustre on 2003/02/10 03:44:07

        No, we don't really want the utility scripts.

Affected files ...

... //depot/perl/MANIFEST#976 edit
... //depot/perl/ext/MIME/Base64/Makefile.PL#4 edit
... //depot/perl/ext/MIME/Base64/decode-base64#2 delete
... //depot/perl/ext/MIME/Base64/decode-qp#2 delete
... //depot/perl/ext/MIME/Base64/encode-base64#2 delete
... //depot/perl/ext/MIME/Base64/encode-qp#2 delete

Differences ...

==== //depot/perl/MANIFEST#976 (text) ====
Index: perl/MANIFEST
--- perl/MANIFEST#975~18680~    Sun Feb  9 09:39:33 2003
+++ perl/MANIFEST       Sun Feb  9 19:44:07 2003
@@ -500,10 +500,6 @@
 ext/MIME/Base64/Changes                MIME::Base64 extension
 ext/MIME/Base64/Makefile.PL    MIME::Base64 extension
 ext/MIME/Base64/QuotedPrint.pm MIME::Base64 extension
-ext/MIME/Base64/encode-qp      MIME::Base64 utility
-ext/MIME/Base64/decode-qp      MIME::Base64 utility
-ext/MIME/Base64/encode-base64  MIME::Base64 utility
-ext/MIME/Base64/decode-base64  MIME::Base64 utility
 ext/MIME/Base64/t/base64.t     See whether MIME::Base64 works
 ext/MIME/Base64/t/quoted-print.t       See whether MIME::QuotedPrint works
 ext/MIME/Base64/t/unicode.t    See whether MIME::Base64 works

==== //depot/perl/ext/MIME/Base64/Makefile.PL#4 (text) ====
Index: perl/ext/MIME/Base64/Makefile.PL
--- perl/ext/MIME/Base64/Makefile.PL#3~18642~   Mon Feb  3 00:26:36 2003
+++ perl/ext/MIME/Base64/Makefile.PL    Sun Feb  9 19:44:07 2003
@@ -4,6 +4,5 @@
 WriteMakefile(
     NAME        => 'MIME::Base64',
     VERSION_FROM => 'Base64.pm',
-    EXE_FILES    => [qw(encode-base64 decode-base64 encode-qp decode-qp)],
     dist         => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
 );
End of Patch.

Reply via email to