Subject: | Minor documentation typo |
Getopt-Long minor documentation typo. Configuring
Getopt::Long/permute, following the "--foo arg1 --bar arg2 -- arg3"
example it says ".... and then terminate GetOptions() leaving "arg2"
in @ARGV."
I belive it should say " ... leaving *arg3* in @ARGV"