On 8/15/05, Ricker, William <[EMAIL PROTECTED]> wrote: [...] > CGI::Prototype offers a _different_ way of factoring out the "you always > had to write this glue code" code. Catalyst uses the Perl Attributes > annotations to factor out glue-code, which is classy demonstration that > attributes are a good idea. CGI::Prototype uses prototypical > (instance-based, or nonce-class) inheritance. [...]
Question on that. My understanding is that attributes are processed at CHECK time, which means that code using attributes would not work right if loaded after CHECK has run. In web development this could mean that Apache::Reload and attributes would *not* play well together. (Which would be a pretty big drawback for me in developing a mod_perl application.) Is my understanding outdated? Thanks, Ben _______________________________________________ Boston-pm mailing list [email protected] http://mail.pm.org/mailman/listinfo/boston-pm

