We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0d07622 + 2c6780a commit 71d67e5Copy full SHA for 71d67e5
lib/Net/SAML2/Protocol/AuthnRequest.pm
@@ -3,7 +3,7 @@ package Net::SAML2::Protocol::AuthnRequest;
3
use Moose;
4
use MooseX::Types::URI qw/ Uri /;
5
use MooseX::Types::Common::String qw/ NonEmptySimpleStr /;
6
-use XML::Writer;
+use XML::Writer 0.625;
7
use List::Util qw(any);
8
9
with 'Net::SAML2::Role::ProtocolMessage';
0 commit comments