Mercurial > pub > Impl
diff Lib/IMPL/Class/Property/Direct.pm @ 155:05df123a2ff1
minor fixes
author | wizard |
---|---|
date | Thu, 30 Sep 2010 18:11:32 +0400 |
parents | b0c068da93ac |
children | 76515373dac0 |
line wrap: on
line diff
--- a/Lib/IMPL/Class/Property/Direct.pm Thu Sep 30 02:13:05 2010 +0400 +++ b/Lib/IMPL/Class/Property/Direct.pm Thu Sep 30 18:11:32 2010 +0400 @@ -1,7 +1,7 @@ package IMPL::Class::Property::Direct; use strict; -use base qw(IMPL::Object::Accessor IMPL::Class::Property::Base Exporter); +use base qw(Exporter IMPL::Object::Accessor IMPL::Class::Property::Base); our @EXPORT = qw(_direct); require IMPL::Object::List;