Mercurial > pub > Impl
comparison 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 |
comparison
equal
deleted
inserted
replaced
154:eb478083f72b | 155:05df123a2ff1 |
---|---|
1 package IMPL::Class::Property::Direct; | 1 package IMPL::Class::Property::Direct; |
2 use strict; | 2 use strict; |
3 | 3 |
4 use base qw(IMPL::Object::Accessor IMPL::Class::Property::Base Exporter); | 4 use base qw(Exporter IMPL::Object::Accessor IMPL::Class::Property::Base); |
5 our @EXPORT = qw(_direct); | 5 our @EXPORT = qw(_direct); |
6 | 6 |
7 require IMPL::Object::List; | 7 require IMPL::Object::List; |
8 use IMPL::Class::Property; | 8 use IMPL::Class::Property; |
9 require IMPL::Exception; | 9 require IMPL::Exception; |