]> git.donarmstrong.com Git - class_modular.git/.git/shortlog
class_modular.git/.git
2007-10-07 Don Armstrongstart 0.06SVN version master origin/trunk
2007-10-07 Don Armstrong0.05 release
2006-11-17 Don Armstrong * stop using eval to wrap the goto, which is broken...
2005-01-22 Don Armstrong * Preparation for 0.4 release
2005-01-22 Don Armstrong * Add isa routine
2004-11-20 Don Armstrong * Update CHANGES for changes made in revision 37
2004-11-20 Don Armstrong * We now follow the subclasses @METHOD and @SUB_MODULE...
2004-10-24 Don Armstrong * Merge back in changes to CHANGES
2004-10-24 Don Armstrong === Class::Modular ===
2004-10-24 Don Armstrong * Fix debian/rules to call Make properly
2004-10-24 Don Armstrong * Fix debian/rules to call Make properly
2004-10-24 Don Armstrong * Check correctly for undefined subroutines
2004-09-15 Don Armstrong * Fix syntax error in Modular.pm and revert VERSION...
2004-09-15 Don Armstrong * Add link to svn repository from README
2004-09-15 Don Armstrong * Add more documentation to Class::Modular
2004-09-15 Don Armstrong * Add debian/ subdirectory
2004-09-15 Don Armstrong * Remove useless -> from Class::Modular
2004-06-29 Don Armstrong * Module tests now work correctly
2004-02-18 Don Armstrong * Update MANIFEST to add t/01_module.t and label Makef...
2004-02-17 Don Armstrong * Use METHODS as well as _methods in load
2004-02-17 Don Armstrong * Added test cases
2004-02-17 Don Armstrong * Moving around code to bring it into order with the...
2004-02-16 Don Armstrong * Documentation changes
2003-12-09 Don Armstrong * Cleanup use vars error
2003-12-09 Don Armstrong * Really added svn:keyword
2003-12-09 Don Armstrong * Added svn:keyword Id LastChangedRevision
2003-12-09 Don Armstrong * Moving lib/Modular to lib/Class for MakeMaker
2003-12-09 Don Armstrong * Moving Class to lib for MakeMaker
2003-12-09 Don Armstrong * Move Class::Modular specific initialization to _init
2003-11-05 Don Armstrong * Adjusted the documentation of Class::Modular slightly
2003-10-25 Don Armstrong * Added handled_by support (returns subclass name)
2003-10-25 Don Armstrong * Added can support
2003-10-24 Don Armstrong * add subclass argument to _add_methods
2003-09-13 Don Armstrong * Added DESTROY method to call subclasses _destroy...
2003-09-08 Don Armstrong * Fixed copyright year
2003-08-31 Don Armstrong * Initial addition of Modular.pm for Class::Modular...