Subject: | minor error in AppConfig-1.52 |
distribution: AppConfig-1.52
perl: v5.6.0
os: Linux 2.4.7-10 i586
Your AppConfig distribution, when 'make', gives the following error:
*** ERROR: unterminated C<...> at line 581 in file AppConfig.pm
I checked your source code and found that may be a missing '>' after your 'C', so I thought the correct code should be:
=item ARGS
Used to provide an argument specification string to pass to Getopt::Long
via AppConfig::Getopt. E.g. "=i", ":s", "=s@". This can also be used to
implicitly set the ARGCOUNT value (C</^!/> = ARGCOUNT_NONE, C</@/> =
ARGCOUNT_LIST, C</%/> = ARGCOUNT_HASH, C</[=:].*/> = ARGCOUNT_ONE)