Browse Source

Bug 19996: (QA follow-up) Remove commented use warnings;

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
18.05.x
Katrin Fischer 6 years ago
committed by Jonathan Druart
parent
commit
f477c078d8
  1. 1
      cataloguing/addbiblio.pl
  2. 1
      cataloguing/additem.pl
  3. 1
      cataloguing/moveitem.pl
  4. 2
      cataloguing/value_builder/unimarc_field_100.pl
  5. 2
      cataloguing/value_builder/unimarc_field_105.pl
  6. 2
      cataloguing/value_builder/unimarc_field_106.pl
  7. 2
      cataloguing/value_builder/unimarc_field_110.pl
  8. 2
      cataloguing/value_builder/unimarc_field_115a.pl
  9. 2
      cataloguing/value_builder/unimarc_field_115b.pl
  10. 2
      cataloguing/value_builder/unimarc_field_116.pl
  11. 1
      cataloguing/value_builder/unimarc_field_117.pl
  12. 1
      cataloguing/value_builder/unimarc_field_120.pl
  13. 1
      cataloguing/value_builder/unimarc_field_121a.pl
  14. 1
      cataloguing/value_builder/unimarc_field_121b.pl
  15. 1
      cataloguing/value_builder/unimarc_field_122.pl
  16. 1
      cataloguing/value_builder/unimarc_field_123a.pl
  17. 2
      cataloguing/value_builder/unimarc_field_123d.pl
  18. 2
      cataloguing/value_builder/unimarc_field_123e.pl
  19. 2
      cataloguing/value_builder/unimarc_field_123f.pl
  20. 2
      cataloguing/value_builder/unimarc_field_123g.pl
  21. 1
      cataloguing/value_builder/unimarc_field_123i.pl
  22. 2
      cataloguing/value_builder/unimarc_field_123j.pl
  23. 2
      cataloguing/value_builder/unimarc_field_124.pl
  24. 2
      cataloguing/value_builder/unimarc_field_124a.pl
  25. 1
      cataloguing/value_builder/unimarc_field_124b.pl
  26. 1
      cataloguing/value_builder/unimarc_field_124c.pl
  27. 1
      cataloguing/value_builder/unimarc_field_124d.pl
  28. 1
      cataloguing/value_builder/unimarc_field_124e.pl
  29. 1
      cataloguing/value_builder/unimarc_field_124f.pl
  30. 2
      cataloguing/value_builder/unimarc_field_124g.pl
  31. 2
      cataloguing/value_builder/unimarc_field_125.pl
  32. 2
      cataloguing/value_builder/unimarc_field_125a.pl
  33. 1
      cataloguing/value_builder/unimarc_field_125b.pl
  34. 2
      cataloguing/value_builder/unimarc_field_126.pl
  35. 1
      cataloguing/value_builder/unimarc_field_126a.pl
  36. 2
      cataloguing/value_builder/unimarc_field_126b.pl
  37. 2
      cataloguing/value_builder/unimarc_field_127.pl
  38. 2
      cataloguing/value_builder/unimarc_field_128a.pl
  39. 1
      cataloguing/value_builder/unimarc_field_128b.pl
  40. 2
      cataloguing/value_builder/unimarc_field_128c.pl
  41. 1
      cataloguing/value_builder/unimarc_field_130.pl
  42. 1
      cataloguing/value_builder/unimarc_field_135a.pl
  43. 1
      cataloguing/value_builder/unimarc_field_140.pl
  44. 2
      cataloguing/value_builder/unimarc_field_141.pl
  45. 1
      cataloguing/value_builder/unimarc_field_210c_bis.pl
  46. 2
      cataloguing/value_builder/unimarc_field_225a.pl
  47. 1
      cataloguing/value_builder/unimarc_field_4XX.pl
  48. 2
      cataloguing/value_builder/unimarc_field_686a.pl
  49. 2
      cataloguing/value_builder/unimarc_field_700-4.pl
  50. 1
      cataloguing/value_builder/unimarc_leader.pl

1
cataloguing/addbiblio.pl

@ -21,7 +21,6 @@
use Modern::Perl; use Modern::Perl;
#use warnings; FIXME - Bug 2505
use CGI q(-utf8); use CGI q(-utf8);
use C4::Output; use C4::Output;
use C4::Auth; use C4::Auth;

1
cataloguing/additem.pl

