• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/H27-Apr-2007-4,5171,417

t/H27-Apr-2007-3,5042,453

ChangesH A D27-Apr-200711.8 KiB364294

MANIFESTH A D27-Apr-20071.6 KiB5756

Makefile.PLH A D01-Apr-2005459 1615

READMEH A D27-Apr-2007950 4226

README

1IOC version 0.29
2===========================
3
4This module provide a lightweight IOC or Inversion of Control framework.
5Inversion of Control, sometimes called Dependency Injection, is a
6component management style which aims to clean up component configuration
7and provide a cleaner, more flexible means of configuring a large
8application.
9
10See the individual module documentation for more information
11
12INSTALLATION
13
14To install this module type the following:
15
16   perl Makefile.PL
17   make
18   make test
19   make install
20
21DEPENDENCIES
22
23This module requires these other modules and libraries:
24
25	Class::Interfaces
26    Class::Throwable
27    Class::StrongSingleton
28
29    XML::SAX (for IOC::Config::XML)
30
31    Test::Exception (for testing)
32
33COPYRIGHT AND LICENCE
34
35Copyright (C) 2004 Infinity Interactive, Inc.
36
37http://www.iinteractive.com
38
39This library is free software; you can redistribute it and/or modify
40it under the same terms as Perl itself.
41
42