Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the CPAN-Meta-Requirements CPAN distribution.

Report information
The Basics
Id: 76948
Status: resolved
Priority: 0/
Queue: CPAN-Meta-Requirements

People
Owner: Nobody in particular
Requestors: mhasch-cpanbugs [...] cozap.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 2.121
Fixed in: (no value)



Subject: documentation error: exclusion symbol in strings [PATCH]
There is an error in the documentation: In a string parsed by add_string_requirement, the symbol for exclusion should be "!=", not "!". CPAN::Meta::Spec has "!=" and that is what is implemented here, too. -Martin
Subject: CPAN-Meta-Requirements.patch
--- CPAN-Meta-Requirements-2.121.orig/lib/CPAN/Meta/Requirements.pm 2012-04-01 15:05:19.000000000 +0200 +++ CPAN-Meta-Requirements-2.121/lib/CPAN/Meta/Requirements.pm 2012-05-02 22:50:24.000000000 +0200 @@ -663,13 +663,13 @@ =item == 1.3 -=item ! 1.3 +=item != 1.3 =item > 1.3 =item < 1.3 -=item >= 1.3, ! 1.5, <= 2.0 +=item >= 1.3, != 1.5, <= 2.0 A version number without an operator is equivalent to specifying a minimum (C<E<gt>=>). Extra whitespace is allowed.
Thank you. Applied and release to CPAN as version 2.122.