@ -21,7 +21,6 @@
use Modern::Perl; use Modern::Perl;
#use warnings; FIXME - Bug 2505
use CGI qw ( -utf8 ); use CGI qw ( -utf8 );
use C4::Auth; use C4::Auth;
use C4::Output; use C4::Output;

1
cataloguing/moveitem.pl

@ -21,7 +21,6 @@
use Modern::Perl; use Modern::Perl;
#use warnings; FIXME - Bug 2505
use CGI qw ( -utf8 ); use CGI qw ( -utf8 );
use C4::Auth; use C4::Auth;
use C4::Output; use C4::Output;

2
cataloguing/value_builder/unimarc_field_100.pl

@ -19,7 +19,7 @@
# along with Koha; if not, see <http://www.gnu.org/licenses>. # along with Koha; if not, see <http://www.gnu.org/licenses>.
use Modern::Perl; use Modern::Perl;
#use warnings; FIXME - Bug 2505
use Date::Calc qw( Today ); use Date::Calc qw( Today );
use Koha::Util::FrameworkPlugin qw(wrapper); use Koha::Util::FrameworkPlugin qw(wrapper);

2
cataloguing/value_builder/unimarc_field_105.pl

@ -20,8 +20,6 @@
use Modern::Perl; use Modern::Perl;
#use warnings; FIXME - Bug 2505
use Koha::Util::FrameworkPlugin qw(wrapper); use Koha::Util::FrameworkPlugin qw(wrapper);
use C4::Auth; use C4::Auth;
use CGI qw ( -utf8 ); use CGI qw ( -utf8 );

2
cataloguing/value_builder/unimarc_field_106.pl

@ -19,7 +19,7 @@
# along with Koha; if not, see <http://www.gnu.org/licenses>. # along with Koha; if not, see <http://www.gnu.org/licenses>.
use Modern::Perl; use Modern::Perl;
#use warnings; FIXME - Bug 2505
use C4::Auth; use C4::Auth;
use CGI qw ( -utf8 ); use CGI qw ( -utf8 );
use C4::Context; use C4::Context;

2
cataloguing/value_builder/unimarc_field_110.pl

@ -20,8 +20,6 @@
use Modern::Perl; use Modern::Perl;
#use warnings; FIXME - Bug 2505
use Koha::Util::FrameworkPlugin qw(wrapper); use Koha::Util::FrameworkPlugin qw(wrapper);
use C4::Auth; use C4::Auth;
use CGI qw ( -utf8 ); use CGI qw ( -utf8 );

2
cataloguing/value_builder/unimarc_field_115a.pl

@ -20,8 +20,6 @@
use Modern::Perl; use Modern::Perl;
#use warnings; FIXME - Bug 2505
use Koha::Util::FrameworkPlugin qw(wrapper); use Koha::Util::FrameworkPlugin qw(wrapper);
use C4::Auth; use C4::Auth;
use CGI qw ( -utf8 ); use CGI qw ( -utf8 );

2
cataloguing/value_builder/unimarc_field_115b.pl

@ -20,8 +20,6 @@
use Modern::Perl; use Modern::Perl;
#use warnings; FIXME - Bug 2505
use Koha::Util::FrameworkPlugin qw(wrapper); use Koha::Util::FrameworkPlugin qw(wrapper);
use C4::Auth; use C4::Auth;
use CGI qw ( -utf8 ); use CGI qw ( -utf8 );

2
cataloguing/value_builder/unimarc_field_116.pl

@ -20,8 +20,6 @@
use Modern::Perl; use Modern::Perl;
#use warnings; FIXME - Bug 2505
use Koha::Util::FrameworkPlugin qw(wrapper); use Koha::Util::FrameworkPlugin qw(wrapper);
use C4::Auth; use C4::Auth;
use CGI qw ( -utf8 ); use CGI qw ( -utf8 );

1
cataloguing/value_builder/unimarc_field_117.pl

@ -19,7 +19,6 @@
# along with Koha; if not, see <http://www.gnu.org/licenses>. # along with Koha; if not, see <http://www.gnu.org/licenses>.
use Modern::Perl; use Modern::Perl;
#use warnings; FIXME - Bug 2505
use Koha::Util::FrameworkPlugin qw(wrapper); use Koha::Util::FrameworkPlugin qw(wrapper);
use C4::Auth; use C4::Auth;

1
cataloguing/value_builder/unimarc_field_120.pl

