Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the config-model CPAN distribution.

Report information
The Basics
Id: 69311
Status: resolved
Priority: 0/
Queue: config-model

People
Owner: DDUMONT [...] cpan.org
Requestors: fabreg [...] fabreg.it
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.250
Fixed in: 1.252



Subject: substitution error
Date: Wed, 06 Jul 2011 12:27:50 +0200
To: bug-config-model [...] rt.cpan.org
From: Fabrizio Regalli <fabreg [...] fabreg.it>
Config-Model-1.248 perl 5, version 12, subversion 4 (v5.12.4) Linux debianfab 2.6.39-2-686-pae #1 SMP Tue Jul 5 03:48:49 UTC 2011 i686 GNU/Linux Hi, during the build, I get this message: ... Use of uninitialized value $home in substitution (s///) at /«PKGBUILDDIR»/blib/lib/Config/Model/AutoRead.pm line 65. # Looks like you planned 14 tests but ran 13. # Looks like your test exited with 2 just after 13. .. Attached the patch. Cheers, Fabrizio.

Message body is not shown because sender requested not to inline it.

Download signature.asc
application/pgp-signature 836b

Message body not shown because it is not plain text.

On Wed Jul 06 12:28:05 2011, fabreg@fabreg.it wrote: Show quoted text
> Attached the patch.
Hmm, this patch undoes one of the modification I made for 1.248. It has the unfortunate side effect of creating /~/ directories during tests. Which is a minor problem. I think next version of Config::Model will have something like: my $home = File::HomeDir->my_data || 'unknown_home'; Anyway, thanks for trying to solve the issue All the best
This issue was resolved in Config::Model 1.252 Sorry for the late notice.