logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

CGI::Application::Plugin::ActionDispatch::Attributes - Hidden attribute support for CGI::Application

Author

       Jason Yates, <jaywhy@gmail.com>

Description

       This module will add attribute support into CGI::Application.  It will also not break mod_perl.

       T

Name

       CGI::Application::Plugin::ActionDispatch::Attributes - Hidden attribute support for CGI::Application

See Also

Synopsis

         use CGI::Application::Plugin::ActionDispatch::Attributes;

         sub CGI::Application::Protected : ATTR {
               my( $package, $referent, $attr, $data ) = @_;
               ...
         }
         CGI::Application::Plugin::ActionDispatch::Attributes::init();

         sub my_method Protected {
               ...
         }

See Also