blob: caa4b41f8b15109fd7e498c01463f4efe561b440 (
plain) (
blame)
1
2
3
4
5
6
7
|
This module provide a lightweight IOC or Inversion of Control framework.
Inversion of Control, sometimes called Dependency Injection, is a
component management style which aims to clean up component
configuration and provide a cleaner, more flexible means of configuring
a large application.
WWW: http://search.cpan.org/dist/IOC/
|