projects
/
class_modular.git
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d0d35d
)
start 0.06SVN version
master
origin/trunk
author
Don Armstrong
<don@donarmstrong.com>
Sun, 7 Oct 2007 22:34:36 +0000
(22:34 +0000)
committer
Don 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
patch
|
blob
|
history
diff --git
a/lib/Class/Modular.pm
b/lib/Class/Modular.pm
index a0560e6b86a9765678f121f5d351b689b992a5f4..ec58bb485837789ca50dbfc0c0b895df83c098ba 100644
(file)
--- a/
lib/Class/Modular.pm
+++ b/
lib/Class/Modular.pm
@@
-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.0
5
$;
+ $VERSION = q$0.0
6SVN
$;
($REVISION) = q$LastChangedRevision$ =~ /\$LastChangedRevision:\s+([^\s+])/;
$DEBUG = 0 unless defined $DEBUG;
$USE_SAFE = 1 unless defined $USE_SAFE;