From: Stevan Little Date: Sun, 11 Mar 2007 04:36:52 +0000 (+0000) Subject: 0.18 final X-Git-Tag: 0_19~16 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=af5199c6ca228d3ff70f09293dd5977de8d7a940;p=gitmo%2FMoose.git 0.18 final --- diff --git a/Changes b/Changes index 3670a78..c0c1a35 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,7 @@ Revision history for Perl extension Moose -0.18 - ~~ Many documentation updates ~~ +0.18 Sat. March 10, 2007 + ~~ Many, many documentation updates ~~ - We now use Class::MOP::load_class to load all classes. diff --git a/lib/Moose.pm b/lib/Moose.pm index e5f87a5..8b7da28 100644 --- a/lib/Moose.pm +++ b/lib/Moose.pm @@ -1,16 +1,4 @@ -use FindBin; -use File::Spec; -use lib File::Spec->catdir( - $FindBin::Bin, - File::Spec->updir, - File::Spec->updir, - File::Spec->updir, - 'Class-MOP', - 'trunk', - 'lib', -); - package Moose; use strict;