forked from package-url/purl-spec
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
73 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -550,5 +550,77 @@ | |
"qualifiers": null, | ||
"subpath": null, | ||
"is_invalid": false | ||
}, | ||
{ | ||
"description": "cpan distribution name are case sensitive", | ||
"purl": "pkg:cpan/DROLSKY/[email protected]", | ||
"canonical_purl": "pkg:cpan/DROLSKY/[email protected]", | ||
"type": "cpan", | ||
"namespace": "DROLSKY", | ||
"name": "DateTime", | ||
"version": "1.55", | ||
"qualifiers": null, | ||
"subpath": null, | ||
"is_invalid": false | ||
}, | ||
{ | ||
"description": "cpan module name are case sensitive", | ||
"purl": "pkg:cpan/URI::[email protected]", | ||
"canonical_purl": "pkg:cpan/URI::[email protected]", | ||
"type": "cpan", | ||
"namespace": null, | ||
"name": "URI::PackageURL", | ||
"version": "2.11", | ||
"qualifiers": null, | ||
"subpath": null, | ||
"is_invalid": false | ||
}, | ||
{ | ||
"description": "cpan module name like distribution name", | ||
"purl": "pkg:cpan/[email protected]", | ||
"canonical_purl": "pkg:cpan/[email protected]", | ||
"type": "cpan", | ||
"namespace": null, | ||
"name": "Perl-Version", | ||
"version": "1.013", | ||
"qualifiers": null, | ||
"subpath": null, | ||
"is_invalid": true | ||
}, | ||
{ | ||
"description": "cpan distribution name like module name", | ||
"purl": "pkg:cpan/GDT/URI::[email protected]", | ||
"canonical_purl": "pkg:cpan/GDT/URI::PackageURL", | ||
"type": "cpan", | ||
"namespace": "GDT", | ||
"name": "URI::PackageURL", | ||
"version": null, | ||
"qualifiers": null, | ||
"subpath": null, | ||
"is_invalid": true | ||
}, | ||
{ | ||
"description": "cpan valid module name", | ||
"purl": "pkg:cpan/[email protected]", | ||
"canonical_purl": "pkg:cpan/[email protected]", | ||
"type": "cpan", | ||
"namespace": null, | ||
"name": "DateTime", | ||
"version": "1.55", | ||
"qualifiers": null, | ||
"subpath": null, | ||
"is_invalid": false | ||
}, | ||
{ | ||
"description": "cpan valid module name without version", | ||
"purl": "pkg:cpan/URI", | ||
"canonical_purl": "pkg:cpan/URI", | ||
"type": "cpan", | ||
"namespace": null, | ||
"name": "URI", | ||
"version": null, | ||
"qualifiers": null, | ||
"subpath": null, | ||
"is_invalid": false | ||
} | ||
] |