From 7f42f47cebe3bd49200fe106ed8420033d9f970a Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Tue, 8 Apr 2008 00:04:20 +0000 Subject: [PATCH] * Add return to perl script template to minimize changes --- templates/perl_script | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/perl_script b/templates/perl_script index 412a386..6331c1d 100755 --- a/templates/perl_script +++ b/templates/perl_script @@ -56,7 +56,8 @@ my %options = (debug => 0, man => 0, ); -GetOptions(\%options,'debug|d+','help|h|?','man|m'); +GetOptions(\%options, + 'debug|d+','help|h|?','man|m'); pod2usage() if $options{help}; pod2usage({verbose=>2}) if $options{man}; -- 2.39.2