The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.1.0 - 2014-01-01

  • Added missing dependencies (Ivan Wills) Added missing lib tests (Ivan Wills) Fixed spelling (Ivan Wills) Fix critic issue (Ivan Wills) Updated manifests (Ivan Wills) Added missing method documentation (Ivan Wills) Updating for release of version 0.1.0 (Ivan Wills) Adding tag files (Ivan Wills) Changed to storing the merger object so that it can be changed by caller/child class (Ivan Wills) Made log store the last created version so it can be called with the class name (Ivan Wills) Added showing stack trace for warn, error and fatal. Added dumping references if first element is a reference (Ivan Wills) Split log test to it's own file and fixed to work with the fact that D::C::Log nolonger warns but prints to a file handle or STDERR (Ivan Wills) Changed lol_iterate so that the whole object is called before processing the next level (if no path is set) (Ivan Wills) Made the default log able to write to a file handle rather than just STDERR (Ivan Wills) Added missing POD coverage (Ivan Wills) best practice work (Ivan Wills) Fixed not checking if a parent instance's data had changed (Ivan Wills) Fixed type name (Ivan Wills) Changed so that the instance class can be changed by user (Ivan Wills) Cleaned up POD (Ivan Wills) Added missing method description (Ivan Wills) Added index handling (Ivan Wills) Split indiviual type loading into seperate modules (Ivan Wills) Added more tests (Ivan Wills) Added description (Ivan Wills) Added D::C::Log and sorted (Ivan Wills) Added documentation about D::C::Log (Ivan Wills) Added default critic config (Ivan Wills) Reduced Perl::Critic violations (Ivan Wills) Fixed not getting self correctly (Ivan Wills) Sepperated out quick log class to make Perl::Critic happier (Ivan Wills) Critic schmitic (Ivan Wills) Added documentation (Ivan Wills) Fixed typo (Ivan Wills) Added missing documentation (Ivan Wills) Reorganised test to better follow pattern (Ivan Wills) Updated SKIPs (Ivan Wills) Added in new files (Ivan Wills) Removed TODOs (Ivan Wills) Removed debugging statement (Ivan Wills) Fixed test (Ivan Wills) Moved loading into seperate libs (Ivan Wills) Added new files to test (Ivan Wills) Refactoring loading parts into seperate files (Ivan Wills) Removed non-moosey variables (Ivan Wills)

Documentation

Modules

Configuration data with context
Contains all the default actions available to a config
<One-line description of module's purpose>
<One-line description of module's purpose>
The in memory instance of a data context config file
<One-line description of module's purpose>
Loads a config file from disk
<One-line description of module's purpose>
<One-line description of module's purpose>
<One-line description of module's purpose>
<One-line description of module's purpose>
Simple Log object helper
Helper functions for Data::Context