Skip Menu |

This queue is for tickets about the Config-Simple CPAN distribution.

Report information
The Basics
Id: 113751
Status: open
Priority: 0/
Queue: Config-Simple

People
Owner: Nobody in particular
Requestors: KENTNL [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 4.59
Fixed in: (no value)



Subject: Possible indexing issue

Metacpan says 4.59 exists, but PAUSE-based indexers don't know about it.

 

Might just need hitting 'reindex' in PAUSE

 

 cpan -D Config::Simple
CPAN: Storable loaded ok (v2.53_01)
Reading '/home/kent/.cpan/Metadata'
  Database was generated on Wed, 13 Apr 2016 07:53:40 GMT
Config::Simple
-------------------------------------------------------------------------
    (no description)
    S/SH/SHERZODR/Config-Simple-4.58.tar.gz
    (no installation file)
    Installed: not installed
    CPAN:      4.58  Not up to date
    Sherzod Ruzmetov (SHERZODR)
    sherzodr@cpan.org
 

From: Geir Aalberg
On Wed Apr 13 15:45:17 2016, KENTNL wrote: Show quoted text
> Metacpan says 4.59 exists, but PAUSE-based indexers don't know about it.
This is critical as 4.58 has a serious bug where it often guesses the wrong config file format, and returns \[] instead of undef for blank values, making it incompatible with 4.59 (which is the only version available via Debian). Show quoted text
> 4.59 - Tuesday, September 12, 2006
Show quoted text
> FIXED: If simple configuration file's first line consisted of values containing '=' the guess_syntax() mistakenly identified the syntax of the file as 'ini' as opposed to 'simple'. Test case created. Thanks to Craig Manley to point this out.