diff options
-rw-r--r-- | feature-tests/template.pl | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/feature-tests/template.pl b/feature-tests/template.pl index 2c75044..f3ae68a 100644 --- a/feature-tests/template.pl +++ b/feature-tests/template.pl @@ -3,12 +3,16 @@ use warnings; use Irssi; +use Irssi::Irc; +use Irssi::TextUI; + +use Data::Dumper; our $VERSION = '0.1'; our %IRSSI = ( - authors => '', - contact => '', + authors => 'shabble', + contact => 'shabble+irssi@metavore.org', name => '', description => '', license => 'Public Domain', |