summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorjluehrs2 <jluehrs2@uiuc.edu>2007-08-16 18:59:45 -0500
committerjluehrs2 <jluehrs2@uiuc.edu>2007-08-16 18:59:45 -0500
commitad301fe03ff962bc53b793bb2c2a11779b71a59f (patch)
treea5f84e491ed548dcf3e6736b051995563b5c05c6 /README
parent1b6a9838b59226cd542dbfb911b1be228be7c1f7 (diff)
downloadio-pty-easy-ad301fe03ff962bc53b793bb2c2a11779b71a59f.tar.gz
io-pty-easy-ad301fe03ff962bc53b793bb2c2a11779b71a59f.zip
add cpan stuff
Diffstat (limited to 'README')
-rw-r--r--README44
1 files changed, 44 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..a2e7a7b
--- /dev/null
+++ b/README
@@ -0,0 +1,44 @@
+IO-Pty-Easy 0.01
+
+IO::Pty::Easy is
+
+MAJOR CHANGES
+ 0.01: first version
+
+INSTALLATION
+
+To install this module, run the following commands:
+
+ perl Makefile.PL
+ make
+ make test
+ make install
+
+SUPPORT AND DOCUMENTATION
+
+After installing, you can find documentation for this module with the perldoc
+command.
+
+ perldoc IO::Pty::Easy
+
+You can also look for information at:
+
+ Search CPAN
+ http://search.cpan.org/dist/IO-Pty-Easy
+
+ CPAN Request Tracker:
+ http://rt.cpan.org/NoAuth/Bugs.html?Dist=IO-Pty-Easy
+
+ AnnoCPAN, annotated CPAN documentation:
+ http://annocpan.org/dist/IO-Pty-Easy
+
+ CPAN Ratings:
+ http://cpanratings.perl.org/d/IO-Pty-Easy
+
+COPYRIGHT AND LICENSE
+
+Copyright (C) 2007 Jesse Luehrs
+
+This program is free software; you can redistribute it and/or modify it
+under the same terms as Perl itself.
+