X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FScript%2FCreate.pm;h=529b8c6db99666ce27547417fe4020839bacaf04;hp=95c071045cf487fd5849dbbab16fa4fc7cfa0dfa;hb=f4de8c998c61fd442cb9590a3c052cf41b4c0d67;hpb=f5325631094cfb10ea022612bdfa9d32772bcb24 diff --git a/lib/Catalyst/Script/Create.pm b/lib/Catalyst/Script/Create.pm index 95c0710..529b8c6 100644 --- a/lib/Catalyst/Script/Create.pm +++ b/lib/Catalyst/Script/Create.pm @@ -51,6 +51,7 @@ sub run { } __PACKAGE__->meta->make_immutable; +1; =head1 NAME @@ -90,6 +91,10 @@ Existing component files are not overwritten. If any of the component files to be created already exist the file will be written with a '.new' suffix. This behavior can be suppressed with the C<--force> option. +=head1 SEE ALSO + +L + =head1 AUTHORS Catalyst Contributors, see Catalyst.pm