[Rt-commit] r2569 - in experiments/Bamboo: . ex/trivial/html

jesse at bestpractical.com jesse at bestpractical.com
Sun Apr 3 07:00:50 EDT 2005


Author: jesse
Date: Sun Apr  3 07:00:49 2005
New Revision: 2569

Modified:
   experiments/Bamboo/   (props changed)
   experiments/Bamboo/ex/trivial/html/autohandler
Log:
 r11670 at hualien:  jesse | 2005-04-03 18:59:52 +0800
 autohandler cleanup


Modified: experiments/Bamboo/ex/trivial/html/autohandler
==============================================================================
--- experiments/Bamboo/ex/trivial/html/autohandler	(original)
+++ experiments/Bamboo/ex/trivial/html/autohandler	Sun Apr  3 07:00:49 2005
@@ -24,9 +24,9 @@
     }
 
     sub call {
-        my ($self, $meth) = @_;
+        my ($self, $method) = @_;
         $::seq++;
-        join('-' => 'Bamboo', Bamboo->VERSION, $::seq, "call", $self->class, $self->label, $meth); 
+        join('-' => 'Bamboo', Bamboo->VERSION, $::seq, "call", $self->class, $self->label, $method); 
     }
 
 


More information about the Rt-commit mailing list