The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl extension URI::PackageURL.

2.03 2023-11-09
    - Improved validation during encode and decode "purl" string
    - Fixed CPAN repository URL
    - FIX Qualifiers are case sensitive
      (giterlizzi/perl-URI-PackageURL#4)
    - FIX PURLs containing multiple namespaces segments parse incorrectly
      (giterlizzi/perl-URI-PackageURL#5)
    - FIX Incorrect parsing of PURLs that begin with "pkg:/"
      (giterlizzi/perl-URI-PackageURL#6)
    - Improved "t/99-official-purl-test-suite.t" test

2.02 2023-09-22
    - Added core "JSON" module prerequisite in Makefile.PL (#4)

2.01 2023-09-17
    - Added "repository_url" qualifier support for "cpan" PURL type

2.00 2023-06-13
    - Added "purl-tool(1)" (giterlizzi/perl-URI-PackageURL#3)
    - Added "URI::PackageURL::Util::purl_to_urls" helper
    - Fixed name qualifier for "cpan" (giterlizzi/perl-URI-PackageURL#2)
    - Fixed some little issues

1.10 2022-08-01
    - Fixed "namespace vs name" (RT#143917)
    - Fixed substitution warning when "version" component is not provided
      in URI::PackageURL->from_string

1.02 2022-07-31
    - Fixed decode when "namespace" component is "undef"

1.01 2022-07-26
    - Fixed documentation and test prerequisite (JSON::PP)

1.00 2022-07-25
    - First release of URI::PackageURL