Changeset 10532
- Timestamp:
- 04/27/08 14:06:44 (5 years ago)
- Location:
- lang/perl/Nanto/trunk
- Files:
-
- 12 modified
-
lib/Nanto/Plugin/ConfigAccessor.pm (modified) (1 diff)
-
lib/Nanto/Plugin/Factory.pm (modified) (1 diff)
-
lib/Nanto/Role/Authorizer.pm (modified) (1 diff)
-
lib/Nanto/Role/Config.pm (modified) (1 diff)
-
lib/Nanto/Role/Context.pm (modified) (2 diffs)
-
lib/Nanto/Role/Context/AutoResolveComponents.pm (modified) (1 diff)
-
lib/Nanto/Role/Controller.pm (modified) (1 diff)
-
lib/Nanto/Role/Factory.pm (modified) (1 diff)
-
lib/Nanto/Role/Handler.pm (modified) (1 diff)
-
lib/Nanto/Role/View.pm (modified) (1 diff)
-
lib/Nanto/View/Plugin/StickyDoCoMoGUID.pm (modified) (1 diff)
-
t/97_podspell.t (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Nanto/trunk/lib/Nanto/Plugin/ConfigAccessor.pm
r10530 r10532 1 1 package Nanto::Plugin::ConfigAccessor; 2 use strict; 2 3 use Moose::Role; 3 4 use UNIVERSAL::require; -
lang/perl/Nanto/trunk/lib/Nanto/Plugin/Factory.pm
r10530 r10532 1 1 package Nanto::Plugin::Factory; 2 use strict; 2 3 use Moose::Role; 3 4 use UNIVERSAL::require; -
lang/perl/Nanto/trunk/lib/Nanto/Role/Authorizer.pm
r10530 r10532 1 1 package Nanto::Role::Authorizer; 2 use strict; 2 3 use Moose::Role; 3 4 -
lang/perl/Nanto/trunk/lib/Nanto/Role/Config.pm
r10530 r10532 1 1 package Nanto::Role::Config; 2 use strict; 2 3 use Moose::Role; 3 4 -
lang/perl/Nanto/trunk/lib/Nanto/Role/Context.pm
r10530 r10532 1 1 package Nanto::Role::Context; 2 use strict; 2 3 use Moose::Role; 3 4 use HTTP::MobileAttribute; 4 use Scalar::Util qw/weaken/;5 5 6 6 has 'req' => ( … … 16 16 is => 'rw', 17 17 isa => 'HTTP::Engine::Response', 18 trigger => sub {19 # XXX HTTP::Engine がなおるまでの応急処置20 my $self = shift;21 $self->res->{context} = $self;22 weaken($self->res->{context});23 },24 18 ); 25 19 -
lang/perl/Nanto/trunk/lib/Nanto/Role/Context/AutoResolveComponents.pm
r10530 r10532 1 1 package Nanto::Role::Context::AutoResolveComponents; 2 use strict; 2 3 use Moose::Role; 3 4 use UNIVERSAL::require; -
lang/perl/Nanto/trunk/lib/Nanto/Role/Controller.pm
r10530 r10532 1 1 package Nanto::Role::Controller; 2 use strict; 2 3 use Moose::Role; 3 4 -
lang/perl/Nanto/trunk/lib/Nanto/Role/Factory.pm
r10530 r10532 1 1 package Nanto::Role::Factory; 2 use strict; 2 3 use Moose::Role; 3 4 -
lang/perl/Nanto/trunk/lib/Nanto/Role/Handler.pm
r10530 r10532 1 1 package Nanto::Role::Handler; 2 use strict; 2 3 use Moose::Role; 3 4 use UNIVERSAL::require; -
lang/perl/Nanto/trunk/lib/Nanto/Role/View.pm
r10530 r10532 1 1 package Nanto::Role::View; 2 use strict; 2 3 use Moose::Role; 3 4 -
lang/perl/Nanto/trunk/lib/Nanto/View/Plugin/StickyDoCoMoGUID.pm
r10530 r10532 1 1 package Nanto::View::Plugin::StickyDoCoMoGUID; 2 use strict; 2 3 use Moose::Role; 3 4 use HTML::StickyQuery::DoCoMoGUID; -
lang/perl/Nanto/trunk/t/97_podspell.t
r10530 r10532 14 14 Tatsuhiko 15 15 Miyagawa 16 TODO
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)