X-Git-Url: http://git.ieval.ro/?p=app-fonbot-daemon.git;a=blobdiff_plain;f=t%2FApp-FonBot-Daemon.t;h=3bc24d3fe6de5a9a44ac3ad1a2666f7df934a471;hp=add887f35abe0daaf44f1a62fdd50d09833718f7;hb=c35f5e7ecaaf797e26804efd353912638040ed75;hpb=8dc70d07c47947a1b1a9de7d377aee1003aca0ae diff --git a/t/App-FonBot-Daemon.t b/t/App-FonBot-Daemon.t index add887f..3bc24d3 100644 --- a/t/App-FonBot-Daemon.t +++ b/t/App-FonBot-Daemon.t @@ -1,18 +1,6 @@ -# Before `make install' is performed this script should be runnable with -# `make test'. After `make install' it should work as `perl App-FonBot-Daemon.t' - -######################### - -# change 'tests => 1' to 'tests => last_test_to_print'; - +#!/usr/bin/perl use strict; use warnings; use Test::More tests => 1; BEGIN { use_ok('App::FonBot::Daemon') }; - -######################### - -# Insert your test code below, the Test::More module is use()ed here so read -# its man page ( perldoc Test::More ) for help writing this test script. -