We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f30c26 commit 255a3e7Copy full SHA for 255a3e7
ext/POSIX/lib/POSIX.pm
@@ -446,10 +446,9 @@ my %other_export_tags = (
446
447
our @EXPORT_OK = (qw(close lchown nice open pipe read sleep times write
448
printf sprintf lround),
449
- # lround() should really be in @EXPORT and in the
450
- # :math_h_c99 tag, but we're too far into the 5.24 code
451
- # freeze for that to be done now. This can be revisited in
452
- # the 5.25.x cycle.
+ # lround() should really be in the :math_h_c99 tag, but
+ # we're too far into the 5.24 code freeze for that to be
+ # done now. This can be revisited in the 5.25.x cycle.
453
grep {!exists $export{$_}} keys %reimpl, keys %replacement, keys %export_ok);
454
455
our %EXPORT_TAGS = ( %default_export_tags, %other_export_tags );
0 commit comments