Bug 27484

Summary: Use Modern::Perl in tests
Product: Koha Reporter: Aleisha Amohia <aleisha>
Component: Architecture, internals, and plumbingAssignee: Ava <liav>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: liav
Version: unspecifiedKeywords: Academy
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on:    
Bug Blocks: 2505    

Description Aleisha Amohia 2021-01-20 02:41:15 UTC
use Modern::Perl in the place of use strict; use warnings;

t/db_dependent/Biblio/TransformHtmlToMarc.t
t/db_dependent/data/marc21/zebraexport/biblio/exported_records
Comment 1 Ava 2021-01-20 03:38:35 UTC
It has already been fixed