Skip to content

Commit 4211a19

Browse files
committed
Update Makefile version
1 parent 9036338 commit 4211a19

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile.PL

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ my %WriteMakefileArgs = (
1111
"CONFIGURE_REQUIRES" => {
1212
"ExtUtils::MakeMaker" => 0
1313
},
14-
"DISTNAME" => "Net-Saml2",
14+
"DISTNAME" => "Net-SAML2",
1515
"LICENSE" => "perl",
1616
"MIN_PERL_VERSION" => "5.008001",
17-
"NAME" => "Net::Saml2",
17+
"NAME" => "Net::SAML2",
1818
"PREREQ_PM" => {
1919
"Carp" => 0,
2020
"Class::Accessor" => 0,
@@ -71,7 +71,7 @@ my %WriteMakefileArgs = (
7171
"URI::URL" => 0,
7272
"XML::LibXML::XPathContext" => 0
7373
},
74-
"VERSION" => "0.42",
74+
"VERSION" => "0.44",
7575
"test" => {
7676
"TESTS" => "t/*.t t/author/*.t"
7777
}

0 commit comments

Comments
 (0)