in reply to Re^6: 'rgb_palette' - Term::ANSIColor Helper -- errors on strawberry
in thread 'rgb_palette' - Term::ANSIColor Helper
Firstly, I'm glad this finally worked for you.
"the following version is also agnostic about the perl version"
Leaving out a "use VERSION;" statement does not achieve this; nor does adding a "use feature LIST;" statement.
Your code will have problems with older Perl versions. Here's a non-exhaustive list:
— Ken
|
---|