foo
Stevan Little [Sun, 4 Mar 2007 13:54:54 +0000 (13:54 +0000)]
lib/Moose.pm

index 32baf52..dee59e9 100644 (file)
@@ -4,7 +4,7 @@ package Moose;
 use strict;
 use warnings;
 
-our $VERSION = '0.18_002';
+our $VERSION = '0.18';
 
 use Scalar::Util 'blessed', 'reftype';
 use Carp         'confess';
@@ -221,6 +221,10 @@ use Moose::Util::TypeConstraints;
 
 ## Utility functions
 
+## TODO:
+## replace these two with the 
+## Class::MOP:: versions now
+
 sub _load_all_classes {
     foreach my $class (@_) {
         # see if this is already