diff options
author | Tom Feist <shabble@metavore.org> | 2010-11-05 00:47:14 +0000 |
---|---|---|
committer | Tom Feist <shabble@metavore.org> | 2010-11-05 00:47:14 +0000 |
commit | 1297ea571d444d38a1dafe6e21978516831cdcf6 (patch) | |
tree | eebaf63dc15f9373bcacb58941eaf8691bab92a7 /feature-tests/template.pl | |
parent | vim_mode: added a setting for 'prompt_leading_space' to determine whether the (diff) | |
download | irssi-scripts-1297ea571d444d38a1dafe6e21978516831cdcf6.tar.gz irssi-scripts-1297ea571d444d38a1dafe6e21978516831cdcf6.zip |
added some feature tests for format expansion
Diffstat (limited to 'feature-tests/template.pl')
-rw-r--r-- | feature-tests/template.pl | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/feature-tests/template.pl b/feature-tests/template.pl new file mode 100644 index 0000000..2c75044 --- /dev/null +++ b/feature-tests/template.pl @@ -0,0 +1,15 @@ +use strict; +use warnings; + + +use Irssi; + + +our $VERSION = '0.1'; +our %IRSSI = ( + authors => '', + contact => '', + name => '', + description => '', + license => 'Public Domain', + ); |