From: Stevan Little Date: Wed, 15 Mar 2006 19:01:40 +0000 (+0000) Subject: mooooooose X-Git-Tag: 0_05~103 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=484ff7bfa30ae2910719ad5651fd1d90068fbb50;p=gitmo%2FMoose.git mooooooose --- diff --git a/README b/README index d05173f..ababf8a 100644 --- a/README +++ b/README @@ -16,7 +16,10 @@ DEPENDENCIES This module requires these other modules and libraries: - None + Class::MOP + Scalar::Util + Carp + Sub::Name COPYRIGHT AND LICENCE diff --git a/lib/Moose.pm b/lib/Moose.pm index 8172197..735c2d8 100644 --- a/lib/Moose.pm +++ b/lib/Moose.pm @@ -16,8 +16,7 @@ use Moose::Meta::Class; use Moose::Meta::Attribute; use Moose::Object; - -require Moose::Util::TypeConstraints; +use Moose::Util::TypeConstraints ':no_export'; sub import { shift; @@ -110,12 +109,8 @@ Moose - Makes Other Object Systems Envious -Most Other Objects Suck Eggs - Makes Object Orientation So Easy -Metacircular Object Oriented Systems Environment - =head1 BUGS All complex software has bugs lurking in it, and this module is no diff --git a/t/001_basic.t b/t/001_basic.t index ba0fbb5..e2b893b 100644 --- a/t/001_basic.t +++ b/t/001_basic.t @@ -17,7 +17,6 @@ BEGIN { use Moose; has 'x' => (isa => Int(), is => 'ro'); - has 'y' => (isa => Int(), is => 'rw'); sub clear {