You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Remove 'require 5.000'. In theory, this would give a nice runtime
error message when run under perl4; in practice, this file doesn't
even parse as perl4 due to 'use strict', 'our', and '->' method calls.
- Use numeric comparison with $], not string comparison. (In practice,
this would probably only start failing once we reach perl 10, but
still.)
- Don't repeatedly check $fc_available at runtime. Just define a
fallback fc() in terms of lc() if CORE::fc is not available.
- Add missing $key argument to sample code in SYNOPSIS. This fixes
<https://rt.cpan.org/Ticket/Display.html?id=97189>.
0 commit comments