basic stuff, docs, no implementation yet
[gitmo/MRO-Compat.git] / README
diff --git a/README b/README
new file mode 100644 (file)
index 0000000..a8f6bdd
--- /dev/null
+++ b/README
@@ -0,0 +1,29 @@
+mro version 0.01
+===========================
+
+INSTALLATION
+
+To install this module type the following:
+
+   perl Makefile.PL
+   make
+   make test
+   make install
+
+DEPENDENCIES
+
+   Requires Test::More 0.47 to test
+
+IMPORTANT INFORMATION
+
+   This module is only for use on Perls earlier than 5.9.5.
+   Perl version 5.9.5 and higher includes its own superior
+   implementation, with a version number greater than 1.00.
+
+COPYRIGHT AND LICENCE
+
+Copyright (C) 2007 Brandon L Black <blblack@gmail.com>
+
+This library is free software; you can redistribute it and/or modify
+it under the same terms as Perl itself. 
+