Bug 19996: (QA follow-up) Remove commented use warnings;
authorKatrin Fischer <katrin.fischer.83@web.de>
Sun, 4 Feb 2018 14:26:58 +0000 (15:26 +0100)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 5 Feb 2018 12:45:47 +0000 (09:45 -0300)
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

50 files changed:
cataloguing/addbiblio.pl
cataloguing/additem.pl
cataloguing/moveitem.pl
cataloguing/value_builder/unimarc_field_100.pl
cataloguing/value_builder/unimarc_field_105.pl
cataloguing/value_builder/unimarc_field_106.pl
cataloguing/value_builder/unimarc_field_110.pl
cataloguing/value_builder/unimarc_field_115a.pl
cataloguing/value_builder/unimarc_field_115b.pl
cataloguing/value_builder/unimarc_field_116.pl
cataloguing/value_builder/unimarc_field_117.pl
cataloguing/value_builder/unimarc_field_120.pl
cataloguing/value_builder/unimarc_field_121a.pl
cataloguing/value_builder/unimarc_field_121b.pl
cataloguing/value_builder/unimarc_field_122.pl
cataloguing/value_builder/unimarc_field_123a.pl
cataloguing/value_builder/unimarc_field_123d.pl
cataloguing/value_builder/unimarc_field_123e.pl
cataloguing/value_builder/unimarc_field_123f.pl
cataloguing/value_builder/unimarc_field_123g.pl
cataloguing/value_builder/unimarc_field_123i.pl
cataloguing/value_builder/unimarc_field_123j.pl
cataloguing/value_builder/unimarc_field_124.pl
cataloguing/value_builder/unimarc_field_124a.pl
cataloguing/value_builder/unimarc_field_124b.pl
cataloguing/value_builder/unimarc_field_124c.pl
cataloguing/value_builder/unimarc_field_124d.pl
cataloguing/value_builder/unimarc_field_124e.pl
cataloguing/value_builder/unimarc_field_124f.pl
cataloguing/value_builder/unimarc_field_124g.pl
cataloguing/value_builder/unimarc_field_125.pl
cataloguing/value_builder/unimarc_field_125a.pl
cataloguing/value_builder/unimarc_field_125b.pl
cataloguing/value_builder/unimarc_field_126.pl
cataloguing/value_builder/unimarc_field_126a.pl
cataloguing/value_builder/unimarc_field_126b.pl
cataloguing/value_builder/unimarc_field_127.pl
cataloguing/value_builder/unimarc_field_128a.pl
cataloguing/value_builder/unimarc_field_128b.pl
cataloguing/value_builder/unimarc_field_128c.pl
cataloguing/value_builder/unimarc_field_130.pl
cataloguing/value_builder/unimarc_field_135a.pl
cataloguing/value_builder/unimarc_field_140.pl
cataloguing/value_builder/unimarc_field_141.pl
cataloguing/value_builder/unimarc_field_210c_bis.pl
cataloguing/value_builder/unimarc_field_225a.pl
cataloguing/value_builder/unimarc_field_4XX.pl
cataloguing/value_builder/unimarc_field_686a.pl
cataloguing/value_builder/unimarc_field_700-4.pl
cataloguing/value_builder/unimarc_leader.pl

index cfae873..17557b4 100755 (executable)
@@ -21,7 +21,6 @@
 
 use Modern::Perl;
 
-#use warnings; FIXME - Bug 2505
 use CGI q(-utf8);
 use C4::Output;
 use C4::Auth;
index 77dd5d5..a6aa25c 100755 (executable)
@@ -21,7 +21,6 @@
 
 use Modern::Perl;
 
-#use warnings; FIXME - Bug 2505
 use CGI qw ( -utf8 );
 use C4::Auth;
 use C4::Output;
index ed6c3df..5ef4ffe 100755 (executable)
@@ -21,7 +21,6 @@
 
 use Modern::Perl;
 
-#use warnings; FIXME - Bug 2505
 use CGI qw ( -utf8 );
 use C4::Auth;
 use C4::Output;
index 1fe8ff4..efb6772 100755 (executable)
@@ -19,7 +19,7 @@
 # along with Koha; if not, see <http://www.gnu.org/licenses>.
 
 use Modern::Perl;
-#use warnings; FIXME - Bug 2505
+
 use Date::Calc qw( Today );
 
 use Koha::Util::FrameworkPlugin qw(wrapper);
index 1b5f9c5..caf0c6c 100755 (executable)
@@ -20,8 +20,6 @@
 
 use Modern::Perl;
 
-#use warnings; FIXME - Bug 2505
-
 use Koha::Util::FrameworkPlugin qw(wrapper);
 use C4::Auth;
 use CGI qw ( -utf8 );
index 8eca995..ee6efe5 100755 (executable)
@@ -19,7 +19,7 @@
 # along with Koha; if not, see <http://www.gnu.org/licenses>.
 
 use Modern::Perl;
