summaryrefslogtreecommitdiffstats
path: root/lib/Language/TECO.pm
diff options
context:
space:
mode:
authorjluehrs2 <jluehrs2@uiuc.edu>2008-05-19 20:33:36 -0500
committerjluehrs2 <jluehrs2@uiuc.edu>2008-05-19 20:33:36 -0500
commita886df7e0b15eb32b0fcd73375bd7b4ee2b392cd (patch)
tree6959e99b8c0206b23d05b3eddd1429ef7edbbaa4 /lib/Language/TECO.pm
downloadlanguage-teco-a886df7e0b15eb32b0fcd73375bd7b4ee2b392cd.tar.gz
language-teco-a886df7e0b15eb32b0fcd73375bd7b4ee2b392cd.zip
Initial import of Language::TECO
Diffstat (limited to 'lib/Language/TECO.pm')
-rw-r--r--lib/Language/TECO.pm83
1 files changed, 83 insertions, 0 deletions
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<Foo::Bar>
+
+=head1 AUTHOR
+
+Jesse Luehrs, C<< <jluehrs2 at uiuc.edu> >>
+
+=head1 BUGS
+
+No known bugs.
+
+Please report any bugs through RT: email
+C<bug-language-teco at rt.cpan.org>, or browse
+L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Language-TECO>.
+
+=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<http://annocpan.org/dist/Language-TECO>
+
+=item * CPAN Ratings
+
+L<http://cpanratings.perl.org/d/Language-TECO>
+
+=item * RT: CPAN's request tracker
+
+L<http://rt.cpan.org/NoAuth/Bugs.html?Dist=Language-TECO>
+
+=item * Search CPAN
+
+L<http://search.cpan.org/dist/Language-TECO>
+
+=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;
+