http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5399 Summary: remove useless eval 'use C4::Foo' Change sponsored?: --- Product: Koha Version: HEAD Platform: All OS/Version: All Status: NEW Severity: trivial Priority: P5 Component: Architecture, internals, and plumbing AssignedTo: gmcharlt@gmail.com ReportedBy: gmcharlt@gmail.com QAContact: koha-bugs@lists.koha-community.org Estimated Hours: 0.0 A couple scripts use constructs like this: eval "use C4::Acquisition qw/GetBasket/;"; I can think of no good reason to do this for standard C4 modules, especially since the code never checked to see if the eval succeeded. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.