@ -19,7 +19,6 @@
# along with Koha; if not, see <http://www.gnu.org/licenses>. # along with Koha; if not, see <http://www.gnu.org/licenses>.
use Modern::Perl; use Modern::Perl;
#use warnings; FIXME - Bug 2505
use Koha::Util::FrameworkPlugin qw(wrapper); use Koha::Util::FrameworkPlugin qw(wrapper);
use C4::Auth; use C4::Auth;

1
cataloguing/value_builder/unimarc_field_121a.pl

@ -19,7 +19,6 @@
# along with Koha; if not, see <http://www.gnu.org/licenses>. # along with Koha; if not, see <http://www.gnu.org/licenses>.
use Modern::Perl; use Modern::Perl;
#use warnings; FIXME - Bug 2505
use Koha::Util::FrameworkPlugin qw(wrapper); use Koha::Util::FrameworkPlugin qw(wrapper);
use C4::Auth; use C4::Auth;

1
cataloguing/value_builder/unimarc_field_121b.pl

@ -19,7 +19,6 @@
# along with Koha; if not, see <http://www.gnu.org/licenses>. # along with Koha; if not, see <http://www.gnu.org/licenses>.
use Modern::Perl; use Modern::Perl;
#use warnings; FIXME - Bug 2505
use C4::Auth; use C4::Auth;
use CGI qw ( -utf8 ); use CGI qw ( -utf8 );
use C4::Context; use C4::Context;

1
cataloguing/value_builder/unimarc_field_122.pl

@ -19,7 +19,6 @@
# along with Koha; if not, see <http://www.gnu.org/licenses>. # along with Koha; if not, see <http://www.gnu.org/licenses>.
use Modern::Perl; use Modern::Perl;
#use warnings; FIXME - Bug 2505
use C4::Auth; use C4::Auth;
use CGI qw ( -utf8 ); use CGI qw ( -utf8 );
use C4::Context; use C4::Context;

1
cataloguing/value_builder/unimarc_field_123a.pl

@ -19,7 +19,6 @@
# along with Koha; if not, see <http://www.gnu.org/licenses>. # along with Koha; if not, see <http://www.gnu.org/licenses>.
use Modern::Perl; use Modern::Perl;
#use warnings; FIXME - Bug 2505
use C4::Auth; use C4::Auth;
use CGI qw ( -utf8 ); use CGI qw ( -utf8 );
use C4::Context; use C4::Context;

2
cataloguing/value_builder/unimarc_field_123d.pl

@ -19,7 +19,7 @@
# along with Koha; if not, see <http://www.gnu.org/licenses>. # along with Koha; if not, see <http://www.gnu.org/licenses>.
use Modern::Perl; use Modern::Perl;
#use warnings; FIXME - Bug 2505
use C4::Auth; use C4::Auth;
use CGI qw ( -utf8 ); use CGI qw ( -utf8 );
use C4::Context; use C4::Context;

2
cataloguing/value_builder/unimarc_field_123e.pl

@ -19,7 +19,7 @@
# along with Koha; if not, see <http://www.gnu.org/licenses>. # along with Koha; if not, see <http://www.gnu.org/licenses>.
use Modern::Perl; use Modern::Perl;
#use warnings; FIXME - Bug 2505
use C4::Auth; use C4::Auth;
use CGI qw ( -utf8 ); use CGI qw ( -utf8 );
use C4::Context; use C4::Context;

2
cataloguing/value_builder/unimarc_field_123f.pl

@ -19,7 +19,7 @@
# along with Koha; if not, see <http://www.gnu.org/licenses>. # along with Koha; if not, see <http://www.gnu.org/licenses>.
use Modern::Perl; use Modern::Perl;
#use warnings; FIXME - Bug 2505
use C4::Auth; use C4::Auth;
use CGI qw ( -utf8 ); use CGI qw ( -utf8 );
use C4::Context; use C4::Context;

2
cataloguing/value_builder/unimarc_field_123g.pl

@ -19,7 +19,7 @@
# along with Koha; if not, see <http://www.gnu.org/licenses>. # along with Koha; if not, see <http://www.gnu.org/licenses>.
use Modern::Perl; use Modern::Perl;
#use warnings; FIXME - Bug 2505
use C4::Auth; use C4::Auth;
use CGI qw ( -utf8 ); use CGI qw ( -utf8 );
use C4::Context; use C4::Context;

1
cataloguing/value_builder/unimarc_field_123i.pl

@ -20,7 +20,6 @@
use Modern::Perl; use Modern::Perl;
#use warnings; FIXME - Bug 2505
use C4::Auth; use C4::Auth;
use CGI qw ( -utf8 ); use CGI qw ( -utf8 );
use C4::Context; use C4::Context;

