reverting (most of) the whitespace changes
[catagits/Catalyst-Runtime.git] / lib / Catalyst / View.pm
index 40ed724..29964b9 100644 (file)
@@ -1,7 +1,7 @@
 package Catalyst::View;
 
-use strict;
-use base qw/Catalyst::Component/;
+use Moose;
+extends qw/Catalyst::Component/;
 
 =head1 NAME