From 365525590fd2615fb7e348c08102049e1eb5aece Mon Sep 17 00:00:00 2001 From: Tom Feist Date: Mon, 18 Apr 2011 08:36:41 +0100 Subject: some minimalist pod. --- feature-tests/augment_inputline.pl | 9 +++++++++ tinyurl-tabcomplete/complete-tiny-url.pl | 19 +++++++++++++++++++ 2 files changed, 28 insertions(+) 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 diff --git a/tinyurl-tabcomplete/complete-tiny-url.pl b/tinyurl-tabcomplete/complete-tiny-url.pl index 79d1161..3f268e7 100644 --- a/tinyurl-tabcomplete/complete-tiny-url.pl +++ b/tinyurl-tabcomplete/complete-tiny-url.pl @@ -1,3 +1,22 @@ +=pod + +=head1 NAME + +=head1 DESCRIPTION + +=head1 INSTALLATION + +=head1 USAGE + +=head1 AUTHORS + +=head1 LICENCE + +=head1 BUGS + +=cut + + use strict; use vars qw($VERSION %IRSSI); -- cgit v1.2.3