Files

44 lines
1.3 KiB
YAML
Raw Permalink Normal View History

---
#description_paragraphs: 3
description: |-
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. #summary: override summary from
CPAN
#no_testing: broken upstream
#sources:
# - source1
# - source2
#patches:
# foo.patch: -p1
# bar.patch:
# baz.patch: PATCH-FIX-OPENSUSE
#preamble: |-
# BuildRequires: gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
#post_build: |-
# rm unused.files
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module
#skip_doc: regexp_to_skip_for_doc.*
#add_doc: files to add to docs
#misc: |-
#anything else to be added to spec file
#follows directly after %files section, so it can contain new blocks or also
#changes to %files section