Bug 27482 - Use Modern::Perl in migration tools
Summary: Use Modern::Perl in migration tools
Status: CLOSED INVALID
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Mazen Khallaf
QA Contact: Testopia
URL:
Keywords: Academy
Depends on:
Blocks: 2505
  Show dependency treegraph
 
Reported: 2021-01-20 02:39 UTC by Aleisha Amohia
Modified: 2021-12-13 21:10 UTC (History)
2 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Aleisha Amohia 2021-01-20 02:39:23 UTC
use Modern::Perl in the place of use strict; use warnings;

misc/migration_tools/22_to_30/missing090field.pl
misc/migration_tools/22_to_30/move_marc_to_authheader.pl
misc/migration_tools/22_to_30/rebuild_leader.pl
misc/migration_tools/22_to_30/rebuild_unimarc_100.pl
misc/migration_tools/buildCOUNTRY.pl
misc/migration_tools/buildEDITORS.pl
misc/migration_tools/buildLANG.pl
misc/migration_tools/create_analytical_rel.pl
misc/migration_tools/upgradeitems.pl
Comment 1 Jonathan Druart 2021-01-20 08:01:32 UTC
Hi Aleisha,

Those scripts will be very hard to test, and adding Modern::Perl may break them.
I think it's better to let them as it.
Comment 2 Aleisha Amohia 2021-01-20 19:29:16 UTC
No worries, I had just taken them from your list on bug 2505. will mark resolved.