Add shebang line to test
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 16 Aug 2014 22:01:17 +0000 (01:01 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 16 Aug 2014 22:01:17 +0000 (01:01 +0300)
t/POE-Component-IRC-Plugin-Logger-Irssi.t

index 0c1746c891af157c59ca45b822e3fd951e9b3c6b..ae2f79c2f839a06b0873fe9e142b95ee1d101cb8 100644 (file)
@@ -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]";
-
This page took 0.010582 seconds and 4 git commands to generate.