App-Environ version 0.10
========================

INSTALLATION

To install this module type the following:

  perl Makefile.PL
  make
  make test
  make install

DESCRIPTION

App::Environ is the simple environment to build applications using service
locator pattern. Allows register different application components that provide
common resources.

AUTHOR

Eugene Ponizovsky, E<lt>[email protected]<gt>

COPYRIGHT AND LICENSE

Copyright (c) 2016, Eugene Ponizovsky, <[email protected]>.
All rights reserved.

This module is free software; you can redistribute it and/or modify it under
the same terms as Perl itself.