http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10991
Bug ID: 10991
Summary: C4::ImportExportFramework has unnecessary temporary
file and directory management code
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: minor
Priority: P5 - low
Component: Architecture, internals, and plumbing
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
There is code in C4::ImportExportFramework that supplies alternative code if
the module File::Temp is not installed. As File::Temp is both a core Perl
module and marked as a required dependency of Koha, that code only serves to
add unnecessary complexity to the module and (not that this is a core concern)
reduces portability to non-Unix-like platforms.
In particular, the _createTmpDir routine is unnecessary. Removing it would
also remove a dependency on Digest::MD5.
Similarly, there's code that handles the case where File::Path is not present,
but this is also a core Perl module.
--
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/