2
cataloguing/value_builder/unimarc_field_123j.pl

@ -19,7 +19,7 @@
# along with Koha; if not, see <http://www.gnu.org/licenses>. # along with Koha; if not, see <http://www.gnu.org/licenses>.
use Modern::Perl; use Modern::Perl;
#use warnings; FIXME - Bug 2505
use C4::Auth; use C4::Auth;
use CGI qw ( -utf8 ); use CGI qw ( -utf8 );
use C4::Context; use C4::Context;

2
cataloguing/value_builder/unimarc_field_124.pl

@ -19,7 +19,7 @@
# along with Koha; if not, see <http://www.gnu.org/licenses>. # along with Koha; if not, see <http://www.gnu.org/licenses>.
use Modern::Perl; use Modern::Perl;
#use warnings; FIXME - Bug 2505
use C4::Auth; use C4::Auth;
use CGI qw ( -utf8 ); use CGI qw ( -utf8 );
use C4::Context; use C4::Context;

2
cataloguing/value_builder/unimarc_field_124a.pl

@ -19,7 +19,7 @@
# along with Koha; if not, see <http://www.gnu.org/licenses>. # along with Koha; if not, see <http://www.gnu.org/licenses>.
use Modern::Perl; use Modern::Perl;
#use warnings; FIXME - Bug 2505
use C4::Auth; use C4::Auth;
use CGI qw ( -utf8 ); use CGI qw ( -utf8 );
use C4::Context; use C4::Context;

1
cataloguing/value_builder/unimarc_field_124b.pl

@ -20,7 +20,6 @@
use Modern::Perl; use Modern::Perl;
#use warnings; FIXME - Bug 2505
use C4::Auth; use C4::Auth;
use CGI qw ( -utf8 ); use CGI qw ( -utf8 );
use C4::Context; use C4::Context;

1
cataloguing/value_builder/unimarc_field_124c.pl

@ -20,7 +20,6 @@
use Modern::Perl; use Modern::Perl;
#use warnings; FIXME - Bug 2505
use C4::Auth; use C4::Auth;
use CGI qw ( -utf8 ); use CGI qw ( -utf8 );
use C4::Context; use C4::Context;

1
cataloguing/value_builder/unimarc_field_124d.pl

@ -20,7 +20,6 @@
use Modern::Perl; use Modern::Perl;
#use warnings; FIXME - Bug 2505
use C4::Auth; use C4::Auth;
use CGI qw ( -utf8 ); use CGI qw ( -utf8 );
use C4::Context; use C4::Context;

1
cataloguing/value_builder/unimarc_field_124e.pl

@ -20,7 +20,6 @@
use Modern::Perl; use Modern::Perl;
#use warnings; FIXME - Bug 2505
use C4::Auth; use C4::Auth;
use CGI qw ( -utf8 ); use CGI qw ( -utf8 );
use C4::Context; use C4::Context;

1
cataloguing/value_builder/unimarc_field_124f.pl

@ -20,7 +20,6 @@
use Modern::Perl; use Modern::Perl;
#use warnings; FIXME - Bug 2505
use C4::Auth; use C4::Auth;
use CGI qw ( -utf8 ); use CGI qw ( -utf8 );
use C4::Context; use C4::Context;

2
cataloguing/value_builder/unimarc_field_124g.pl

@ -19,7 +19,7 @@
# along with Koha; if not, see <http://www.gnu.org/licenses>. # along with Koha; if not, see <http://www.gnu.org/licenses>.
use Modern::Perl; use Modern::Perl;
#use warnings; FIXME - Bug 2505
use C4::Auth; use C4::Auth;
use CGI qw ( -utf8 ); use CGI qw ( -utf8 );
use C4::Context; use C4::Context;

2
cataloguing/value_builder/unimarc_field_125.pl

@ -19,7 +19,7 @@
# along with Koha; if not, see <http://www.gnu.org/licenses>. # along with Koha; if not, see <http://www.gnu.org/licenses>.
use Modern::Perl; use Modern::Perl;
#use warnings; FIXME - Bug 2505
use C4::Auth; use C4::Auth;
use CGI qw ( -utf8 ); use CGI qw ( -utf8 );
use C4::Context; use C4::Context;

2
cataloguing/value_builder/unimarc_field_125a.pl

