Subject: | Documentation error: bareword can't be used with strict |
There is an error in the documentation, where it advises the user to use
the argument ETA => linear. If strict is in force, Perl will not allow
the bare word "linear" on the right side of a hash assignment. The
example should be ETA => 'linear' or otherwise quoted somehow.