CGI::Application::Plugin::ActionDispatch::Attributes.3pm

Langue: en

Autres versions - même langue

Version: 2008-09-20 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

NAME

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

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 {
         ...
   }
 
 

DESCRIPTION

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

T

SEE ALSO

AUTHOR

Jason Yates, <jaywhy@gmail.com> Copyright (C) 2006-2008 by Jason Yates

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.