Skip to content

Commit

Permalink
[backend] remove Types::Serialiser reference
Browse files Browse the repository at this point in the history
It's no longer needed for newer JSON::XS versions.
  • Loading branch information
mlschroe committed Dec 1, 2017
1 parent 39cc9da commit c59709a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/backend/bs_notar
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,10 @@
BEGIN {
my ($wd) = $0 =~ m-(.*)/- ;
$wd ||= '.';
# FIXME: currently the bs_srcserver makes assumptions on being in a
# properly set up working dir, e.g. with subdirs 'worker' and
# 'build'. Either that is cleaned up or this stays in, for the sake
# of startproc and others being able to start a bs_srcserver without
# knowing that it has to be started in the right directory....

chdir "$wd";
unshift @INC, "build";
unshift @INC, ".";
}

use Types::Serialiser;
use JSON::XS ();
use MIME::Base64 ();
use Digest::SHA ();
Expand Down

0 comments on commit c59709a

Please sign in to comment.