diff lib/IMPL/Config/Bag.pm @ 412:30e8c6a74937 ref20150831

working on di container (role based registrations)
author cin
date Mon, 21 Sep 2015 19:54:10 +0300
parents
children af8d359ee4cc
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/lib/IMPL/Config/Bag.pm	Mon Sep 21 19:54:10 2015 +0300
@@ -0,0 +1,16 @@
+package IMPL::Config::Bag;
+use strict;
+
+use IMPL::declare {
+	
+};
+
+sub Resolve {
+	
+}
+
+sub Register {
+	
+}
+
+1;
\ No newline at end of file