summaryrefslogtreecommitdiff
path: root/irc/p5-IRC/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'irc/p5-IRC/pkg-descr')
-rw-r--r--irc/p5-IRC/pkg-descr18
1 files changed, 18 insertions, 0 deletions
diff --git a/irc/p5-IRC/pkg-descr b/irc/p5-IRC/pkg-descr
new file mode 100644
index 000000000000..55037c642888
--- /dev/null
+++ b/irc/p5-IRC/pkg-descr
@@ -0,0 +1,18 @@
+Welcome to Net::IRC, a work in progress. First intended to
+be a quick tool for writing an IRC script in Perl,
+Net::IRC has grown into a comprehensive Perl
+implementation of the IRC protocol (RFC 1459), supported
+and developed by several members of the EFnet IRC channel
+#perl.
+
+There are 4 component modules which make up Net::IRC:
+
+Net::IRC
+
+Net::IRC::Connection
+
+Net::IRC::Event
+
+Net::IRC::DCC
+
+See their respective man pages for details.