]> git.donarmstrong.com Git - class_modular.git/.git/commitdiff
* Preparation for 0.4 release
authorDon Armstrong <don@donarmstrong.com>
Sat, 22 Jan 2005 21:32:09 +0000 (21:32 +0000)
committerDon Armstrong <don@donarmstrong.com>
Sat, 22 Jan 2005 21:32:09 +0000 (21:32 +0000)
git-svn-id: file:///srv/don_svn/class_modular/trunk@40 96c6a18b-02ce-0310-9fca-9eb62c757ba6

CHANGES
COPYING
debian/changelog
lib/Class/Modular.pm

diff --git a/CHANGES b/CHANGES
index d2cb3fd31cff98515fc161399fd8bba30e9e4c3d..6e31f60058b70a6adedc10cf559e2355fd7edb3c 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,9 +1,10 @@
-v0.4 - 
+v0.4 - Saturday, January 22, 2005 13:31:54 PST
  * Add is_loaded function
  * Improve documentation
  * load now checks the subclasses @METHODS and @SUB_MODULE if there
    isn't a _methods or _init method, respectively.
  * Add documentation and tests for the above
+ * Add isa function
 
 v0.3 - Tuesday, October 19, 2004 19:28:22 PDT
  * Fix debian directory to actually build this package properly
diff --git a/COPYING b/COPYING
index 17eb3c3bef94a00dd6c396c5b89644cfba7818ab..b375957fe5e0790a325b25e5d93db433e5597c55 100644 (file)
--- a/COPYING
+++ b/COPYING
@@ -1,6 +1,6 @@
 Class::Modular is part of DA, Don Armstrong's Modules.
 
-Copyright 2003,2004 by Don Armstrong <don@donarmstrong.com>.
+Copyright 2003,2005 by Don Armstrong <don@donarmstrong.com>.
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
index 83e2e0272a6b5e288a2eb72e37d857c9ad4fc284..365aabccd00a0a33997edfcbb0be07d7cad2f7e3 100644 (file)
@@ -1,3 +1,9 @@
+libclass-modular-perl (0.4-1) unstable; urgency=low
+
+  * New Upstream release
+
+ -- Don Armstrong <don@donarmstrong.com>  Sat, 22 Jan 2005 13:31:30 -0800
+
 libclass-modular-perl (0.3-1) unstable; urgency=low
 
   * New upstream release
index a02c7e96ddf88093316de0c46df7c786cb6a08e7..c3f1c0afb49752dd9947efc0775e335cf59fa481 100644 (file)
@@ -1,7 +1,7 @@
 # This module is part of DA, Don Armstrong's Modules, and is released
 # under the terms of the GPL version 2, or any later version. See the
 # file README and COPYING for more information.
-# Copyright 2003,2004 by Don Armstrong <don@donarmstrong.com>.
+# Copyright 2003,2005 by Don Armstrong <don@donarmstrong.com>.
 # $Id$
 
 package Class::Modular;
@@ -555,7 +555,7 @@ This module is part of DA, Don Armstrong's Modules, and is released
 under the terms of the GPL version 2, or any later version. See the
 file README and COPYING for more information.
 
-Copyright 2003, 2004 by Don Armstrong <don@donarmstrong.com>
+Copyright 2003, 2005 by Don Armstrong <don@donarmstrong.com>
 
 =cut