enabling immutable finishing porting Log and stats
[catagits/Catalyst-Runtime.git] / lib / Catalyst / View.pm
index 11a216f..f4e8cad 100644 (file)
@@ -1,7 +1,7 @@
 package Catalyst::View;
 
 use Moose;
-extends 'Catalyst::Component';
+extends qw/Catalyst::Component/;
 
 =head1 NAME