Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Perl script cleanups #1011

Merged
merged 1 commit into from
May 7, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions scripts/update_template.pl
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/usr/bin/env perl
#
# Tempesta-Tech.com Web site compilation tool.
#
# Copyright (C) 2017-2018 Tempesta Technologies, Inc.
#
# This program is free software; you can redistribute it and/or modify it
Expand All @@ -17,7 +15,6 @@
# You should have received a copy of the GNU General Public License along with
# this program; if not, write to the Free Software Foundation, Inc., 59
# Temple Place - Suite 330, Boston, MA 02111-1307, USA.

use 5.16.0;
use strict;
use warnings;
Expand All @@ -26,9 +23,6 @@
use Template;
use Cwd 'abs_path';


use lib dirname($0); # lookup Packer in current directory

my ($template, $sticky_name, $delay_min, $delay_range) = @ARGV;

# Assemble HTML templates and minify resulting files.
Expand Down Expand Up @@ -57,7 +51,6 @@ sub assemble

assemble(abs_path($template));


__END__

=head1 NAME
Expand Down