move code to Fuse::DBI module (probably broken now)
[Fuse-DBI] / README
diff --git a/README b/README
new file mode 100644 (file)
index 0000000..40183f9
--- /dev/null
+++ b/README
@@ -0,0 +1,29 @@
+Fuse-DBI version 0.01
+=====================
+
+Type perldoc Fuse::DBI to get instructions
+
+INSTALLATION
+
+To install this module type the following:
+
+   perl Makefile.PL
+   make
+   make test
+   make install
+
+DEPENDENCIES
+
+This module requires these other modules and libraries:
+
+   FIX
+
+COPYRIGHT AND LICENCE
+
+Copyright (C) 2004 by Dobrica Pavlinusic
+
+This library is free software; you can redistribute it and/or modify
+it under the same terms as Perl itself, either Perl version 5.8.4 or,
+at your option, any later version of Perl 5 you may have available.
+
+