removed useless variable
André Walker [Fri, 10 Jun 2011 02:49:07 +0000 (23:49 -0300)]
t/aggregate/unit_core_component_setup.t

index f8511e8..e496a76 100644 (file)
@@ -43,9 +43,8 @@ __PACKAGE__->setup_config;
 __PACKAGE__->setup_log;
 
 for my $component (TestAppComponents->locate_components) {
-    my $classname = "$component";
     eval <<COMPONENT;
-package $classname;
+package $component;
 use warnings;
 use strict;
 use base 'Catalyst::Component';