-#use warnings; FIXME - Bug 2505
+
 use C4::Auth;
 use CGI qw ( -utf8 );
 use C4::Context;
index 4d37ce1..72e87d0 100755 (executable)
@@ -20,8 +20,6 @@
 
 use Modern::Perl;
 
-#use warnings; FIXME - Bug 2505
-
 use Koha::Util::FrameworkPlugin qw(wrapper);
 use C4::Auth;
 use CGI qw ( -utf8 );
index 8a3839a..46b0fd5 100755 (executable)
@@ -20,8 +20,6 @@
 
 use Modern::Perl;
 
-#use warnings; FIXME - Bug 2505
-
 use Koha::Util::FrameworkPlugin qw(wrapper);
 use C4::Auth;
 use CGI qw ( -utf8 );
index e0aa090..582b423 100755 (executable)
@@ -20,8 +20,6 @@
 
 use Modern::Perl;
 
-#use warnings; FIXME - Bug 2505
-
 use Koha::Util::FrameworkPlugin qw(wrapper);
 use C4::Auth;
 use CGI qw ( -utf8 );
index 4e8abf1..fd3a982 100755 (executable)
@@ -20,8 +20,6 @@
 
 use Modern::Perl;
 
-#use warnings; FIXME - Bug 2505
-
 use Koha::Util::FrameworkPlugin qw(wrapper);
 use C4::Auth;
 use CGI qw ( -utf8 );
index baa1834..831f472 100755 (executable)
@@ -19,7 +19,6 @@
 # along with Koha; if not, see <http://www.gnu.org/licenses>.
 
 use Modern::Perl;
-#use warnings; FIXME - Bug 2505
 
 use Koha::Util::FrameworkPlugin qw(wrapper);
 use C4::Auth;
index 633384d..fbd03e1 100755 (executable)
@@ -19,7 +19,6 @@
 # along with Koha; if not, see <http://www.gnu.org/licenses>.
 
 use Modern::Perl;
-#use warnings; FIXME - Bug 2505
 
 use Koha::Util::FrameworkPlugin qw(wrapper);
 use C4::Auth;
index 4e8c157..f70b508 100755 (executable)
@@ -19,7 +19,6 @@
 # along with Koha; if not, see <http://www.gnu.org/licenses>.
 
 use Modern::Perl;
-#use warnings; FIXME - Bug 2505
 
 use Koha::Util::FrameworkPlugin qw(wrapper);
 use C4::Auth;
index 6de569c..ffb61e9 100755 (executable)
@@ -19,7 +19,6 @@
 # along with Koha; if not, see <http://www.gnu.org/licenses>.
 
 use Modern::Perl;
-#use warnings; FIXME - Bug 2505
 use C4::Auth;
 use CGI qw ( -utf8 );
 use C4::Context;
index 13660cb..c0b9187 100755 (executable)
@@ -19,7 +19,6 @@
 # along with Koha; if not, see <http://www.gnu.org/licenses>.
 
 use Modern::Perl;
-#use warnings; FIXME - Bug 2505
 use C4::Auth;
 use CGI qw ( -utf8 );
 use C4::Context;
index a850673..979ed89 100755 (executable)
@@ -19,7 +19,6 @@
 # along with Koha; if not, see <http://www.gnu.org/licenses>.
 
 use Modern::Perl;
-#use warnings; FIXME - Bug 2505
 use C4::Auth;
 use CGI qw ( -utf8 );
 use C4::Context;
index aab8011..5863afb 100755 (executable)
@@ -19,7 +19,7 @@
 # along with Koha; if not, see <http://www.gnu.org/licenses>.
 
 use Modern::Perl;
-#use warnings; FIXME - Bug 2505
+
 use C4::Auth;
 use CGI qw ( -utf8 );
 use C4::Context;
index aab8011..5863afb 100755 (executable)
@@ -19,7 +19,7 @@
 # along with Koha; if not, see <http://www.gnu.org/licenses>.
 
 use Modern::Perl;
-#use warnings; FIXME - Bug 2505
+
 use C4::Auth;
 use CGI qw ( -utf8 );
 use C4::Context;
index 51e7190..e74a146 100755 (executable)
@@ -19,7 +19,7 @@
 # along with Koha; if not, see <http://www.gnu.org/licenses>.
 
 use Modern::Perl;
-#use warnings; FIXME - Bug 2505
+
 use C4::Auth;
 use CGI qw ( -utf8 );
 use C4::Context;
index aab8011..5863afb 100755 (executable)
@@ -19,7 +19,7 @@
 # along with Koha; if not, see <http://www.gnu.org/licenses>.
 
 use Modern::Perl;
-#use warnings; FIXME - Bug 2505
+
 use C4::Auth;
 use CGI qw ( -utf8 );
 use C4::Context;
