SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Catalyst-Component-ACCEPT_CONTEXT rpm build for : Mageia 8. For other distributions click perl-Catalyst-Component-ACCEPT_CONTEXT.

Name : perl-Catalyst-Component-ACCEPT_CONTEXT
Version : 0.70.0 Vendor : Mageia_Org
Release : 6.mga8 Date : 2020-02-12 12:54:11
Group : Development/Perl Source RPM : perl-Catalyst-Component-ACCEPT_CONTEXT-0.70.0-6.mga8.src.rpm
Size : 0.01 MB
Packager : umeabot < umeabot>
Summary : Make the current Catalyst context available in Models and Views
Description :
Models and Views don\'t usually have access to the request object, since
they probably don\'t really need it. Sometimes, however, having the request
context available outside of Controllers makes your application cleaner.
If that\'s the case, just use this module as a base class:

package MyApp::Model::Foobar;
use base qw|Catalyst::Component::ACCEPT_CONTEXT Catalyst::Model|;

Then, you\'ll be able to get the current request object from within your
model:

sub do_something {
my $self = shift;
print \"The current URL is \". $self->context->req->uri->as_string;
}

RPM found in directory: /vol/rzm3/linux-mageia/distrib/8/armv7hl/media/core/release

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-Catalyst-Component-ACCEPT_CONTEXT-0.70.0-6.mga8.noarch.rpm
ftp.icm.edu.pl  perl-Catalyst-Component-ACCEPT_CONTEXT-0.70.0-6.mga8.noarch.rpm
ftp.icm.edu.pl  perl-Catalyst-Component-ACCEPT_CONTEXT-0.70.0-6.mga8.noarch.rpm
ftp.icm.edu.pl  perl-Catalyst-Component-ACCEPT_CONTEXT-0.70.0-6.mga8.noarch.rpm
     

Provides :
perl(Catalyst::Component::ACCEPT_CONTEXT)
perl-Catalyst-Component-ACCEPT_CONTEXT

Requires :
perl(Catalyst)
perl(MRO::Compat)
perl(Scalar::Util)
perl(strict)
perl(warnings)
perl-base >= 2:5.30.1
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/share/doc/perl-Catalyst-Component-ACCEPT_CONTEXT
/usr/share/doc/perl-Catalyst-Component-ACCEPT_CONTEXT/Changes
/usr/share/doc/perl-Catalyst-Component-ACCEPT_CONTEXT/META.yml
/usr/share/doc/perl-Catalyst-Component-ACCEPT_CONTEXT/README
/usr/share/man/man3/Catalyst::Component::ACCEPT_CONTEXT.3pm.xz
/usr/share/perl5/vendor_perl/Catalyst
/usr/share/perl5/vendor_perl/Catalyst/Component
/usr/share/perl5/vendor_perl/Catalyst/Component/ACCEPT_CONTEXT.pm

 
ICM