init.lua

--------------
-- Entry point for loading all PL libraries only on demand, into the global space.
-- Requiring 'pl' means that whenever a module is implicitly accesssed
-- (e.g. utils.split)
-- then that module is dynamically loaded. The submodules are all brought into
-- the global space.
--Updated to use pl.import_into
-- @module pl
require'pl.import_into'(_G)

if rawget(_G,'PENLIGHT_STRICT') then require 'pl.strict' end
generated by LDoc 1.4.3 Last updated 2014-11-01 18:36:39