Activity log for bug #1900460

Date Who What changed Old value New value Message
2020-10-19 16:12:54 Blake GH bug added bug
2020-10-19 16:13:46 Blake GH 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 qd('.'); seems to work. 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.
2020-10-19 19:21:50 Jason Stephenson marked as duplicate 1899974