From: Marius Gavrilescu Date: Sat, 30 Aug 2014 21:39:15 +0000 (+0300) Subject: Remove test boilerplate X-Git-Tag: 0.000_4~4 X-Git-Url: http://git.ieval.ro/?p=app-fonbot-daemon.git;a=commitdiff_plain;h=c35f5e7ecaaf797e26804efd353912638040ed75 Remove test boilerplate --- 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. -