On 2005-12-21, Mark Stosberg <[EMAIL PROTECTED]> wrote: > > Would you like to turn that into a more formal POD/code proposal or > should I work on something?
I worked on something. It's here: http://mark.stosberg.com/perl/ca-standard-config.html If you want to patch the POD, it's here: http://mark.stosberg.com/perl/ca-standard-config.pod Notable changes: - Proposed changes now happen in C::A::Standard::Config rather than the core. - Yes, I chose the C::A::Standard name space for these kinds of standards. I think it's appropriate since they aren't normal plugins. - I maybe have successfully avoided the (immediate) need for a special plugin loading system. Cees will tell me if I'm wrong about that... For the curious, the nice POD formatting is courtesy of Pod::Xhtml and the pod2xhtml script: cat Config.pod | pod2xhtml --css "/css/report.css" --toplink "" >~/www/perl/ca-standard-config.html Mark -- http://mark.stosberg.com/ --------------------------------------------------------------------- Web Archive: http://www.mail-archive.com/[email protected]/ http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2 To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
