]> git.donarmstrong.com Git - class_modular.git/.git/blobdiff - README
* Remove useless -> from Class::Modular
[class_modular.git/.git] / README
diff --git a/README b/README
new file mode 100644 (file)
index 0000000..31ad355
--- /dev/null
+++ b/README
@@ -0,0 +1,10 @@
+Class::Modular is a superclass for generating modular classes, where
+methods can be added into the class from the perspective of the
+object, rather than from the perspective of the class.
+
+See perldoc Class::Modular for more information, and COPYING for
+copyright and licensing information.
+
+Da::DB makes extensive use of Class::Modular, and is available at
+http://rzlab.ucr.edu/cgi-bin/viewcvs.cgi/?root=Da+DB and should be
+comming soon to a CPAN mirror near you.