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