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
#!/usr/bin/perl
use strict; use warnings FATAL => 'all';
use boolean;
$a = true;
$b = false;
print "a = $a, b = $b\n";
"true" and "false" functions of boolean module erroneously marked as unresolved ("Unable to find sub definition, declaration, constant definition or typeglob aliasing").
Environment:
IntelliJ IDEA 2022.1 (Ultimate Edition)
Build #IU-221.5080.210, built on April 12, 2022
Runtime version: 11.0.14.1+1-b2043.25 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Perl plugin 2022.1
OS: Ubuntu 22.04 LTS
The text was updated successfully, but these errors were encountered:
In the following code snippet:
"true" and "false" functions of boolean module erroneously marked as unresolved ("Unable to find sub definition, declaration, constant definition or typeglob aliasing").
Environment:
IntelliJ IDEA 2022.1 (Ultimate Edition)
Build #IU-221.5080.210, built on April 12, 2022
Runtime version: 11.0.14.1+1-b2043.25 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Perl plugin 2022.1
OS: Ubuntu 22.04 LTS
The text was updated successfully, but these errors were encountered: