Mercurial > pub > Impl
comparison lib/IMPL/Config/Descriptor.pm @ 413:af8d359ee4cc ref20150831
working on di container
author | cin |
---|---|
date | Thu, 24 Sep 2015 12:19:30 +0300 |
parents | c6e90e02dd17 |
children | 3d24b10dd0d5 |
comparison
equal
deleted
inserted
replaced
412:30e8c6a74937 | 413:af8d359ee4cc |
---|---|
1 package IMPL::Config::Descriptor; | 1 package IMPL::Config::Descriptor; |
2 use strict; | |
3 use IMPL::Exception(); | |
2 | 4 |
5 sub Activate { | |
6 my ($this, $context) = @_; | |
7 die IMPL::NotImplementedException->new(); | |
8 } | |
3 | 9 |
4 | 10 |
5 1; | 11 1; |
6 | 12 |
7 __END__ | 13 __END__ |