reverting (most of) the whitespace changes
[catagits/Catalyst-Runtime.git] / t / unit_core_component_loading.t
index 5b6a4a7..2587385 100644 (file)
@@ -63,6 +63,7 @@ sub make_component_file {
 
     write_component_file(\@dir_list, $name_final, <<EOF);
 package $fullname;
+use NEXT;
 use base '$compbase';
 sub COMPONENT {
     my \$self = shift->NEXT::COMPONENT(\@_);