@ -19,7 +19,7 @@
# along with Koha; if not, see <http://www.gnu.org/licenses>. # along with Koha; if not, see <http://www.gnu.org/licenses>.
use Modern::Perl; use Modern::Perl;
#use warnings; FIXME - Bug 2505
use C4::Auth; use C4::Auth;
use CGI qw ( -utf8 ); use CGI qw ( -utf8 );
use C4::Context; use C4::Context;

1
cataloguing/value_builder/unimarc_field_125b.pl

@ -19,7 +19,6 @@
# along with Koha; if not, see <http://www.gnu.org/licenses>. # along with Koha; if not, see <http://www.gnu.org/licenses>.
use Modern::Perl; use Modern::Perl;
#use warnings; FIXME - Bug 2505
use Koha::Util::FrameworkPlugin qw(wrapper); use Koha::Util::FrameworkPlugin qw(wrapper);
use C4::Auth; use C4::Auth;

2
cataloguing/value_builder/unimarc_field_126.pl

@ -19,7 +19,7 @@
# along with Koha; if not, see <http://www.gnu.org/licenses>. # along with Koha; if not, see <http://www.gnu.org/licenses>.
use Modern::Perl; use Modern::Perl;
#use warnings; FIXME - Bug 2505
use C4::Auth; use C4::Auth;
use CGI qw ( -utf8 ); use CGI qw ( -utf8 );
use C4::Context; use C4::Context;

1
cataloguing/value_builder/unimarc_field_126a.pl

@ -19,7 +19,6 @@
# along with Koha; if not, see <http://www.gnu.org/licenses>. # along with Koha; if not, see <http://www.gnu.org/licenses>.
use Modern::Perl; use Modern::Perl;
#use warnings; FIXME - Bug 2505
use Koha::Util::FrameworkPlugin qw(wrapper); use Koha::Util::FrameworkPlugin qw(wrapper);
use C4::Auth; use C4::Auth;

2
cataloguing/value_builder/unimarc_field_126b.pl

@ -19,7 +19,7 @@
# along with Koha; if not, see <http://www.gnu.org/licenses>. # along with Koha; if not, see <http://www.gnu.org/licenses>.
use Modern::Perl; use Modern::Perl;
#use warnings; FIXME - Bug 2505
use C4::Auth; use C4::Auth;
use CGI qw ( -utf8 ); use CGI qw ( -utf8 );
use C4::Context; use C4::Context;

2
cataloguing/value_builder/unimarc_field_127.pl

@ -19,7 +19,7 @@
# along with Koha; if not, see <http://www.gnu.org/licenses>. # along with Koha; if not, see <http://www.gnu.org/licenses>.
use Modern::Perl; use Modern::Perl;
#use warnings; FIXME - Bug 2505
use C4::Auth; use C4::Auth;
use CGI qw ( -utf8 ); use CGI qw ( -utf8 );
use C4::Context; use C4::Context;

2
cataloguing/value_builder/unimarc_field_128a.pl

@ -19,7 +19,7 @@
# along with Koha; if not, see <http://www.gnu.org/licenses>. # along with Koha; if not, see <http://www.gnu.org/licenses>.
use Modern::Perl; use Modern::Perl;
#use warnings; FIXME - Bug 2505
use C4::Auth; use C4::Auth;
use CGI qw ( -utf8 ); use CGI qw ( -utf8 );
use C4::Context; use C4::Context;

1
cataloguing/value_builder/unimarc_field_128b.pl

@ -19,7 +19,6 @@
# along with Koha; if not, see <http://www.gnu.org/licenses>. # along with Koha; if not, see <http://www.gnu.org/licenses>.
use Modern::Perl; use Modern::Perl;
#use warnings; FIXME - Bug 2505
use Koha::Util::FrameworkPlugin qw(wrapper); use Koha::Util::FrameworkPlugin qw(wrapper);
use C4::Auth; use C4::Auth;

2
cataloguing/value_builder/unimarc_field_128c.pl

@ -19,7 +19,7 @@
# along with Koha; if not, see <http://www.gnu.org/licenses>. # along with Koha; if not, see <http://www.gnu.org/licenses>.
use Modern::Perl; use Modern::Perl;
#use warnings; FIXME - Bug 2505
use C4::Auth; use C4::Auth;
use CGI qw ( -utf8 ); use CGI qw ( -utf8 );
use C4::Context; use C4::Context;

1
cataloguing/value_builder/unimarc_field_130.pl

