summaryrefslogtreecommitdiff
path: root/ext/MIME
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-06-04 12:55:39 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-06-04 12:55:39 +0000
commit2570cdf10e029e79aea6f367c31eb4d83b4b6f66 (patch)
tree4fb82e881410776b11df8d3de17f77c4c3f4755d /ext/MIME
parenta7c85e4f5cc80b251f4d124c0fd790a9ddde2735 (diff)
downloadperl-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.pm2
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;