Skip to content

Commit 1577dbc

Browse files
authored
Merge pull request #48 from ziali088/patch-1
add missing use statement
2 parents ea262ce + 594d135 commit 1577dbc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Net/SAML2/Protocol/LogoutRequest.pm

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ use Moose;
33
use MooseX::Types::Common::String qw/ NonEmptySimpleStr /;
44
use MooseX::Types::URI qw/ Uri /;
55
use Net::SAML2::XML::Util qw/ no_comments /;
6+
use XML::Generator;
67

78
with 'Net::SAML2::Role::ProtocolMessage';
89

0 commit comments

Comments
 (0)