Remove everything libpurple-related
[app-xmms2-notifier.git] / t / test.t
index 1d2c8a5fd42c810a7b8b7a1a26cd46f3ff3d4e97..4d39474cea54a1091b8353b5ee5870451ea86216 100644 (file)
--- a/t/test.t
+++ b/t/test.t
@@ -1,14 +1,10 @@
-#!/usr/bin/perl -w
+#!/usr/bin/perl
 use v5.14;
+use warnings;
 
-use Test::More tests => 3;
+use Test::More tests => 2;
 BEGIN { use_ok('App::XMMS2::Notifier') };
 
 #########################
 
 can_ok('App::XMMS2::Notifier', qw/run notify_libnotify/);
-
-TODO: {
-  local $TODO = 'libpurple notify not written yet';
-  can_ok('App::XMMS2::Notifier', 'notify_libpurple');
-}
This page took 0.010141 seconds and 4 git commands to generate.