| Summary: | C4/TmplToken.pm has an unnecessary dependency on Exporter | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Colin Campbell <colin.campbell> |
| Component: | Architecture, internals, and plumbing | Assignee: | Colin Campbell <colin.campbell> |
| Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
| Severity: | minor | ||
| Priority: | P5 - low | CC: | gmcharlt |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | --- |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
| Attachments: |
proposed patch
Bug 12131: Remove unused dependency on Exporter [PASSED QA] Bug 12131: Remove unused dependency on Exporter |
||
|
Description
Colin Campbell
2014-04-23 13:21:47 UTC
Created attachment 27477 [details] [review] proposed patch Trivial patch does not affect functionality - removes an unused dependency. Created attachment 27518 [details] [review] Bug 12131: Remove unused dependency on Exporter C4::TmplToken depends on Exporter but does not use any of its facilities. Removed the dead code so it does not clog up the source and waste compilation time Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Module still compiles correctly; t/TmplToken.t passes. Created attachment 27608 [details] [review] [PASSED QA] Bug 12131: Remove unused dependency on Exporter C4::TmplToken depends on Exporter but does not use any of its facilities. Removed the dead code so it does not clog up the source and waste compilation time Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Module still compiles correctly; t/TmplToken.t passes. Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Pushed to master. Thanks, Colin! |