Bug 8761 Dont inadvertantly use slices
[koha.git] / C4 / ClassSource.pm
index 13c2186..63f6c67 100644 (file)
@@ -22,13 +22,12 @@ use warnings;
 
 require Exporter;
 use C4::Context;
-use C4::Koha;
 use C4::ClassSortRoutine;
 
 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
 
@@ -358,6 +357,6 @@ sub GetClassSort {
 
 =head1 AUTHOR
 
-Koha Development Team <info@koha.org>
+Koha Development Team <http://koha-community.org/>
 
 =cut