aboutsummaryrefslogblamecommitdiffstats
path: root/feature-tests/template.pl
blob: f3ae68a49df9d431270cf29c0e2cecb8970020ff (plain) (tree)
1
2
3
4
5
6
7
8
9




             



                  



                     

                                                          



                                             
use strict;
use warnings;


use Irssi;
use Irssi::Irc;
use Irssi::TextUI;

use Data::Dumper;


our $VERSION = '0.1';
our %IRSSI = (
              authors     => 'shabble',
              contact     => 'shabble+irssi@metavore.org',
              name        => '',
              description => '',
              license     => 'Public Domain',
             );