]>
Commit | Line | Data |
---|---|---|
f3286fcd | 1 | #!/usr/bin/perl |
d53a283b | 2 | use v5.14; |
f3286fcd | 3 | use warnings; |
d53a283b | 4 | |
f3286fcd | 5 | use Test::More tests => 2; |
d53a283b MG |
6 | BEGIN { use_ok('App::XMMS2::Notifier') }; |
7 | ||
8 | ######################### | |
9 | ||
10 | can_ok('App::XMMS2::Notifier', qw/run notify_libnotify/); |