index dcd69b3..ffe64bb 100755 (executable)
@@ -20,7 +20,6 @@
 
 use Modern::Perl;
 
-#use warnings; FIXME - Bug 2505
 use C4::Auth;
 use CGI qw ( -utf8 );
 use C4::Context;
index 5cd2138..695ee84 100755 (executable)
@@ -19,7 +19,7 @@
 # along with Koha; if not, see <http://www.gnu.org/licenses>.
 
 use Modern::Perl;
-#use warnings; FIXME - Bug 2505
+
 use C4::Auth;
 use CGI qw ( -utf8 );
 use C4::Context;
index 1feb7d3..0a16dcd 100755 (executable)
@@ -19,7 +19,7 @@
 # along with Koha; if not, see <http://www.gnu.org/licenses>.
 
 use Modern::Perl;
-#use warnings; FIXME - Bug 2505
+
 use C4::Auth;
 use CGI qw ( -utf8 );
 use C4::Context;
index a2895da..fee1544 100755 (executable)
@@ -19,7 +19,7 @@
 # along with Koha; if not, see <http://www.gnu.org/licenses>.
 
 use Modern::Perl;
-#use warnings; FIXME - Bug 2505
+
 use C4::Auth;
 use CGI qw ( -utf8 );
 use C4::Context;
index d5f7e66..f8744a1 100755 (executable)
@@ -20,7 +20,6 @@
 
 use Modern::Perl;
 
-#use warnings; FIXME - Bug 2505
 use C4::Auth;
 use CGI qw ( -utf8 );
 use C4::Context;
index cbce3a5..c6441b2 100755 (executable)
@@ -20,7 +20,6 @@
 
 use Modern::Perl;
 
-#use warnings; FIXME - Bug 2505
 use C4::Auth;
 use CGI qw ( -utf8 );
 use C4::Context;
index 21264c7..20d2341 100755 (executable)
@@ -20,7 +20,6 @@
 
 use Modern::Perl;
 
-#use warnings; FIXME - Bug 2505
 use C4::Auth;
 use CGI qw ( -utf8 );
 use C4::Context;
index 4e99831..5b72823 100755 (executable)
@@ -20,7 +20,6 @@
 
 use Modern::Perl;
 
-#use warnings; FIXME - Bug 2505
 use C4::Auth;
 use CGI qw ( -utf8 );
 use C4::Context;
index cac0a5e..2e53479 100755 (executable)
@@ -20,7 +20,6 @@
 
 use Modern::Perl;
 
-#use warnings; FIXME - Bug 2505
 use C4::Auth;
 use CGI qw ( -utf8 );
 use C4::Context;
index fbd31ec..e835212 100755 (executable)
@@ -19,7 +19,7 @@
 # along with Koha; if not, see <http://www.gnu.org/licenses>.
 
 use Modern::Perl;
-#use warnings; FIXME - Bug 2505
+
 use C4::Auth;
 use CGI qw ( -utf8 );
 use C4::Context;
index c220a79..7e9c744 100755 (executable)
@@ -19,7 +19,7 @@
 # along with Koha; if not, see <http://www.gnu.org/licenses>.
 
 use Modern::Perl;
-#use warnings; FIXME - Bug 2505
+
 use C4::Auth;
 use CGI qw ( -utf8 );
 use C4::Context;
index f555007..ec41917 100755 (executable)
@@ -19,7 +19,7 @@
 # along with Koha; if not, see <http://www.gnu.org/licenses>.
 
 use Modern::Perl;
-#use warnings; FIXME - Bug 2505
+
 use C4::Auth;
 use CGI qw ( -utf8 );
 use C4::Context;
index 9887ba1..5035fc4 100755 (executable)
@@ -19,7 +19,6 @@
 # along with Koha; if not, see <http://www.gnu.org/licenses>.
 
 use Modern::Perl;
-#use warnings; FIXME - Bug 2505
 
 use Koha::Util::FrameworkPlugin qw(wrapper);
 use C4::Auth;
index 1feb7d3..0a16dcd 100755 (executable)
@@ -19,7 +19,7 @@
 # along with Koha; if not, see <http://www.gnu.org/licenses>.
 
 use Modern::Perl;
-#use warnings; FIXME - Bug 2505
+
 use C4::Auth;
 use CGI qw ( -utf8 );
 use C4::Context;
index fbccba8..f5bf814 100755 (executable)
@@ -19,7 +19,6 @@
 # along with Koha; if not, see <http://www.gnu.org/licenses>.
 
 use Modern::Perl;
-#use warnings; FIXME - Bug 2505
 
 use Koha::Util::FrameworkPlugin qw(wrapper);
 use C4::Auth;
