Skip to content

Commit

Permalink
[backend] BSRegistryServer: add 'use' statements for the modules we use
Browse files Browse the repository at this point in the history
  • Loading branch information
mlschroe committed Dec 21, 2018
1 parent f633acd commit 319c6a2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/backend/BSRegistryServer.pm
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@

package BSRegistryServer;

use JSON::XS ();

use BSServer;
use BSStdServer;

our $registry_api_hdr = 'Docker-Distribution-Api-Version: registry/2.0';
Expand Down

0 comments on commit 319c6a2

Please sign in to comment.