NAME
Data::Matcher::Meta::Attribute::Trait::CanConfigure - trait for attributes which can be set via option parsing.
VERSION
version 0.0002
DESCRIPTION
This module sets up traits for configurable attributes that can be either local or global. Global attributes are ones that are setup during the initial parsing of matching rules. Local attributes are attributes that can be set while matching data. This can be very useful to change how the data is matched. See "Rules" in Data::Matcher for more details.
AUTHOR
Scott Beck <scottbeck@gmail.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2010 by Scott Beck.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.