diff options
Diffstat (limited to 'devel/p5-Class-C3-Componentised/DESCR')
-rw-r--r-- | devel/p5-Class-C3-Componentised/DESCR | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/devel/p5-Class-C3-Componentised/DESCR b/devel/p5-Class-C3-Componentised/DESCR new file mode 100644 index 00000000000..26b647474d1 --- /dev/null +++ b/devel/p5-Class-C3-Componentised/DESCR @@ -0,0 +1,8 @@ +This will inject base classes to your module using the Class::C3 method +resolution order. + +Please note: these are not plugins that can take precedence over methods +declared in MyModule. If you want something like that, consider +MooseX::Object::Pluggable. + +WWW: http://search.cpan.org/dist/Class-C3-Componentised/ |