Home
last modified time | relevance | path

Searched refs:Catalyst (Results 176 – 200 of 2936) sorted by relevance

12345678910>>...118

/dports/www/p5-Catalyst-Component-InstancePerContext/Catalyst-Component-InstancePerContext-0.001001/
H A DREADME1 Catalyst-Component-InstancePerContext
17 perldoc Catalyst::Component::InstancePerContext
22 http://search.cpan.org/dist/Catalyst-Component-InstancePerContext
25 http://rt.cpan.org/NoAuth/Bugs.html?Dist=Catalyst-Component-InstancePerContext
28 http://annocpan.org/dist/Catalyst-Component-InstancePerContext
31 http://cpanratings.perl.org/d/Catalyst-Component-InstancePerContext
/dports/www/p5-CatalystX-Component-Traits/CatalystX-Component-Traits-0.19/t/
H A D01-basic.t4 use Catalyst::Utils;
7 package Catalyst::Controller::SomeController;
9 extends 'Catalyst::Controller';
13 package Catalyst::TraitFor::Controller::SomeController::Foo;
19 extends 'Catalyst::Controller::SomeController';
45 extends 'Catalyst';
61 ok(($instance->does('Catalyst::TraitFor::Controller::SomeController::Foo')),
77 …'Catalyst::TraitFor::Controller::SomeController::Foo|MyApp::TraitFor::Controller::SomeController::…
H A D04-no_merge.t4 use Catalyst::Utils;
9 package Catalyst::Controller::SomeController;
11 extends 'Catalyst::Controller';
14 package Catalyst::TraitFor::Controller::SomeController::Foo;
20 extends 'Catalyst::Controller::SomeController';
45 extends 'Catalyst';
61 …'Catalyst::TraitFor::Controller::SomeController::Foo|MyApp::TraitFor::Controller::SomeController::…
/dports/www/p5-Catalyst-Plugin-C3/Catalyst-Plugin-C3-0.03/
H A DREADME2 Catalyst::Plugin::C3 - Catalyst Plugin to subvert NEXT to use Class::C3
8 use Catalyst qw/ -Debug C3 Static::Simple /;
12 package Catalyst::Plugin::FooBar;
13 use base qw/ Catalyst::Plugin::C3 /;
18 This module is related to the possible transition of Catalyst from NEXT
22 This module is only intended for use by Catalyst module developers at
44 entire Catalyst request-handling phase. The behavior of the replacement
48 If the class is not Catalyst-related, the function falls back to normal
49 NEXT behavior. If the class is Catalyst-related, but its inheritance
54 If the class is both Catalyst-related and has a C3-compatible hierarchy,
[all …]
H A DMETA.yml2 abstract: Catalyst Plugin to subvert NEXT to use Class::C3
12 name: Catalyst-Plugin-C3
18 Catalyst::Plugin::C3:
19 file: lib/Catalyst/Plugin/C3.pm
22 Catalyst: 5.7006
/dports/www/p5-Catalyst-Action-REST/Catalyst-Action-REST-1.21/t/
H A Dcatalyst-traitfor-request-rest.t7 use Catalyst::Request::REST;
8 use Catalyst::TraitFor::Request::REST;
11 use Catalyst::Log;
14 superclasses => ['Catalyst::Request'],
15 roles => ['Catalyst::TraitFor::Request::REST'],
19 # We run the tests twice to make sure Catalyst::Request::REST is
21 for my $class ( $anon_class, 'Catalyst::Request::REST' ) {
24 _log => Catalyst::Log->new
42 my $request = $class->new( _log => Catalyst::Log->new );
60 my $request = $class->new( _log => Catalyst::Log->new );
[all …]
/dports/www/p5-Catalyst-Plugin-Cache-FastMmap/Catalyst-Plugin-Cache-FastMmap-0.9/
H A DREADME2 Catalyst::Plugin::Cache::FastMmap - Mmap cache
5 use Catalyst qw[Cache::FastMmap];
20 This package is part of the Catalyst Cache family. It allows integration
21 of Cache::FastMmap and Catalyst
23 This module extends the Catalyst application class with a "mmap" cache.
30 Cache::FastMmap, Catalyst.
/dports/www/p5-Catalyst-Plugin-Session-Store-DBI/Catalyst-Plugin-Session-Store-DBI-0.16/t/
H A D07dbic_schema.t11 eval { require Catalyst::Plugin::Session::State::Cookie }
15 eval { require Test::WWW::Mechanize::Catalyst }
25 eval { require Catalyst::Model::DBIC::Schema }
43 use Test::WWW::Mechanize::Catalyst "TestAppDBICSchema";
45 my $ua1 = Test::WWW::Mechanize::Catalyst->new;
46 my $ua2 = Test::WWW::Mechanize::Catalyst->new;
/dports/www/p5-Catalyst-Runtime/Catalyst-Runtime-5.90128/t/aggregate/
H A Dlive_engine_request_remote_user.t10 use Catalyst::Test 'TestApp';
12 use Catalyst::Request;
25 like( $response->content, qr/'Catalyst::Request'/,
26 'Content is a serialized Catalyst::Request' );
32 'Unserialize Catalyst::Request'
37 isa_ok( $creq, 'Catalyst::Request' );
H A Dunit_engineloader.t4 use Catalyst::EngineLoader;
8 expected_catalyst_engine_class => 'Catalyst::Engine',
12 expected_catalyst_engine_class => 'Catalyst::Engine',
16 expected_catalyst_engine_class => 'Catalyst::Engine',
23 my $loader = Catalyst::EngineLoader->new(application_name => "TestApp");
H A Dlive_component_controller_action_default.t12 use Catalyst::Test 'TestApp';
39 is( $response->header('X-Catalyst-Action'), 'default', 'Test Action' );
45 is( $response->header('X-Catalyst-Executed'),
49 qr/^bless\( .* 'Catalyst::Request' \)$/s,
50 'Content is a serialized Catalyst::Request'
66 'Unserialize Catalyst::Request'
83 is( $response->header('X-Catalyst-Executed'),
89 is( $response->header('X-Catalyst-Executed'),
H A Dunit_core_log.t6 use Catalyst::Log;
8 local *Catalyst::Log::_send_to_log;
12 *Catalyst::Log::_send_to_log = sub {
18 my $LOG = 'Catalyst::Log';
43 package Catalyst::Log::Subclass;
44 use base qw/Catalyst::Log/;
53 my $SUBCLASS = 'Catalyst::Log::Subclass';
55 ok $log = Catalyst::Log::Subclass->new,
/dports/www/p5-Catalyst-Helper-Controller-Scaffold/Catalyst-Helper-Controller-Scaffold-0.04/
H A DMETA.yml3 name: Catalyst-Helper-Controller-Scaffold
5 version_from: lib/Catalyst/Helper/Controller/Scaffold.pm
8 Catalyst: 5.23
9 Catalyst::Plugin::FormValidator: 0
10 Catalyst::View::TT: 0
/dports/www/p5-Catalyst-TraitFor-Controller-DBIC-DoesPaging/Catalyst-TraitFor-Controller-DBIC-DoesPaging-1.001000/
H A Ddist.ini1 name = Catalyst-TraitFor-Controller-DBIC-DoesPaging
24 Catalyst::Runtime = 5.80000 key
29 Catalyst::Test = 0 key
30 Catalyst::View::JSON = 0 key
32 Catalyst::Model::DBIC::Schema = 0.29 key
/dports/www/p5-Catalyst-Model-CDBI-Sweet/Catalyst-Model-CDBI-Sweet-0.06/
H A DREADME2 Catalyst::Model::CDBI::Sweet - Making sweet things sweeter
6 use base 'Catalyst::Model::CDBI::Sweet';
16 as a Catalyst Model easily. It's similar to
17 Catalyst::Model::CDBI::Plain.
28 Class::DBI::Sweet, Catalyst::Model::CDBI, Catalyst.
49 Catalyst
/dports/www/p5-Catalyst-Model-DBIC-Schema/Catalyst-Model-DBIC-Schema-0.65/
H A DMANIFEST14 lib/Catalyst/Helper/Model/DBIC/Schema.pm
15 lib/Catalyst/Model/DBIC/Schema.pm
16 lib/Catalyst/Model/DBIC/Schema/Types.pm
17 lib/Catalyst/TraitFor/Model/DBIC/Schema/Caching.pm
18 lib/Catalyst/TraitFor/Model/DBIC/Schema/PerRequestSchema.pm
19 lib/Catalyst/TraitFor/Model/DBIC/Schema/Replicated.pm
20 lib/Catalyst/TraitFor/Model/DBIC/Schema/SchemaProxy.pm
/dports/www/p5-Catalyst-Plugin-Session-Store-DBI/Catalyst-Plugin-Session-Store-DBI-0.16/lib/Catalyst/Plugin/Session/Store/
H A DDBI.pm1 package Catalyst::Plugin::Session::Store::DBI;
141 Catalyst::Exception->throw(
190 ) or Catalyst::Exception->throw( message => $DBI::errstr );
205 Catalyst::Exception->throw( message =>
222 Catalyst::Exception->throw(
235 Catalyst::Exception->throw(
246 Catalyst::Exception->throw(
257 Catalyst::Exception->throw(
270 Catalyst::Exception->throw(
278 Catalyst::Exception->throw(
/dports/www/p5-Catalyst-Plugin-Session-Store-FastMmap/Catalyst-Plugin-Session-Store-FastMmap-0.16/
H A DREADME2 Catalyst::Plugin::Session::Store::FastMmap - FastMmap session storage
6 use Catalyst qw/Session Session::Store::FastMmap Session::State::Foo/;
17 "Catalyst::Plugin::Session::Store::FastMmap" is a fast session storage
18 plugin for Catalyst that uses an mmap'ed file to act as a shared memory
27 Catalyst::Plugin::Session::Store.
31 Catalyst::Plugin::Session::AtomicWrite.
43 Catalyst::Plugin::Session::PerUser, for example.
71 Catalyst, Catalyst::Plugin::Session, Cache::FastMmap.
74 This module is derived from Catalyst::Plugin::Session::FastMmap code,
/dports/textproc/p5-Text-MultiMarkdown/Text-MultiMarkdown-1.000035/t/
H A D18codespanextra.t15 `cpan Task::Catalyst`
20 <code>cpan Task::Catalyst</code></p>
26 `cpan Task::Catalyst`
32 <p><code>cpan Task::Catalyst</code></p>
37 `cpanp -i Task::Catalyst`
42 <code>cpanp -i Task::Catalyst</code></p>
/dports/www/p5-Catalyst-Plugin-Log-Handler/Catalyst-Plugin-Log-Handler-0.08/
H A DREADME2 Catalyst::Plugin::Log::Handler - Catalyst Plugin for Log::Handler
8 use Catalyst qw(Log::Handler);
10 Catalyst configuration (e. g. in YAML format):
29 If your Catalyst project logs many messages, logging via standard error
45 This is because Catalyst and Log::Handler don't use the same names for
48 To log a message with a level that is no common Catalyst log level, you
62 a Catalyst application. (Except for the file name, of course.)
64 To be consistent with Catalyst::Log, the options minlevel and maxlevel
68 If you use Catalyst::Plugin::ConfigLoader, please load this module after
69 Catalyst::Plugin::ConfigLoader.
/dports/www/p5-Catalyst-Authentication-Credential-OpenID/Catalyst-Authentication-Credential-OpenID-0.19/
H A DREADME3 Catalyst::Plugin::Authentication framework.
25 use Catalyst qw/
86 authentication in Catalyst::Plugin::Authentication.
88 1. Catalyst::Plugin::Authentication::OpenID
90 3. Catalyst::Authentication::Credential::OpenID
131 Catalyst::Plugin::Authentication::User::Hash.
373 Catalyst such a wonderful framework.
413 Catalyst Authentication
414 Catalyst, Catalyst::Plugin::Authentication,
416 Catalyst::Manual::Tutorial::Authentication.
[all …]
/dports/www/p5-Catalyst-Plugin-Setenv/Catalyst-Plugin-Setenv-0.03/
H A DMETA.yml2 name: Catalyst-Plugin-Setenv
6 abstract: Allows you to set up the environment from Catalyst's config file.
11 Catalyst::Runtime: 5.7
17 Catalyst::Plugin::Setenv:
18 file: lib/Catalyst/Plugin/Setenv.pm
/dports/www/p5-Catalyst-Manual/Catalyst-Manual-5.9011/lib/Catalyst/Manual/
H A DWritingPlugins.pod3 Catalyst::Manual::WritingPlugins - DEPRECATED, see L<Catalyst::Manual::ExtendingCatalyst> instead
7 This document is now deprecated. Please refer to L<Catalyst::Manual::ExtendingCatalyst>
12 Catalyst Contributors, see Catalyst.pm
/dports/www/p5-Catalyst-Plugin-XMLRPC/Catalyst-Plugin-XMLRPC-2.01/
H A DMETA.yml2 abstract: 'DEPRECATED Dispatch XMLRPC methods with Catalyst'
15 name: Catalyst-Plugin-XMLRPC
21 Catalyst: 5.66
25 repository: http://dev.catalyst.perl.org/repos/Catalyst/trunk/historical/Catalyst-Plugin-XMLRPC/
/dports/www/p5-Catalyst-Plugin-SubRequest/Catalyst-Plugin-SubRequest-0.21/
H A DMETA.yml2 abstract: 'Make subrequests to actions in Catalyst'
16 name: Catalyst-Plugin-SubRequest
22 Catalyst::Runtime: '5.9'
26 repository: http://dev.catalyst.perl.org/repos/Catalyst/trunk/Catalyst-Plugin-SubRequest/

12345678910>>...118