1d2c8a5fd42c810a7b8b7a1a26cd46f3ff3d4e97
[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.022744 seconds and 3 git commands to generate.