]> git.donarmstrong.com Git - class_modular.git/.git/log
class_modular.git/.git
19 years ago * Module tests now work correctly
Don Armstrong [Tue, 29 Jun 2004 10:29:33 +0000 (10:29 +0000)]
 * Module tests now work correctly
 * Cleaned up Class::Modular documentaiton
 * Stopped improperly using can

git-svn-id: file:///srv/don_svn/class_modular/trunk@20 96c6a18b-02ce-0310-9fca-9eb62c757ba6

20 years ago * Update MANIFEST to add t/01_module.t and label Makefile and Class::Modular
Don Armstrong [Wed, 18 Feb 2004 01:20:46 +0000 (01:20 +0000)]
 * Update MANIFEST to add t/01_module.t and label Makefile and Class::Modular

git-svn-id: file:///srv/don_svn/class_modular/trunk@19 96c6a18b-02ce-0310-9fca-9eb62c757ba6

20 years ago * Use METHODS as well as _methods in load
Don Armstrong [Tue, 17 Feb 2004 04:59:37 +0000 (04:59 +0000)]
 * Use METHODS as well as _methods in load
 * Fix _clone calling
 * Move DESTROY documentation
 * Fix destroy calling

git-svn-id: file:///srv/don_svn/class_modular/trunk@18 96c6a18b-02ce-0310-9fca-9eb62c757ba6

20 years ago * Added test cases
Don Armstrong [Tue, 17 Feb 2004 04:40:00 +0000 (04:40 +0000)]
 * Added test cases

git-svn-id: file:///srv/don_svn/class_modular/trunk@17 96c6a18b-02ce-0310-9fca-9eb62c757ba6

20 years ago * Moving around code to bring it into order with the documentation
Don Armstrong [Tue, 17 Feb 2004 03:08:13 +0000 (03:08 +0000)]
 * Moving around code to bring it into order with the documentation

git-svn-id: file:///srv/don_svn/class_modular/trunk@16 96c6a18b-02ce-0310-9fca-9eb62c757ba6

20 years ago * Documentation changes
Don Armstrong [Mon, 16 Feb 2004 07:26:46 +0000 (07:26 +0000)]
 * Documentation changes
 * Updated the copyright statement to reflect that Class::Modular is
   now separate

git-svn-id: file:///srv/don_svn/class_modular/trunk@14 96c6a18b-02ce-0310-9fca-9eb62c757ba6

20 years ago * Cleanup use vars error
Don Armstrong [Tue, 9 Dec 2003 03:46:27 +0000 (03:46 +0000)]
  * Cleanup use vars error

git-svn-id: file:///srv/don_svn/class_modular/trunk@13 96c6a18b-02ce-0310-9fca-9eb62c757ba6

20 years ago * Really added svn:keyword
Don Armstrong [Tue, 9 Dec 2003 03:32:32 +0000 (03:32 +0000)]
 * Really added svn:keyword

git-svn-id: file:///srv/don_svn/class_modular/trunk@12 96c6a18b-02ce-0310-9fca-9eb62c757ba6

20 years ago * Added svn:keyword Id LastChangedRevision
Don Armstrong [Tue, 9 Dec 2003 03:30:23 +0000 (03:30 +0000)]
  * Added svn:keyword Id LastChangedRevision
  * Added MANIFEST, META.yml, Makefile.PL and MANIFEST.SKIP

git-svn-id: file:///srv/don_svn/class_modular/trunk@11 96c6a18b-02ce-0310-9fca-9eb62c757ba6

20 years ago * Moving lib/Modular to lib/Class for MakeMaker
Don Armstrong [Tue, 9 Dec 2003 02:20:08 +0000 (02:20 +0000)]
 * Moving lib/Modular to lib/Class for MakeMaker

git-svn-id: file:///srv/don_svn/class_modular/trunk@10 96c6a18b-02ce-0310-9fca-9eb62c757ba6

20 years ago * Moving Class to lib for MakeMaker
Don Armstrong [Tue, 9 Dec 2003 02:19:40 +0000 (02:19 +0000)]
 * Moving Class to lib for MakeMaker

git-svn-id: file:///srv/don_svn/class_modular/trunk@9 96c6a18b-02ce-0310-9fca-9eb62c757ba6

20 years ago * Move Class::Modular specific initialization to _init
Don Armstrong [Tue, 9 Dec 2003 02:00:10 +0000 (02:00 +0000)]
 * Move Class::Modular specific initialization to _init

git-svn-id: file:///srv/don_svn/class_modular/trunk@8 96c6a18b-02ce-0310-9fca-9eb62c757ba6

20 years ago * Adjusted the documentation of Class::Modular slightly
Don Armstrong [Wed, 5 Nov 2003 04:55:14 +0000 (04:55 +0000)]
 * Adjusted the documentation of Class::Modular slightly

git-svn-id: file:///srv/don_svn/class_modular/trunk@7 96c6a18b-02ce-0310-9fca-9eb62c757ba6

20 years ago * Added handled_by support (returns subclass name)
Don Armstrong [Sat, 25 Oct 2003 03:01:35 +0000 (03:01 +0000)]
 * Added handled_by support (returns subclass name)

git-svn-id: file:///srv/don_svn/class_modular/trunk@6 96c6a18b-02ce-0310-9fca-9eb62c757ba6

20 years ago * Added can support
Don Armstrong [Sat, 25 Oct 2003 02:15:04 +0000 (02:15 +0000)]
 * Added can support
 * Document AUTOLOAD in subclasses

git-svn-id: file:///srv/don_svn/class_modular/trunk@5 96c6a18b-02ce-0310-9fca-9eb62c757ba6

20 years ago * add subclass argument to _add_methods
Don Armstrong [Fri, 24 Oct 2003 04:48:51 +0000 (04:48 +0000)]
 * add subclass argument to _add_methods
 * Fix Symbolic reference call appropriately
 * Various other bonehead mistakes cleared up for Blootbot2

git-svn-id: file:///srv/don_svn/class_modular/trunk@4 96c6a18b-02ce-0310-9fca-9eb62c757ba6

20 years ago * Added DESTROY method to call subclasses _destroy methods
Don Armstrong [Sat, 13 Sep 2003 05:46:53 +0000 (05:46 +0000)]
 * Added DESTROY method to call subclasses _destroy methods

git-svn-id: file:///srv/don_svn/class_modular/trunk@3 96c6a18b-02ce-0310-9fca-9eb62c757ba6

20 years ago * Fixed copyright year
Don Armstrong [Mon, 8 Sep 2003 12:05:49 +0000 (12:05 +0000)]
 * Fixed copyright year

git-svn-id: file:///srv/don_svn/class_modular/trunk@2 96c6a18b-02ce-0310-9fca-9eb62c757ba6

20 years ago * Initial addition of Modular.pm for Class::Modular. Taken from Da::DB
Don Armstrong [Sun, 31 Aug 2003 23:38:55 +0000 (23:38 +0000)]
 * Initial addition of Modular.pm for Class::Modular. Taken from Da::DB
   which will be replaced by Da::DBI.

git-svn-id: file:///srv/don_svn/class_modular/trunk@1 96c6a18b-02ce-0310-9fca-9eb62c757ba6