Bug 7684: (follow-up) fix UTF-8 encoding problems in CSV export
[koha.git] / C4 / ClassSortRoutine.pm
index fcd797d..04c24a5 100644 (file)
@@ -23,12 +23,11 @@ use warnings;
 require Exporter;
 use Class::Factory::Util;
 use C4::Context;
-use C4::Koha;
 
 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
 
 # set the version for version checking
-$VERSION = 3.00;
+$VERSION = 3.07.00.049;
 
 =head1 NAME