[Socialtext-commits] SF.net SVN: socialtext: [997] branches/rug/lib/Socialtext/Rug/MP2.pm
Brought to you by:
socialtextrocks
|
From: <pet...@us...> - 2007-01-30 20:19:52
|
Revision: 997
http://svn.sourceforge.net/socialtext/?rev=997&view=rev
Author: petdance
Date: 2007-01-30 12:19:50 -0800 (Tue, 30 Jan 2007)
Log Message:
-----------
Has to load APR::URI
Modified Paths:
--------------
branches/rug/lib/Socialtext/Rug/MP2.pm
Modified: branches/rug/lib/Socialtext/Rug/MP2.pm
===================================================================
--- branches/rug/lib/Socialtext/Rug/MP2.pm 2007-01-30 20:19:13 UTC (rev 996)
+++ branches/rug/lib/Socialtext/Rug/MP2.pm 2007-01-30 20:19:50 UTC (rev 997)
@@ -11,6 +11,7 @@
use mod_perl 2.0;
use Apache2::URI ();
+use APR::URI ();
use Apache2::Request ();
use Apache2::RequestUtil ();
use ModPerl::Util ();
@@ -35,8 +36,7 @@
=head2 $rug->req()
-Returns the Apache::Request object for this Rug object. Should only be
-use internally.
+Returns the Apache::Request object for this Rug object.
=cut
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|