X-Git-Url: http://git.ieval.ro/?p=app-xmms2-notifier.git;a=blobdiff_plain;f=t%2Ftest.t;fp=t%2Ftest.t;h=4d39474cea54a1091b8353b5ee5870451ea86216;hp=5f945bc75353e5b90883dd6962bfd7220f02f2fa;hb=f3286fcdcb8b72114af37942582795b08dbc0a74;hpb=b51c611467177f8d0e23ae8f871ec11e88392424 diff --git a/t/test.t b/t/test.t index 5f945bc..4d39474 100644 --- 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'); -}