From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
12345678910 package XML::SRS::Query;use Moose::Role;use PRANG::Graph;use XML::SRS::Types;with 'XML::SRS::Node', "PRANG::Graph";1;
package
XML::SRS::Query;
use
Moose::Role;
PRANG::Graph;
XML::SRS::Types;
with
'XML::SRS::Node'
,
"PRANG::Graph"
;
1;