bug in rebuild_zebra verbose logging - found another print I didn't want to see all...
[koha.git] / C4 / UploadedFile.pm
index 0050e09..dbf192e 100644 (file)
@@ -25,8 +25,10 @@ use IO::File;
 
 use vars qw($VERSION);
 
-# set the version for version checking
-$VERSION = 3.00;
+BEGIN {
+       # set the version for version checking
+       $VERSION = 3.00;
+}
 
 =head1 NAME
 
@@ -315,6 +317,9 @@ sub fh {
     return $self->{'fh'};
 }
 
+1;
+__END__
+
 =head1 AUTHOR
 
 Koha Development Team <info@koha.org>