1 |
diff -Nur -x '*.orig' -x '*.rej' perl-CGI-FormMagick-0.92/lib/CGI/FormMagick.pm mezzanine_patched_perl-CGI-FormMagick-0.92/lib/CGI/FormMagick.pm |
diff -Nur -x '*.orig' -x '*.rej' perl-CGI-FormMagick-0.92/lib/CGI/FormMagick.pm mezzanine_patched_perl-CGI-FormMagick-0.92/lib/CGI/FormMagick.pm |
2 |
--- perl-CGI-FormMagick-0.92/lib/CGI/FormMagick.pm 2008-03-10 18:35:17.000000000 -0600 |
--- perl-CGI-FormMagick-0.92/lib/CGI/FormMagick.pm 2008-03-24 15:46:53.000000000 -0600 |
3 |
+++ mezzanine_patched_perl-CGI-FormMagick-0.92/lib/CGI/FormMagick.pm 2008-03-10 18:34:14.000000000 -0600 |
+++ mezzanine_patched_perl-CGI-FormMagick-0.92/lib/CGI/FormMagick.pm 2008-03-24 15:45:40.000000000 -0600 |
4 |
@@ -178,7 +178,7 @@ |
@@ -178,7 +178,7 @@ |
5 |
|
|
6 |
$self->{inputtype} = $args{type} || "file"; |
$self->{inputtype} = $args{type} || "file"; |
10 |
$self->{cgi} = $args{cgi}; |
$self->{cgi} = $args{cgi}; |
11 |
$self->{debug} = $args{debug} || 0; |
$self->{debug} = $args{debug} || 0; |
12 |
|
|
13 |
@@ -370,6 +370,7 @@ |
@@ -369,7 +369,8 @@ |
14 |
|
print $self->{cgi}->header( |
15 |
-pragma => 'no-cache', |
-pragma => 'no-cache', |
16 |
'-cache-control' => 'no-cache', |
'-cache-control' => 'no-cache', |
17 |
- -expires => '-1d' |
- -expires => '-1d' |