We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ea262ce + 594d135 commit 1577dbcCopy full SHA for 1577dbc
lib/Net/SAML2/Protocol/LogoutRequest.pm
@@ -3,6 +3,7 @@ use Moose;
3
use MooseX::Types::Common::String qw/ NonEmptySimpleStr /;
4
use MooseX::Types::URI qw/ Uri /;
5
use Net::SAML2::XML::Util qw/ no_comments /;
6
+use XML::Generator;
7
8
with 'Net::SAML2::Role::ProtocolMessage';
9
0 commit comments