Reputation: 6818
I've the Intellij ultimate edition with the Perl installed.
I'm getting the title warning for all my *.pm
files for keywords like warning
, strict
, constant
, as you can see from my screenshot here:
Why this happens?
Upvotes: 1
Views: 1326
Reputation: 11
For me the option was "File >> Settings" rather than File >> Preferences but this worked.
Upvotes: 1
Reputation: 1997
I had this issue until I ensured that my local perl was properly configured in the IDE preferences.
File
>> Preferences
... or Command
+ ,
on the Mac.Language & Frameworks
>> Perl5
>> Project
Upvotes: 5