Bug 12131: Remove unused dependency on Exporter
authorColin Campbell <colin.campbell@ptfs-europe.com>
Wed, 23 Apr 2014 13:23:28 +0000 (14:23 +0100)
committerGalen Charlton <gmc@esilibrary.com>
Fri, 25 Apr 2014 15:24:39 +0000 (15:24 +0000)
commitfc9d207d9e6ae68651c6f60eaa77f2a16581a4ca
tree2b9c1774a713f4c730e31c82c6d6245abf6fe64f
parent1cea3ee5846c84ca0d8bf406b01debf6a3a64336
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>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
C4/TmplToken.pm