Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-Catalyst-Component-ACCEPT_CONTEXT-0.70.0-6.mga8 RPM for noarch

From Mageia 8 for armv7hl / media / core / release

Name: perl-Catalyst-Component-ACCEPT_CONTEXT Distribution: Mageia
Version: 0.70.0 Vendor: Mageia.Org
Release: 6.mga8 Build date: Wed Feb 12 12:54:11 2020
Group: Development/Perl Build host: localhost
Size: 13907 Source RPM: perl-Catalyst-Component-ACCEPT_CONTEXT-0.70.0-6.mga8.src.rpm
Packager: umeabot <umeabot>
Url: http://search.cpan.org/dist/Catalyst-Component-ACCEPT_CONTEXT
Summary: Make the current Catalyst context available in Models and Views
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;
    }

Provides

Requires

License

GPL+ or Artistic

Changelog

* Wed Feb 12 2020 umeabot <umeabot> 0.70.0-6.mga8
  + Revision: 1503509
  - Mageia 8 Mass Rebuild
  + wally <wally>
  - replace deprecated %makeinstall_std
* Thu Sep 20 2018 umeabot <umeabot> 0.70.0-5.mga7
  + Revision: 1282062
  - Mageia 7 Mass Rebuild

Files

/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


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 16:03:47 2024