File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ on 'test' => sub {
44
55requires ' perl' => ' 5.040' ;
66requires ' PAGI' => ' 0.001023' ;
7- requires ' Gears' => ' 0.100 ' ;
7+ requires ' Gears' => ' 0.104 ' ;
88requires ' Mooish::Base' => ' 1.005' ;
99requires ' Future::AsyncAwait' => 0;
1010requires ' IO::Async' => 0;
Original file line number Diff line number Diff line change @@ -539,17 +539,7 @@ to avoid consuming the context by accident:
539539
540540Bridges only match for paths when a full level is matched, for example the
541541above admin bridge will match for C</admin > and C</admin/test > , but not for
542- C</admins > . For this reason, all locations under the bridge should start their
543- patterns with C</ > . The sole exception to this is creating a location under a
544- bridge with an empty pattern, which will match the exact same pattern as the
545- bridge, but still be under the bridge in the hierarchy:
546-
547- # ran after $admin_bridge, but only on the same pattern
548- $admin_bridge->add(
549- '' => {
550- to => 'admin_homepage',
551- },
552- );
542+ C</admins > .
553543
554544=head3 Actions
555545
You can’t perform that action at this time.
0 commit comments