The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
package XML::RSS::Private::Output::Roles::ModulesElems;

use strict;

sub _out_modules_elements_if_supported {
    my ($self, $top_elem) = @_;

    return $self->_out_modules_elements($top_elem);
}

1;