5f945bc75353e5b90883dd6962bfd7220f02f2fa
[app-xmms2-notifier.git] / t / test.t
1 #!/usr/bin/perl -w
2 use v5.14;
3
4 use Test::More tests => 3;
5 BEGIN { use_ok('App::XMMS2::Notifier') };
6
7 #########################
8
9 can_ok('App::XMMS2::Notifier', qw/run notify_libnotify/);
10
11 TODO: {
12 local $TODO = 'libpurple notify not written yet';
13 can_ok('App::XMMS2::Notifier', 'notify_libpurple');
14 }
This page took 0.023457 seconds and 3 git commands to generate.