SIPServer.pm doesn't run in 18.04 perl v5.26.1

Bug #1900460 reported by Blake GH
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
SIPServer
New
Undecided
Unassigned

Bug Description

We've found that SIPServer.pm complains about not finding module files. This is (most likely) related to Perl's changes to CWD:

https://metacpan.org/pod/perl5260delta#Removal-of-the-current-directory-(%22.%22)-from-@INC

It seems that the fix would be pretty easy. Adding:

use lib qw('.');

seems to work.

Blake GH (bmagic)
description: updated
Revision history for this message
Jeff Godin (jgodin) wrote :

perhaps see also: bug 1899974

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.