Remove everything libpurple-related
[app-xmms2-notifier.git] / t / test.t
CommitLineData
f3286fcd 1#!/usr/bin/perl
d53a283b 2use v5.14;
f3286fcd 3use warnings;
d53a283b 4
f3286fcd 5use Test::More tests => 2;
d53a283b
MG
6BEGIN { use_ok('App::XMMS2::Notifier') };
7
8#########################
9
10can_ok('App::XMMS2::Notifier', qw/run notify_libnotify/);
This page took 0.008877 seconds and 4 git commands to generate.