1 package App::SCS::Role::PageChildren;
6 requires '_page_set_class';
11 my ($self, %args) = @_;
12 if (my $at = delete $args{at_depth}) {
13 @args{qw(min_depth max_depth)} = ($at, $at);
15 $self->_page_set_class->new(
16 top_dir => $self->_top_dir,
17 base_dir => $self->_my_path,
19 plugin_config => $self->_page_set->plugin_config,