Updated makefile template
[catagits/Catalyst-Runtime.git] / lib / Module / Install / Catalyst.pm
index 70c03c8..883d278 100644 (file)
@@ -35,6 +35,16 @@ L<Module::Install> extension for Catalyst.
 
 =head1 METHODS
 
+=head2 catalyst
+
+=cut
+
+sub catalyst {
+    my $self = shift;
+    $self->catalyst_files;
+    $self->catalyst_par;
+}
+
 =head2 catalyst_files
 
 =cut