App-CELL

 view release on metacpan or  search on metacpan

README.rst  view on Meta::CPAN

=========
App::CELL
=========

.. image:: https://travis-ci.org/smithfarm/cell.svg?branch=master :target: https://travis-ci.org/smithfarm/cell

.. image:: https://badge.fury.io/pl/App-CELL.svg
    :target: https://badge.fury.io/pl/App-CELL

--------------------------------------------------------------------
Configuration, Error-handling, Localization, and Logging "framework"
--------------------------------------------------------------------


General Documentation
=====================

* http://metacpan.org/pod/App::CELL::Guide

* http://metacpan.org/pod/App::CELL
* http://metacpan.org/pod/App::CELL::Config

lib/App/CELL.pm  view on Meta::CPAN


    # get text of message in a different language
    my $sk_text = $fmsg->lang('sk')->text;




=head1 DESCRIPTION

This is the top-level module of App::CELL, the Configuration,
Error-handling, Localization, and Logging framework for applications (or
scripts) written in Perl.

For details, read the POD in the L<App::CELL> distro. For an introduction,
read L<App::CELL::Guide>.



=head1 EXPORTS

This module provides the following exports:

lib/App/CELL/Guide.pm  view on Meta::CPAN


=head1 SYNOPSIS

   $ perldoc App::CELL::Guide



=head1 INTRODUCTION

L<App::CELL> is the Configuration, Error-handling, Localization, and Logging
(CELL) framework for applications written in Perl. In the L</GENERAL APPROACH>
section, this Guide describes the CELL approach to each of these four areas,
separately. Then, in the L</RATIONALE> section, it presents the author's reasons
for bundling them together.



=head1 HISTORY

The original L<App::CELL> was written by Nathan Cutler in 2013 and 2014,
initially as part of the L<App::Dochazka::REST> project. Later, with a view to



( run in 2.788 seconds using v1.01-cache-2.11-cpan-e1769b4cff6 )