The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

use strict;
#
# Chains to the action /action/chained/parentchain in the
# Action::Chained controller.
#
sub child :Chained('.') :Args(1) { }
1;