[Jifty-commit] r6811 - jifty/trunk/lib/Jifty/Plugin

Jifty commits jifty-commit at lists.jifty.org
Wed Apr 22 03:39:00 EDT 2009


Author: sartak
Date: Wed Apr 22 03:39:00 2009
New Revision: 6811

Modified:
   jifty/trunk/lib/Jifty/Plugin/RequestInspector.pm

Log:
requests method to get all of the requests so far

Modified: jifty/trunk/lib/Jifty/Plugin/RequestInspector.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Plugin/RequestInspector.pm	(original)
+++ jifty/trunk/lib/Jifty/Plugin/RequestInspector.pm	Wed Apr 22 03:39:00 2009
@@ -19,6 +19,8 @@
     });
 }
 
+sub requests { @requests }
+
 sub new_request_inspection {
     my ($self, $cgi) = @_;
 


More information about the Jifty-commit mailing list