Skip Menu |

This queue is for tickets about the AppConfig CPAN distribution.

Report information
The Basics
Id: 378
Status: resolved
Priority: 0/
Queue: AppConfig

People
Owner: Nobody in particular
Requestors: tingyeah [...] yahoo.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: 1.68



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)
This issue was fixed. Don't know when exactly, but AppConfig v1.68 contains a POD test and it passes. Thanks for the report! Am Di 19. Mär 2002, 21:52:48, guest schrieb: Show quoted text
> 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)