Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: ModPerl: ModPerl-cvs

svn commit: r629672 - /perl/modperl/trunk/lib/Apache2/compat.pm

 

 

ModPerl modperl-cvs RSS feed   Index | Next | Previous | View Threaded


randyk at apache

Feb 20, 2008, 5:54 PM

Post #1 of 1 (205 views)
Permalink
svn commit: r629672 - /perl/modperl/trunk/lib/Apache2/compat.pm

Author: randyk
Date: Wed Feb 20 17:54:21 2008
New Revision: 629672

URL: http://svn.apache.org/viewvc?rev=629672&view=rev
Log:
Add Apache::request, using Apache2::compat::request, as discussed at
http://marc.info/?t=120291200200005&r=1&w=2

Modified:
perl/modperl/trunk/lib/Apache2/compat.pm

Modified: perl/modperl/trunk/lib/Apache2/compat.pm
URL: http://svn.apache.org/viewvc/perl/modperl/trunk/lib/Apache2/compat.pm?rev=629672&r1=629671&r2=629672&view=diff
==============================================================================
--- perl/modperl/trunk/lib/Apache2/compat.pm (original)
+++ perl/modperl/trunk/lib/Apache2/compat.pm Wed Feb 20 17:54:21 2008
@@ -321,6 +321,10 @@

package Apache;

+sub request {
+ return Apache2::compat::request(@_);
+}
+
sub unescape_url_info {
my ($class, $string) = @_;
Apache2::URI::unescape_url($string);

ModPerl modperl-cvs RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.