The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.140 - 2014-05-28

  • dev.sh: clean up after disttest
  • CELL.pm: fix SYNOPSIS, fix exports, change 'loaded' from attribute to method, fix call to no-longer-existent 'App::CELL::Config::config' function, delete 'meta' and 'config' wrappers
  • Config.pm: fix regex, get rid of stupid symbolic reference, delete 'use App::CELL::Load' that was causing grief
  • Load.pm: bring in the new $meta, $core, and $site "singletons", use them in sanity check
  • Log.pm: deal with situations when $log method is called before logger has been explicitly initialized
  • move t/111-test.t to t/006-config.t
  • t/110-cell.t: fix calls to 'meta' and 'config'

Modules

Configuration, Error-handling, Localization, and Logging
load, store, and dispense meta parameters, core parameters, and site parameters
Introduction to App::CELL (POD-only module)
find and load message files and config files
the Logging part of CELL
handle messages the user might see
class for return value objects
functions for unit testing
generalized, reuseable functions