Update of /cvsroot/http-webtest/HTTP-WebTest-Recorder/lib/HTTP/WebTest/Recorder
In directory sc8-pr-cvs1:/tmp/cvs-serv27890/lib/HTTP/WebTest/Recorder
Modified Files:
Config.pm
Log Message:
Do not use default_action()
Index: Config.pm
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest-Recorder/lib/HTTP/WebTest/Recorder/Config.pm,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Config.pm 22 Apr 2003 21:40:18 -0000 1.1
--- Config.pm 22 Apr 2003 21:40:55 -0000 1.2
***************
*** 14,19 ****
enable => \&enable_action,
delete => \&delete_action,
! filter => \&filter_action,
! default => \&default_action);
1;
--- 14,18 ----
enable => \&enable_action,
delete => \&delete_action,
! filter => \&filter_action);
1;
|