We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 586fd5b commit 9c73463Copy full SHA for 9c73463
lib/Net/SAML2/XML/Sig.pm
@@ -8,3 +8,7 @@
8
use strict;
9
use warnings;
10
package Net::SAML2::XML::Sig; use base qw(XML::Sig); 1;
11
+
12
+our $VERSION = '0.47';
13
14
+# ABSTRACT: Net::SAML2 subclass of XML::Sig
0 commit comments