From: Marius Gavrilescu Date: Sat, 16 Aug 2014 22:01:17 +0000 (+0300) Subject: Add shebang line to test X-Git-Tag: 0.001002~1 X-Git-Url: http://git.ieval.ro/?p=poe-component-irc-plugin-logger-irssi.git;a=commitdiff_plain;h=626d6c08f2dc8f118122641571e18da81ccfac8c Add shebang line to test --- 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]"; -