From a886df7e0b15eb32b0fcd73375bd7b4ee2b392cd Mon Sep 17 00:00:00 2001 From: jluehrs2 Date: Mon, 19 May 2008 20:33:36 -0500 Subject: Initial import of Language::TECO --- lib/Language/TECO.pm | 83 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 lib/Language/TECO.pm (limited to 'lib/Language/TECO.pm') diff --git a/lib/Language/TECO.pm b/lib/Language/TECO.pm new file mode 100644 index 0000000..704fcce --- /dev/null +++ b/lib/Language/TECO.pm @@ -0,0 +1,83 @@ +#!perl +package Language::TECO; +use strict; +use warnings; + + + +=head1 NAME + +Language::TECO - ??? + +=head1 VERSION + +Version 0.01 released ??? + +=cut + +our $VERSION = '0.01'; + +=head1 SYNOPSIS + + use Language::TECO; + do_stuff(); + +=head1 DESCRIPTION + + + +=head1 SEE ALSO + +L + +=head1 AUTHOR + +Jesse Luehrs, C<< >> + +=head1 BUGS + +No known bugs. + +Please report any bugs through RT: email +C, or browse +L. + +=head1 SUPPORT + +You can find this documentation for this module with the perldoc command. + + perldoc Language::TECO + +You can also look for information at: + +=over 4 + +=item * AnnoCPAN: Annotated CPAN documentation + +L + +=item * CPAN Ratings + +L + +=item * RT: CPAN's request tracker + +L + +=item * Search CPAN + +L + +=back + +=head1 COPYRIGHT AND LICENSE + +Copyright 2008 Jesse Luehrs. + +This program is free software; you can redistribute it and/or modify it +under the same terms as Perl itself. + +=cut + +1; + -- cgit v1.2.3-54-g00ecf