From: Stevan Little Date: Sun, 4 Mar 2007 13:54:54 +0000 (+0000) Subject: foo X-Git-Tag: 0_19~23 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=98fd1d54437fd757f10cdbb90dd562b507ff962b;p=gitmo%2FMoose.git foo --- diff --git a/lib/Moose.pm b/lib/Moose.pm index 32baf52..dee59e9 100644 --- a/lib/Moose.pm +++ b/lib/Moose.pm @@ -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