X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=script%2Fndweb_create.pl;h=9293c49a5ba92cf0f4e35541a75097e7e50edb36;hb=b49322dc8ac6ddc3d988caa5cd92b397fb8d0c31;hp=35ca6a574b20c1791f6e301d0c1314feeae867ee;hpb=0353e4eab6080bee665b74b3d08ccc701670977f;p=ndwebbie.git diff --git a/script/ndweb_create.pl b/script/ndweb_create.pl index 35ca6a5..9293c49 100755 --- a/script/ndweb_create.pl +++ b/script/ndweb_create.pl @@ -1,10 +1,22 @@ -#!/usr/bin/perl -w +#!/usr/bin/env perl use strict; use warnings; use Getopt::Long; use Pod::Usage; -use Catalyst::Helper; +eval "use Catalyst::Helper;"; + +if ($@) { + die < option. -=head1 AUTHOR +=head1 AUTHORS -Sebastian Riedel, C -Maintained by the Catalyst Core Team. +Catalyst Contributors, see Catalyst.pm =head1 COPYRIGHT -This library is free software, you can redistribute it and/or modify +This library is free software. You can redistribute it and/or modify it under the same terms as Perl itself. =cut