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