remove unnecesary import of HTM:::Template::pro
authorGalen Charlton <gmcharlt@gmail.com>
Sun, 6 Sep 2009 00:50:40 +0000 (20:50 -0400)
committerGalen Charlton <gmcharlt@gmail.com>
Sun, 6 Sep 2009 01:43:12 +0000 (21:43 -0400)
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
labels/label-edit-batch.pl
labels/label-edit-layout.pl
labels/label-edit-profile.pl
labels/label-edit-template.pl
labels/label-home.pl
labels/label-item-search.pl
labels/label-manage.pl
labels/label-print.pl

index 6dfdeff..35c38fb 100755 (executable)
@@ -23,7 +23,6 @@ use warnings;
 use vars qw($debug);
 
 use CGI;
-use HTML::Template::Pro;
 
 use C4::Auth qw(get_template_and_user);
 use C4::Output qw(output_html_with_http_headers);
index ef18cd5..f47e8e6 100755 (executable)
@@ -22,7 +22,6 @@ use strict;
 use warnings;
 
 use CGI;
-use HTML::Template::Pro;
 use POSIX;
 use Text::CSV_XS;
 
index 097fa72..ee99e32 100755 (executable)
@@ -22,7 +22,6 @@ use strict;
 use warnings;
 
 use CGI;
-use HTML::Template::Pro;
 
 use C4::Auth qw(get_template_and_user);
 use C4::Output qw(output_html_with_http_headers);
index 81443d6..038a164 100755 (executable)
@@ -22,7 +22,6 @@ use strict;
 use warnings;
 
 use CGI;
-use HTML::Template::Pro;
 
 use C4::Auth qw(get_template_and_user);
 use C4::Output qw(output_html_with_http_headers);
index 40a3621..e7563f1 100755 (executable)
@@ -22,7 +22,6 @@ use strict;
 use warnings;
 
 use CGI;
-use HTML::Template::Pro;
 
 use C4::Auth qw(get_template_and_user);
 use C4::Output qw(output_html_with_http_headers);
index 13add02..633209d 100755 (executable)
@@ -22,7 +22,6 @@ use warnings;
 use vars qw($debug $cgi_debug);
 
 use CGI;
-use HTML::Template::Pro;
 use List::Util qw( max min );
 use POSIX qw(ceil);
 
index 4b6512b..3ad95b3 100755 (executable)
@@ -23,7 +23,6 @@ use warnings;
 use vars qw($debug);
 
 use CGI;
-use HTML::Template::Pro;
 use Data::Dumper;
 
 use C4::Auth qw(get_template_and_user);
index 289caa1..0168e4a 100755 (executable)
@@ -21,7 +21,6 @@ use strict;
 use warnings;
 
 use CGI;
-use HTML::Template::Pro;
 use Data::Dumper;
 
 use C4::Auth qw(get_template_and_user);