[DBROWNING - Sun May 22 19:11:06 2005]:
Show quoted text> Very minor documentation fix (patch attached).
--- MethodMaker.pm.orig 2005-05-22 16:08:06.000000000 -0700
+++ MethodMaker.pm 2005-05-22 16:08:29.000000000 -0700
@@ -477,7 +477,7 @@
package MyClass;
use Class::MethodMaker
- [ scalar => [qw/ -scalar s /], ];
+ [ scalar => [qw/ -static s /], ];
This option causes components to hold class-specific, rather than
instance-specific values. Thus: