aboutsummaryrefslogblamecommitdiffstats
path: root/feature-tests/template.pl
blob: 2c750444774ee47b59b7a07911fd703cbf7b1455 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                                             
use strict;
use warnings;


use Irssi;


our $VERSION = '0.1';
our %IRSSI = (
              authors     => '',
              contact     => '',
              name        => '',
              description => '',
              license     => 'Public Domain',
             );