Index: trunk/console/lib/Console.pm
===================================================================
--- trunk/console/lib/Console.pm	(revision 24610)
+++ trunk/console/lib/Console.pm	(revision 24616)
@@ -1,2 +1,4 @@
+# Copyright (C) 2009  Joshua Hoblitt
+
 package Console;
 
@@ -87,2 +89,57 @@
 
 1;
+
+__END__
+
+=pod
+
+=head1 NAME
+
+Console - rcfile management for the 'console' util
+
+=head1 SYNOPSIS
+
+    use Console;
+
+    my $rcfile = Console::find_rcfile;
+    my $c = Console::read_rcfile($rcfile);
+    Console::add_host(config => $c, console => $con, hostname => $h);
+    Console::delete_host(config => $c, hostname => $h);
+
+=head1 DESCRIPTION
+
+=head1 CREDITS
+
+Just me, myself, and I.
+
+=head1 SUPPORT
+
+Please contact the author directly via e-mail.
+
+=head1 AUTHOR
+
+Joshua Hoblitt <jhoblitt@cpan.org>
+
+=head1 COPYRIGHT
+
+Copyright (C) 2009  Joshua Hoblitt.  All rights reserved.
+
+This program is free software; you can redistribute it and/or modify it under
+the terms of the GNU General Public License as published by the Free Software
+Foundation; either version 2 of the License, or (at your option) any later
+version.
+
+This program is distributed in the hope that it will be useful, but WITHOUT ANY
+WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+PARTICULAR PURPOSE.  See the GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License along with
+this program; if not, write to the Free Software Foundation, Inc., 59 Temple
+Place - Suite 330, Boston, MA  02111-1307, USA.
+
+The full text of the license can be found in the LICENSE file included with
+this module, or in the L<perlgpl> Pod as supplied with Perl 5.8.1 and later.
+
+=head1 SEE ALSO
+
+L<Config::YAML>
