Bug 28624: Remove Smart::Comments
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 24 Jun 2021 07:44:33 +0000 (09:44 +0200)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 26 Jul 2021 10:46:32 +0000 (12:46 +0200)
It's not used in those files (there is no occurrence of ###), and it's
not installed anyway (it is by koha-testing-docker however).

We should remove those lines.

Test plan:
Confirm the above

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
about.pl
admin/preferences.pl
labels/spinelabel-home.pl
members/update-child.pl
serials/subscription-add.pl

index be253d2..0410feb 100755 (executable)
--- a/about.pl
+++ b/about.pl
@@ -55,9 +55,6 @@ use Koha::Filter::MARC::ViewPolicy;
 
 use C4::Members::Statistics;
 
-
-#use Smart::Comments '####';
-
 my $query = CGI->new;
 my ( $template, $loggedinuser, $cookie ) = get_template_and_user(
     {
index 49d06ad..bbb41d7 100755 (executable)
@@ -33,9 +33,6 @@ use YAML::XS;
 use Encode;
 use List::MoreUtils qw( any );
 
-# use Smart::Comments;
-#
-
 sub GetTab {
     my ( $input, $tab ) = @_;
 
index b149f31..3e9f016 100755 (executable)
@@ -21,8 +21,6 @@ use C4::Auth qw( get_template_and_user );
 use C4::Output qw( output_html_with_http_headers );
 use C4::Context;
 
-# use Smart::Comments;
-
 my $query = CGI->new;
 my ( $template, $loggedinuser, $cookie ) = get_template_and_user(
     {   template_name   => "labels/spinelabel-home.tt",
index f6f3e0c..0742411 100755 (executable)
@@ -35,8 +35,6 @@ use Koha::Patrons;
 use Koha::Patron::Categories;
 use Koha::Patrons;
 
-# use Smart::Comments;
-
 my $dbh   = C4::Context->dbh;
 my $input = CGI->new;
 
index b61012e..39426a6 100755 (executable)
@@ -38,8 +38,6 @@ use Koha::Subscription::Numberpattern;
 use Koha::Subscription::Frequency;
 use Koha::SharedContent;
 
-#use Smart::Comments;
-
 our $query = CGI->new;
 my $op = $query->param('op') || '';
 my $dbh = C4::Context->dbh;