Mercurial > pub > Impl
comparison Lib/IMPL/Object/Abstract.pm @ 364:82b6c967bcf1
sync, working on metadata
| author | cin |
|---|---|
| date | Fri, 29 Nov 2013 16:33:07 +0400 |
| parents | 97628101b765 |
| children |
comparison
equal
deleted
inserted
replaced
| 363:d67e45705be5 | 364:82b6c967bcf1 |
|---|---|
| 1 package IMPL::Object::Abstract; | 1 package IMPL::Object::Abstract; |
| 2 use strict; | 2 use strict; |
| 3 use warnings; | 3 use warnings; |
| 4 | 4 |
| 5 use parent qw(IMPL::Class::Meta); | 5 use parent qw(IMPL::Class::Meta); |
| 6 use Carp qw(croak); | |
| 6 | 7 |
| 7 our $MemoryLeakProtection; | 8 our $MemoryLeakProtection; |
| 8 my $Cleanup = 0; | 9 my $Cleanup = 0; |
| 9 | 10 |
| 10 my %cacheCTOR; | 11 my %cacheCTOR; |
