
Brick::Result - the result of applying a profile

use Brick;
my $result = $brick->apply( $Profile, $Input );
$result->explain;

This class provides methods to turn the data structure returned by apply() into a useable form for particular situations.
Loads and returns the class name to use for the elements of the Results data structure.
Create a string the shows the result in an outline form.
Collapse the result structure to an array of flat hashes.
Similar to flatten, but keyed by the field that failed the constraint.
Similar to flatten, but keyed by the hash key named in the argument list.
What should this do?

TBA

Brick::Tutorial, Brick::UserGuide

This source is part of a SourceForge project which always has the latest sources in SVN, as well as all of the previous releases.
svn co https://brian-d-foy.svn.sourceforge.net/svnroot/brian-d-foy brian-d-foy
If, for some reason, I disappear from the world, one of the other members of the project can shepherd this module appropriately.

brian d foy, <bdfoy@cpan.org>

Copyright (c) 2007, brian d foy, All Rights Reserved.
You may redistribute this under the same terms as Perl itself.