SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-CGI-Application-Plugin-AutoRunmode rpm build for : Fedora 10. For other distributions click perl-CGI-Application-Plugin-AutoRunmode.

Name : perl-CGI-Application-Plugin-AutoRunmode
Version : 0.16 Vendor : Thilo Planz < thilo_cpan_org>
Release : 1 Date : 2009-06-12 15:58:26
Group : Applications/CPAN Source RPM : perl-CGI-Application-Plugin-AutoRunmode-0.16-1.src.rpm
Size : 0.04 MB
Packager : Arix International < cpan2rpm_arix_com>
Summary : CGI-Application-Plugin-AutoRunmode - 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:

=over 4

=item 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)

=item 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.

=back

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/archive/olea.org/fedora-10/rss2twitter

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-CGI-Application-Plugin-AutoRunmode-0.16-1.noarch.rpm
     

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

Requires :
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(VersionedDependencies) <= 3.0.3-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
perl(CGI::Application)
perl(strict)
perl(Carp)
perl(Exporter)


Content of RPM :
/usr/local/lib/perl5/site_perl/5.10.0/CGI
/usr/local/lib/perl5/site_perl/5.10.0/CGI/Application
/usr/local/lib/perl5/site_perl/5.10.0/CGI/Application/Plugin
/usr/local/lib/perl5/site_perl/5.10.0/CGI/Application/Plugin/AutoRunmode
/usr/local/lib/perl5/site_perl/5.10.0/CGI/Application/Plugin/AutoRunmode.pm
/usr/local/lib/perl5/site_perl/5.10.0/CGI/Application/Plugin/AutoRunmode/FileDelegate.pm
/usr/local/share
/usr/local/share/man
/usr/local/share/man/man3
/usr/local/share/man/man3/CGI::Application::Plugin::AutoRunmode.3pm
/usr/local/share/man/man3/CGI::Application::Plugin::AutoRunmode::FileDelegate.3pm
/usr/share/doc/perl-CGI-Application-Plugin-AutoRunmode-0.16
/usr/share/doc/perl-CGI-Application-Plugin-AutoRunmode-0.16/AutoRunmode
/usr/share/doc/perl-CGI-Application-Plugin-AutoRunmode-0.16/AutoRunmode/FileDelegate.pm
/usr/share/doc/perl-CGI-Application-Plugin-AutoRunmode-0.16/Changes
/usr/share/doc/perl-CGI-Application-Plugin-AutoRunmode-0.16/README

 
ICM