/[smeserver]/rpms/perl-CGI-Persistent/sme7/perl-CGI-Persistent-0.22-patch.stringify
ViewVC logotype

Contents of /rpms/perl-CGI-Persistent/sme7/perl-CGI-Persistent-0.22-patch.stringify

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (show annotations) (download)
Sun Nov 25 23:13:29 2007 UTC (16 years, 5 months ago) by slords
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
Import on branch sme7 of package perl-CGI-Persistent-1.00-2.0.1.el4.sme.src.rpm

1 diff -Nur -x '*.orig' -x '*.rej' CGI-Persistent-0.22/lib/CGI/Persistent.pm mezzanine_patched_CGI-Persistent-0.22/lib/CGI/Persistent.pm
2 --- CGI-Persistent-0.22/lib/CGI/Persistent.pm 2006-09-13 13:51:47.292925000 -0400
3 +++ mezzanine_patched_CGI-Persistent-0.22/lib/CGI/Persistent.pm 2006-09-13 13:51:40.122767000 -0400
4 @@ -48,6 +48,13 @@
5
6 $cgi->{sessiondir} = $po->{sessiondir};
7
8 + # Stringify the params. This is black magic to work around an interpreter
9 + # crash in Data::Dumper.
10 + foreach my $param ($cgi->param)
11 + {
12 + my $s = "param $param is " . $cgi->param($param) . "\n";
13 + }
14 +
15 $po->commit ();
16 return bless $cgi, $class;
17

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed