The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.08

  • IOC::Container
  • added the 'unregister' method to remove allow a IOC::Service to be removed ~ added tests and documentation
  • IOC::Service
    • added the 'removeContainer' method to facilitate the IOC::Container->unregister method ~ added tests and documentation

Modules

IOC
A lightweight IOC (Inversion of Control) framework
An IOC Container object
An IOC Container object which support method resolution of services
Exception objects for the IOC Framework
Interfaces for the IOC Framework
Registry singleton for the IOC Framework
An IOC Service object
An IOC Service object which uses Constructor Injection
An IOC Service object which returns a prototype instance
An IOC Service object which returns a prototype instance
An IOC Service object which returns a prototype instance
An IOC Service object which uses Setter Injection
Visitor for searching a IOC::Container hierarchy
Visitor for searching a IOC::Container hierarchy
Service locator Visitor for the IOC::Container hierarchies