Skip Menu |

This queue is for tickets about the DBIx-Class-Schema-Config CPAN distribution.

Report information
The Basics
Id: 130294
Status: new
Priority: 0/
Queue: DBIx-Class-Schema-Config

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

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



From: gregoa [...] cpan.org
Subject: [PATCH] Handle unset $HOME
In Debian we are currently applying the following patch to DBIx-Class-Schema-Config. We thought you might be interested in it too. Description: Handle unset $HOME If File::HomeDir->my_home returns undef, e.g. when $HOME is not set on Linux, we see the following warnings during build or at runtime: . Use of uninitialized value in concatenation (.) or string at /build/libdbix-class-schema-config-perl-0.001013/blib/lib/DBIx/Class/Schema/Config.pm line 133. Use of uninitialized value in concatenation (.) or string at t/03_config_paths.t line 8. Use of uninitialized value in concatenation (.) or string at /usr/share/perl5/DBIx/Class/Schema/Config.pm line 133. . Let's add $home/.dbic to config_paths only when we actually have a homedir, both in the code and the respective test. Origin: vendor Author: gregor herrmann <gregoa@debian.org> Last-Update: 2019-08-13 The patch is tracked in our Git repository at https://salsa.debian.org/perl-team/modules/packages/libdbix-class-schema-config-perl/raw/master/debian/patches/no_home.patch Thanks for considering, gregor herrmann, Debian Perl Group
Here is the current version of the patch.

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