diff options
author | Tom Feist <shabble@metavore.org> | 2011-04-18 07:36:41 +0000 |
---|---|---|
committer | Tom Feist <shabble@metavore.org> | 2011-04-18 07:36:41 +0000 |
commit | 365525590fd2615fb7e348c08102049e1eb5aece (patch) | |
tree | d1f781b49f935e14c0ac9c4edd294ff8ed3f20e5 /feature-tests/augment_inputline.pl | |
parent | readme: fixed generator to not stomp if multiple files in one dir. Doesn't (diff) | |
download | irssi-scripts-365525590fd2615fb7e348c08102049e1eb5aece.tar.gz irssi-scripts-365525590fd2615fb7e348c08102049e1eb5aece.zip |
some minimalist pod.
Diffstat (limited to 'feature-tests/augment_inputline.pl')
-rw-r--r-- | feature-tests/augment_inputline.pl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/feature-tests/augment_inputline.pl b/feature-tests/augment_inputline.pl index 577f756..97a129e 100644 --- a/feature-tests/augment_inputline.pl +++ b/feature-tests/augment_inputline.pl @@ -1,3 +1,12 @@ +=pod + +=head1 NAME + +test + +=cut + + use strict; use Irssi; use Irssi::TextUI; # for sbar_items_redraw |