Bug 2616: Remove unnecessary 'use HTML::Template' calls
authorIan Walls <ian.walls@bywatersolutions.com>
Sun, 4 Dec 2011 17:31:22 +0000 (12:31 -0500)
committerPaul Poulain <paul.poulain@biblibre.com>
Tue, 6 Dec 2011 10:34:05 +0000 (11:34 +0100)
commitc70ff88205d9951858c0dc9bb7c581e82dee50e9
treefa08184afb611c1b9fe5cf7058f61e800ba37058
parent32317878c0e2cbf858e8a21466d01ab3c4df3aec
Bug 2616: Remove unnecessary 'use HTML::Template' calls

Removes deprecated calls to HTML::Template or HTML::Template::Pro from:
C4/Output.pm
catalogue/export.pl
reports/issues_by_borrower_category.plugin
reports/itemtypes.plugin

Only remaining calls are in misc/cronjobs/rss/rss.pl, misc/cronjobs/smsoverdues.pl,
and t/test_template.pl.  These scripts still legitimately depend on H:T:P

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
C4/Output.pm
catalogue/export.pl
reports/issues_by_borrower_category.plugin
reports/itemtypes.plugin