summaryrefslogtreecommitdiffstats
path: root/dcopperl/README
diff options
context:
space:
mode:
Diffstat (limited to 'dcopperl/README')
-rw-r--r--dcopperl/README13
1 files changed, 13 insertions, 0 deletions
diff --git a/dcopperl/README b/dcopperl/README
new file mode 100644
index 00000000..c2432e8f
--- /dev/null
+++ b/dcopperl/README
@@ -0,0 +1,13 @@
+DCOP Bindings for Perl
+
+This does need some updating, basic functionality already works quite well
+
+To install, follow the usual Perl-Module-Installation-Procedure:
+perl Makefile.PL
+make
+make test
+make install
+
+Documentation is available in perldoc format embedded into DCOP.pm and
+after installation it should be accessible via
+man DCOP