]> git.donarmstrong.com Git - class_modular.git/.git/commit
* We now follow the subclasses @METHOD and @SUB_MODULE arrays if they
authorDon Armstrong <don@donarmstrong.com>
Sat, 20 Nov 2004 05:28:33 +0000 (05:28 +0000)
committerDon Armstrong <don@donarmstrong.com>
Sat, 20 Nov 2004 05:28:33 +0000 (05:28 +0000)
commite62017220f259704c70a9144bb8225fe543da4e9
tree686e81cf53053d0956f193f0ac3efd300b254293
parentf6ed24df8a4fddac5c08362e305556b36f7b2dfa
 * We now follow the subclasses @METHOD and @SUB_MODULE arrays if they
   exist, so the most common instance doesn't need an _init and a
   _methods class
 * Updated documentation for the above
 * Updated SYNOPSIS for the above
 * Added is_loaded function to Class::Modular
 * 01_module.t now uses Test::More
   - use_ok('Class::Modular')
   - test the new @METHOD functionality
   - Add emacs modeline

git-svn-id: file:///srv/don_svn/class_modular/trunk@37 96c6a18b-02ce-0310-9fca-9eb62c757ba6
lib/Class/Modular.pm
t/01_module.t