index 77dfb08..b9538c2 100755 (executable)
@@ -19,7 +19,7 @@
 # along with Koha; if not, see <http://www.gnu.org/licenses>.
 
 use Modern::Perl;
-#use warnings; FIXME - Bug 2505
+
 use C4::Auth;
 use CGI qw ( -utf8 );
 use C4::Context;
index 1084137..f7e2f8a 100755 (executable)
@@ -19,7 +19,7 @@
 # along with Koha; if not, see <http://www.gnu.org/licenses>.
 
 use Modern::Perl;
-#use warnings; FIXME - Bug 2505
+
 use C4::Auth;
 use CGI qw ( -utf8 );
 use C4::Context;
index b3fb5c7..c50e272 100755 (executable)
@@ -19,7 +19,7 @@
 # along with Koha; if not, see <http://www.gnu.org/licenses>.
 
 use Modern::Perl;
-#use warnings; FIXME - Bug 2505
+
 use C4::Auth;
 use CGI qw ( -utf8 );
 use C4::Context;
index d9db926..aaa6f44 100755 (executable)
@@ -19,7 +19,6 @@
 # along with Koha; if not, see <http://www.gnu.org/licenses>.
 
 use Modern::Perl;
-#use warnings; FIXME - Bug 2505
 
 use Koha::Util::FrameworkPlugin qw(wrapper);
 use C4::Auth;
index b6a2835..074bf6f 100755 (executable)
@@ -19,7 +19,7 @@
 # along with Koha; if not, see <http://www.gnu.org/licenses>.
 
 use Modern::Perl;
-#use warnings; FIXME - Bug 2505
+
 use C4::Auth;
 use CGI qw ( -utf8 );
 use C4::Context;
index 2c40842..ec1904f 100755 (executable)
@@ -19,7 +19,6 @@
 # along with Koha; if not, see <http://www.gnu.org/licenses>.
 
 use Modern::Perl;
-#use warnings; FIXME - Bug 2505
 
 use Koha::Util::FrameworkPlugin qw(wrapper);
 use C4::Auth;
index 73f5e5a..c38cd90 100755 (executable)
@@ -19,7 +19,6 @@
 # along with Koha; if not, see <http://www.gnu.org/licenses>.
 
 use Modern::Perl;
-#use warnings; FIXME - Bug 2505
 
 use Koha::Util::FrameworkPlugin qw(wrapper);
 use C4::Auth;
index 9e431af..f64c23f 100755 (executable)
@@ -19,7 +19,6 @@
 # along with Koha; if not, see <http://www.gnu.org/licenses>.
 
 use Modern::Perl;
-#use warnings; FIXME - Bug 2505
 
 use Koha::Util::FrameworkPlugin qw(wrapper);
 use C4::Auth;
index 83a56c6..c0658ad 100755 (executable)
@@ -19,7 +19,7 @@
 # along with Koha; if not, see <http://www.gnu.org/licenses>.
 
 use Modern::Perl;
-#use warnings; FIXME - Bug 2505
+
 use C4::Auth;
 use CGI qw ( -utf8 );
 use C4::Context;
index 31ad00d..e272ffd 100755 (executable)
@@ -40,7 +40,6 @@ It need :
 
 use Modern::Perl;
 
-#use warnings; FIXME - Bug 2505
 use C4::Auth;
 use CGI qw ( -utf8 );
 use C4::Context;
index 5164253..1c645a6 100755 (executable)
@@ -40,7 +40,7 @@ It need :
 =cut
 
 use Modern::Perl;
-#use warnings; FIXME - Bug 2505
+
 use C4::Auth;
 use CGI qw ( -utf8 );
 use C4::Context;
index 635c797..8bfe89a 100755 (executable)
@@ -19,7 +19,6 @@
 
 
 use Modern::Perl;
-#use warnings; FIXME - Bug 2505
 
 use CGI qw ( -utf8 );
 use C4::Output;
index b2238f0..5eb7915 100755 (executable)
@@ -18,7 +18,7 @@
 # along with Koha; if not, see <http://www.gnu.org/licenses>.
 
 use Modern::Perl;
-#use warnings; FIXME - Bug 2505
+
 use C4::Auth;
 use CGI qw ( -utf8 );
 use C4::Context;
index ad5283b..f86b49e 100755 (executable)
@@ -20,7 +20,7 @@
 # along with Koha; if not, see <http://www.gnu.org/licenses>.
 
 use Modern::Perl;
-#use warnings; FIXME - Bug 2505
+
 use C4::Auth;
 use CGI qw ( -utf8 );
 use C4::Context;
index e6feade..72fdf50 100755 (executable)
@@ -19,7 +19,6 @@
 # along with Koha; if not, see <http://www.gnu.org/licenses>.
 
 use Modern::Perl;
-#use warnings; FIXME - Bug 2505
 
 use Koha::Util::FrameworkPlugin qw(wrapper);
 use C4::Auth;