]> git.donarmstrong.com Git - class_modular.git/.git/commitdiff
start 0.06SVN version master origin/trunk
authorDon Armstrong <don@donarmstrong.com>
Sun, 7 Oct 2007 22:34:36 +0000 (22:34 +0000)
committerDon Armstrong <don@donarmstrong.com>
Sun, 7 Oct 2007 22:34:36 +0000 (22:34 +0000)
git-svn-id: file:///srv/don_svn/class_modular/trunk@48 96c6a18b-02ce-0310-9fca-9eb62c757ba6

lib/Class/Modular.pm

index a0560e6b86a9765678f121f5d351b689b992a5f4..ec58bb485837789ca50dbfc0c0b895df83c098ba 100644 (file)
@@ -72,7 +72,7 @@ use Storable qw(dclone); # Used for deep copying objects
 use Safe; # Use Safe when we are dealing with coderefs
 
 BEGIN{
-     $VERSION = q$0.05$;
+     $VERSION = q$0.06SVN$;
      ($REVISION) = q$LastChangedRevision$ =~ /\$LastChangedRevision:\s+([^\s+])/;
      $DEBUG = 0 unless defined $DEBUG;
      $USE_SAFE = 1 unless defined $USE_SAFE;