SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-CGI-Application-Plugin-AutoRunmode rpm build for : openSUSE Tumbleweed. For other distributions click perl-CGI-Application-Plugin-AutoRunmode.

Name : perl-CGI-Application-Plugin-AutoRunmode
Version : 0.180.0 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : 1.4 Date : 2011-05-03 08:18:24
Group : Unspecified Source RPM : perl-CGI-Application-Plugin-AutoRunmode-0.180.0-1.4.src.rpm
Size : 0.03 MB
Packager : (none)
Summary : CGI::App plugin to automatically register runmodes
Description :
This plugin for CGI::Application provides easy ways to setup run modes. You
can just write the method that implement a run mode, you do not have to
explicitly register it with CGI::App anymore.

There are two approaches:

* Declare run modes with subroutine attributes.

You can flag methods in your CGI::App subclass with the attribute \"Runmode\"
or \"StartRunmode\" (these attributes are case-insensitive)

* Declare that every method in a class is a run mode.

You can assign a delegate object, all whose methods will become runmodes

You can also mix both approaches.

Delegate runmodes receive two parameters: The first one is the CGI::App
instance, followed by the delegate instance or class name. This can be
useful if you have delegate objects that contain state.

It is possible to chain multiple delegates by specifying an array reference
containing the delegate instances or class names. This chain is checked
from left to right and the runmode will be delegated to the first match.

It both cases, the resulting runmodes will have the same name as the
subroutine that implements them. They are activated by a cgiapp_prerun hook
provided by this plugin (if you are using CGI::Application older than
version 4, hooks are not available, and you can import a cgiapp_prerun
method instead).

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl/openSUSE_Tumbleweed/noarch

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-CGI-Application-Plugin-AutoRunmode-0.180.0-1.4.noarch.rpm
     

Provides :
perl(CGI::Application::Plugin::AutoRunmode)
perl-CGI-Application-Plugin-AutoRunmode

Requires :
perl(:MODULE_COMPAT_5.40.0)
perl(CGI::Application) >= 3
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.40.0/CGI
/usr/lib/perl5/vendor_perl/5.40.0/CGI/Application
/usr/lib/perl5/vendor_perl/5.40.0/CGI/Application/Plugin
/usr/lib/perl5/vendor_perl/5.40.0/CGI/Application/Plugin/AutoRunmode
/usr/lib/perl5/vendor_perl/5.40.0/CGI/Application/Plugin/AutoRunmode.pm
/usr/lib/perl5/vendor_perl/5.40.0/CGI/Application/Plugin/AutoRunmode/FileDelegate.pm
/usr/share/doc/packages/perl-CGI-Application-Plugin-AutoRunmode
/usr/share/doc/packages/perl-CGI-Application-Plugin-AutoRunmode/Changes
/usr/share/doc/packages/perl-CGI-Application-Plugin-AutoRunmode/README
/usr/share/man/man3/CGI::Application::Plugin::AutoRunmode.3pm.gz
/usr/share/man/man3/CGI::Application::Plugin::AutoRunmode::FileDelegate.3pm.gz

 
ICM