summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2009-06-26 23:57:09 -0500
committerJesse Luehrs <doy@tozt.net>2009-06-26 23:57:09 -0500
commit9e9e9a2dcc5bb08d9e298626f981ccbd75377dc7 (patch)
tree0f6861667a2936013473eb7c52718f3f36f152d2
parent71ef1a711e5a1ac2b896aefdd60231c1af518c62 (diff)
downloadio-socket-telnet-halfduplex-9e9e9a2dcc5bb08d9e298626f981ccbd75377dc7.tar.gz
io-socket-telnet-halfduplex-9e9e9a2dcc5bb08d9e298626f981ccbd75377dc7.zip
add Changes and dist.ini
-rw-r--r--Changes4
-rw-r--r--dist.ini11
2 files changed, 15 insertions, 0 deletions
diff --git a/Changes b/Changes
new file mode 100644
index 0000000..1b3840b
--- /dev/null
+++ b/Changes
@@ -0,0 +1,4 @@
+Revision history for IO::Socket::Telnet::HalfDuplex
+
+0.01
+ Initial release
diff --git a/dist.ini b/dist.ini
new file mode 100644
index 0000000..a942b07
--- /dev/null
+++ b/dist.ini
@@ -0,0 +1,11 @@
+name = IO-Socket-Telnet-HalfDuplex
+version = 0.01
+author = Jesse Luehrs <doy at tozt dot net>
+license = Perl_5
+copyright_holder = Jesse Luehrs
+abstract = more reliable telnet communication
+
+[@Classic]
+
+[Prereq]
+IO::Socket::Telnet = 0