initial import
This commit is contained in:
parent
7c6f5c7464
commit
7155ad16f4
3 changed files with 40 additions and 0 deletions
7
p5-CGI-Application-Plugin-Forward/DESCR
Normal file
7
p5-CGI-Application-Plugin-Forward/DESCR
Normal file
|
@ -0,0 +1,7 @@
|
|||
The forward method passes control to another run mode and returns its output.
|
||||
This is equivalent to calling $self->$other_runmode, except that
|
||||
CGI::Application's internal value of the current run mode is updated.
|
||||
This means that calling $self->get_current_runmode after calling forward will
|
||||
return the name of the new run mode.
|
||||
This is useful for modules that depend on the name of the current run mode
|
||||
such as CGI::Application::Plugin::AnyTemplate.
|
28
p5-CGI-Application-Plugin-Forward/Makefile
Normal file
28
p5-CGI-Application-Plugin-Forward/Makefile
Normal file
|
@ -0,0 +1,28 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2009/09/09 20:04:49 ficovh Exp $
|
||||
#
|
||||
|
||||
DISTNAME= CGI-Application-Plugin-Forward-1.06
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CGI/}
|
||||
|
||||
MAINTAINER= ficovh@yahoo.com
|
||||
HOMEPAGE= http://search.cpan.org/CPAN/authors/id/M/MG/MGRAHAM/
|
||||
COMMENT= Pass control from one run mode to another
|
||||
|
||||
|
||||
DEPENDS+= p5-CGI-Application>=4.01:../../www/p5-CGI-Application
|
||||
DEPENDS+= p5-CGI-Application-Plugin-AutoRunmode>=0:../../wip/p5-CGI-Application-Plugin-AutoRunmode
|
||||
DEPENDS+= p5-Test-Simple>=0:../../devel/p5-Test-Simple
|
||||
|
||||
|
||||
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
|
||||
PERL5_MODULE_TYPE= Module::Build
|
||||
PERL5_PACKLIST= auto/CGI/Application/Plugin/Forward/.packlist
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
5
p5-CGI-Application-Plugin-Forward/distinfo
Normal file
5
p5-CGI-Application-Plugin-Forward/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2009/09/09 20:04:49 ficovh Exp $
|
||||
|
||||
SHA1 (CGI-Application-Plugin-Forward-1.06.tar.gz) = 2853d3a87aa5ac2e2770404b4c558dfc4e8ea782
|
||||
RMD160 (CGI-Application-Plugin-Forward-1.06.tar.gz) = b8102db6aa1595d7e46362c30694189afbb22d1f
|
||||
Size (CGI-Application-Plugin-Forward-1.06.tar.gz) = 9525 bytes
|
Loading…
Reference in a new issue