Skip to content

Commit

Permalink
Updated documentations.
Browse files Browse the repository at this point in the history
  • Loading branch information
giterlizzi committed May 13, 2024
1 parent 305a1fb commit 74c6072
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Change history for URI-PackageURL

2.20 2024-05-11
2.20 2024-05-13
- Added support for the official "cpan" PURL type specification (giterlizzi/perl-URI-PackageURL#8)
- Added "Version Range" (vers) support
- Added "Version Range" (vers) support (giterlizzi/perl-URI-PackageURL#12)
- Added "URI::VersionRange::Version::cpan" version comparator for "cpan" scheme
- Added "vers-tool(1)"
- FIX Apply percent-encoding in "subpath" in "to_string" method
Expand Down
6 changes: 5 additions & 1 deletion lib/URI/VersionRange.pm
Original file line number Diff line number Diff line change
Expand Up @@ -424,9 +424,13 @@ Check if a version is contained within a range
say "The version is in range";
}
See L<URI::VersionRange::Version>.
=item $vers->constraint_contains
Check if a version is contained within a specific constraint
Check if a version is contained within a specific constraint.
See L<URI::VersionRange::Version>.
=item $vers->to_string
Expand Down
2 changes: 1 addition & 1 deletion lib/URI/VersionRange/Version.pm
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ URI::VersionRange::Version - Version comparator class
This is a base class for the version comparator.
NOTE: L<URI::VersionRange> provide out-of-the-box the comparator for C<cpan> type.
NOTE: L<URI::VersionRange> provide out-of-the-box C<cpan> type comparator.
=head2 OBJECT-ORIENTED INTERFACE
Expand Down

0 comments on commit 74c6072

Please sign in to comment.