diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-04 12:55:39 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-04 12:55:39 +0000 |
commit | 2570cdf10e029e79aea6f367c31eb4d83b4b6f66 (patch) | |
tree | 4fb82e881410776b11df8d3de17f77c4c3f4755d /ext/MIME | |
parent | a7c85e4f5cc80b251f4d124c0fd790a9ddde2735 (diff) | |
download | perl-2570cdf10e029e79aea6f367c31eb4d83b4b6f66.tar.gz |
Eradicate traces of 'asciirange' re subpragma.
p4raw-id: //depot/perl@10427
Diffstat (limited to 'ext/MIME')
-rw-r--r-- | ext/MIME/Base64/QuotedPrint.pm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/MIME/Base64/QuotedPrint.pm b/ext/MIME/Base64/QuotedPrint.pm index 21110a0d74..8cf42b4881 100644 --- a/ext/MIME/Base64/QuotedPrint.pm +++ b/ext/MIME/Base64/QuotedPrint.pm @@ -74,8 +74,6 @@ require Exporter; $VERSION = sprintf("%d.%02d", q$Revision: 2.3 $ =~ /(\d+)\.(\d+)/); -use re 'asciirange'; # ranges in regular expressions refer to ASCII - sub encode_qp ($) { my $res = shift; |