bug 2615: remove unneeded 'require Exporter'
[koha.git] / about.pl
index 0c47aa0..7fb2efc 100755 (executable)
--- a/about.pl
+++ b/about.pl
@@ -16,7 +16,6 @@
 # Suite 330, Boston, MA  02111-1307 USA
 
 use strict;
-require Exporter;
 
 use C4::Output;    # contains gettemplate
 use C4::Auth;