changeset 155:05df123a2ff1

minor fixes
author wizard
date Thu, 30 Sep 2010 18:11:32 +0400
parents eb478083f72b
children 8638dd1374bf
files Lib/IMPL/Class/Property/Direct.pm
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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;