Re: Associate Config::Scoped info with a CDBI row
[prev]
[thread]
[next]
[Date index for 2005/04/15]
>>>>> "William" == William Ross <will@xxxxxxx.xxx> writes:
William> Wouldn't this be better in Class::DBI::Column, rather than as a
William> plugin? It's a difficult one to subclass, though: this would require
William> Bothering Tony, which I understand is a bad thing at the moment.
Well, I also have row-wide things as well:
if ($row->Config->{is_mapped}) { ... }
William> and Config::Scoped seems very heavy-duty for such simple configuration
William> parameters. Do you have something more complex in mind for the future?
See email from moments ago... I have hierarchical things, so I need the
nesting.
William> (I normally use AppConfig just because TT is already using it, but I'm
William> always interested in better alternatives)
I didn't consider AppConfig... maybe I'll look at it, but I think it's
probably not gonna fit as well.
--
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn@xxxxxxxxxx.xxx> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!