From c35f5e7ecaaf797e26804efd353912638040ed75 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sun, 31 Aug 2014 00:39:15 +0300 Subject: [PATCH] Remove test boilerplate --- t/App-FonBot-Daemon.t | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) 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. - -- 2.30.2