27 lines
751 B
Diff
27 lines
751 B
Diff
From 303ab6e8babc56ca8453ae62e87492592dc7e2f1 Mon Sep 17 00:00:00 2001
|
|
From: Stefan Fritsch <sf@sfritsch.de>
|
|
Date: Sun, 22 Apr 2012 22:48:31 +0200
|
|
Subject: [PATCH 07/28] add new constant CRLF_ASCII
|
|
|
|
---
|
|
lib/ModPerl/Code.pm | 3 ++-
|
|
1 file changed, 2 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/lib/ModPerl/Code.pm b/lib/ModPerl/Code.pm
|
|
index e43f77c..98b037d 100644
|
|
--- a/lib/ModPerl/Code.pm
|
|
+++ b/lib/ModPerl/Code.pm
|
|
@@ -889,7 +889,8 @@ EOF
|
|
|
|
if ($name eq 'DECLINE_CMD' ||
|
|
$name eq 'DIR_MAGIC_TYPE' ||
|
|
- $name eq 'CRLF') {
|
|
+ $name eq 'CRLF' ||
|
|
+ $name eq 'CRLF_ASCII') {
|
|
print $c_fh <<EOF;
|
|
return newSVpv($alias{$name}, 0);
|
|
EOF
|
|
--
|
|
1.7.11.4
|
|
|