From 626d6c08f2dc8f118122641571e18da81ccfac8c Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sun, 17 Aug 2014 01:01:17 +0300 Subject: [PATCH] Add shebang line to test --- t/POE-Component-IRC-Plugin-Logger-Irssi.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/POE-Component-IRC-Plugin-Logger-Irssi.t b/t/POE-Component-IRC-Plugin-Logger-Irssi.t index 0c1746c..ae2f79c 100644 --- a/t/POE-Component-IRC-Plugin-Logger-Irssi.t +++ b/t/POE-Component-IRC-Plugin-Logger-Irssi.t @@ -1,3 +1,4 @@ +#!/usr/bin/perl use v5.14; use strict; use warnings; @@ -20,4 +21,3 @@ is $fmt->{part}->('mgv', 'marius@example.org', '#chan', 'bye'), '-!- mgv [marius is $fmt->{quit}->('mgv', 'marius@example.org', 'buh-bye'), '-!- mgv [marius@example.org] has quit [buh-bye]', 'quit'; is $fmt->{kick}->('mgv', 'troll', '#chan', 'trolling'), '-!- troll was kicked from #chan by mgv [trolling]', 'kick'; is $fmt->{topic_set_by}->('#chan', 'mgv', 0), "-!- Topic set by mgv [$localtime0]"; - -- 2.30.2