We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a0a721 commit 74e5711Copy full SHA for 74e5711
Changes
@@ -1,5 +1,8 @@
1
Change history for SBOM::CycloneDX
2
3
+1.0? 2025-??-??
4
+ - Fix name in Makefile.PL (giterlizzi/perl-SBOM-CycloneDX#2)
5
+
6
1.03 2025-03-31
7
- Improved documentation
8
- Improved SPDX licenses loader
Makefile.PL
@@ -5,7 +5,7 @@ use warnings;
use ExtUtils::MakeMaker;
WriteMakefile(
- NAME => 'SBOM-CycloneDX',
+ NAME => 'SBOM::CycloneDX',
9
AUTHOR => q{Giuseppe Di Terlizzi <[email protected]>},
10
VERSION_FROM => 'lib/SBOM/CycloneDX.pm',
11
LICENSE => 'artistic_2',
0 commit comments