From 1cb71310de7296a1cc40672b8549c782735f0546 Mon Sep 17 00:00:00 2001 From: Ray Miller Date: Sun, 5 Feb 2012 11:51:04 +0000 Subject: [PATCH] Add documentation --- tk-comm | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/tk-comm b/tk-comm index 1a1dcd4..62b31f8 100755 --- a/tk-comm +++ b/tk-comm @@ -156,3 +156,30 @@ sub popup_error { my $error = shift; $mw->messageBox( -title => 'Error', -message => $error, -type => 'ok' ); } + +__END__ + +=head1 NAME + +tk-comm + +=head1 DESCRIPTION + +B is a graphical version of the standard Unix L +command. Unlike L, it does not require files to be sorted, +and it handles Unix, Windows, and Mac line endings transparently. + +=head1 SEE ALSO + +L, L + +=head1 AUTHOR + +Ray Miller Eray@1729.org.ukE + +=head1 COPYRIGHT AND LICENSE + +Copyright (c) 2012 Ray Miller. + +This is free software; you can redistribute it and/or modify it under +the same terms as the Perl 5 programming language system itself.