Bug 17600: Standardize our EXPORT_OK
[srvgit] / t / db_dependent / FrameworkPlugin.t
index 3a28df4..f05c810 100755 (executable)
@@ -8,8 +8,8 @@ use Test::More tests => 5;
 
 use t::lib::TestBuilder;
 
-use C4::Auth;
-use C4::Output;
+use C4::Auth qw( checkauth );
+use C4::Output qw( output_html_with_http_headers );
 use Koha::Database;
 use Koha::FrameworkPlugin;