@ -19,7 +19,6 @@
# along with Koha; if not, see <http://www.gnu.org/licenses>. # along with Koha; if not, see <http://www.gnu.org/licenses>.
use Modern::Perl; use Modern::Perl;
#use warnings; FIXME - Bug 2505
use Koha::Util::FrameworkPlugin qw(wrapper); use Koha::Util::FrameworkPlugin qw(wrapper);
use C4::Auth; use C4::Auth;

1
cataloguing/value_builder/unimarc_field_135a.pl

@ -19,7 +19,6 @@
# along with Koha; if not, see <http://www.gnu.org/licenses>. # along with Koha; if not, see <http://www.gnu.org/licenses>.
use Modern::Perl; use Modern::Perl;
#use warnings; FIXME - Bug 2505
use Koha::Util::FrameworkPlugin qw(wrapper); use Koha::Util::FrameworkPlugin qw(wrapper);
use C4::Auth; use C4::Auth;

1
cataloguing/value_builder/unimarc_field_140.pl

@ -19,7 +19,6 @@
# along with Koha; if not, see <http://www.gnu.org/licenses>. # along with Koha; if not, see <http://www.gnu.org/licenses>.
use Modern::Perl; use Modern::Perl;
#use warnings; FIXME - Bug 2505
use Koha::Util::FrameworkPlugin qw(wrapper); use Koha::Util::FrameworkPlugin qw(wrapper);
use C4::Auth; use C4::Auth;

2
cataloguing/value_builder/unimarc_field_141.pl

@ -19,7 +19,7 @@
# along with Koha; if not, see <http://www.gnu.org/licenses>. # along with Koha; if not, see <http://www.gnu.org/licenses>.
use Modern::Perl; use Modern::Perl;
#use warnings; FIXME - Bug 2505
use C4::Auth; use C4::Auth;
use CGI qw ( -utf8 ); use CGI qw ( -utf8 );
use C4::Context; use C4::Context;

1
cataloguing/value_builder/unimarc_field_210c_bis.pl

@ -40,7 +40,6 @@ It need :
use Modern::Perl; use Modern::Perl;
#use warnings; FIXME - Bug 2505
use C4::Auth; use C4::Auth;
use CGI qw ( -utf8 ); use CGI qw ( -utf8 );
use C4::Context; use C4::Context;

2
cataloguing/value_builder/unimarc_field_225a.pl

@ -40,7 +40,7 @@ It need :
=cut =cut
use Modern::Perl; use Modern::Perl;
#use warnings; FIXME - Bug 2505
use C4::Auth; use C4::Auth;
use CGI qw ( -utf8 ); use CGI qw ( -utf8 );
use C4::Context; use C4::Context;

1
cataloguing/value_builder/unimarc_field_4XX.pl

@ -19,7 +19,6 @@
use Modern::Perl; use Modern::Perl;
#use warnings; FIXME - Bug 2505
use CGI qw ( -utf8 ); use CGI qw ( -utf8 );
use C4::Output; use C4::Output;

2
cataloguing/value_builder/unimarc_field_686a.pl

@ -18,7 +18,7 @@
# along with Koha; if not, see <http://www.gnu.org/licenses>. # along with Koha; if not, see <http://www.gnu.org/licenses>.
use Modern::Perl; use Modern::Perl;
#use warnings; FIXME - Bug 2505
use C4::Auth; use C4::Auth;
use CGI qw ( -utf8 ); use CGI qw ( -utf8 );
use C4::Context; use C4::Context;

2
cataloguing/value_builder/unimarc_field_700-4.pl

@ -20,7 +20,7 @@
# along with Koha; if not, see <http://www.gnu.org/licenses>. # along with Koha; if not, see <http://www.gnu.org/licenses>.
use Modern::Perl; use Modern::Perl;
#use warnings; FIXME - Bug 2505
use C4::Auth; use C4::Auth;
use CGI qw ( -utf8 ); use CGI qw ( -utf8 );
use C4::Context; use C4::Context;

1
cataloguing/value_builder/unimarc_leader.pl

@ -19,7 +19,6 @@
# along with Koha; if not, see <http://www.gnu.org/licenses>. # along with Koha; if not, see <http://www.gnu.org/licenses>.
use Modern::Perl; use Modern::Perl;
#use warnings; FIXME - Bug 2505
use Koha::Util::FrameworkPlugin qw(wrapper); use Koha::Util::FrameworkPlugin qw(wrapper);
use C4::Auth; use C4::Auth;

Loading…
Cancel
Save