Author: paultcochrane
Date: Fri Jul  6 08:31:23 2007
New Revision: 19645

Modified:
   trunk/t/op/cc_params.t

Log:
[t] Removing keys() sub from the TemplateData package. a) because it masks a
builtin function and b) because it wasn't used (as far as I could see; make
test passed properly).


Modified: trunk/t/op/cc_params.t
==============================================================================
--- trunk/t/op/cc_params.t      (original)
+++ trunk/t/op/cc_params.t      Fri Jul  6 08:31:23 2007
@@ -101,7 +101,6 @@
 
 sub new { bless {} => shift; }
 sub addkey { my $self = shift; $self->{$_} = '' for @_ }
-sub keys { sort keys %{ +shift } }
 
 sub create_args {
     my $self = shift;

Reply via email to