You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.
> perl test.pl
ok
> perlcc test.pl
> ./test
WARN: Subroutine setcolor redefined at /usr/local/cpanel/3rdparty/perl/522-debug/lib/perl5/5.22.0/i386-linux-debug-64int/re.pm line 37.
WARN: Subroutine _load_unload redefined at /usr/local/cpanel/3rdparty/perl/522-debug/lib/perl5/5.22.0/i386-linux-debug-64int/re.pm line 94.
WARN: Subroutine bits redefined at /usr/local/cpanel/3rdparty/perl/522-debug/lib/perl5/5.22.0/i386-linux-debug-64int/re.pm line 111.
WARN: Subroutine import redefined at /usr/local/cpanel/3rdparty/perl/522-debug/lib/perl5/5.22.0/i386-linux-debug-64int/re.pm line 273.
WARN: Subroutine unimport redefined at /usr/local/cpanel/3rdparty/perl/522-debug/lib/perl5/5.22.0/i386-linux-debug-64int/re.pm line 278.
WARN: Subroutine DESTROY redefined at /usr/local/cpanel/3rdparty/perl/522-debug/lib/perl5/5.22.0/utf8_heavy.pl line 10.
WARN: Subroutine croak redefined at /usr/local/cpanel/3rdparty/perl/522-debug/lib/perl5/5.22.0/utf8_heavy.pl line 14.
WARN: Subroutine _loose_name redefined at /usr/local/cpanel/3rdparty/perl/522-debug/lib/perl5/5.22.0/utf8_heavy.pl line 16.
The text was updated successfully, but these errors were encountered:
@atoomic The re warnings don't bother me much. use re fixes it.
I'm more worried about this:
$>./test
WARN: Subroutine DESTROY redefined at /usr/local/cpanel/3rdparty/perl/522-debug/lib/perl5/5.22.0/utf8_heavy.pl line 10.
WARN: Subroutine croak redefined at /usr/local/cpanel/3rdparty/perl/522-debug/lib/perl5/5.22.0/utf8_heavy.pl line 14.
WARN: Subroutine _loose_name redefined at /usr/local/cpanel/3rdparty/perl/522-debug/lib/perl5/5.22.0/utf8_heavy.pl line 16.
These all appear to be PAD related. Since we're saving the PAD statically with an immortal flag, we're not having issues any more.
#26rurban#219rurban#277
Can only reproduce this error using cm522 branch (patched with swash updates)
no problems when using master (patched with swashnew-273)
Tested with perl 5.22.0 using branch swashnew-273 with HEAD at commit f6f2eb1
So far I could not make it shorter to reproduce the issue
The text was updated successfully, but these errors were encountered: