hydra-notify: use Hydra::Event

This commit is contained in:
Your Name 2021-08-16 15:52:14 -04:00
parent d311a0d002
commit e572a5e576

View file

@ -2,12 +2,13 @@
use strict;
use utf8;
use Getopt::Long;
use Hydra::Event;
use Hydra::Event::BuildFinished;
use Hydra::Helper::AddBuilds;
use Hydra::Helper::Nix;
use Hydra::Plugin;
use Hydra::PostgresListener;
use Getopt::Long;
STDERR->autoflush(1);
STDOUT->autoflush(1);