comparison Lib/IMPL/Config/Container.pm @ 196:a705e848dcc7

added IMPL::Config::Reference
author cin
date Mon, 16 Apr 2012 17:42:54 +0400
parents 76515373dac0
children
comparison
equal deleted inserted replaced
195:7a920771fd8e 196:a705e848dcc7
2 use strict; 2 use strict;
3 use warnings; 3 use warnings;
4 4
5 use parent qw(IMPL::Config); 5 use parent qw(IMPL::Config);
6 use IMPL::Class::Property; 6 use IMPL::Class::Property;
7 use Carp qw(carp);
7 8
8 BEGIN { 9 BEGIN {
10 carp "the module is deprecated";
11
9 public property Chidren => prop_all; 12 public property Chidren => prop_all;
10 } 13 }
11 14
12 sub CTOR { 15 sub CTOR {
13 my ($this,%args) = @_; 16 my ($this,%args) = @_;