make process automagically adds correct shebang line to scripts
[catagits/CatalystX-HelpText.git] / bin / search_undocumented_templates.pl
1 #!perl
2 use strict;
3 use warnings;
4
5 use CatalystX::HelpText::Script::SearchUndocumentedHelpText;
6 exit CatalystX::HelpText::Script::SearchUndocumentedHelpText->new_with_options->run || 0;