Subject: | Tests fail |
Hi,
Really like the module thanks for writing it. The test file is broken though I think?
I've attached a working version.
See what you think.
David
Subject: | notify.t |
use strict;
use warnings;
use Test::More tests => 1;
BEGIN {
use_ok('Gtk3::Notify', -init, "test_app");
}