https://bugzilla.redhat.com/show_bug.cgi?id=1710933
Petr Pisar ppisar@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |ppisar@redhat.com
--- Comment #1 from Petr Pisar ppisar@redhat.com --- It works for me. These are all the RPM package whose files are used when running the program:
glibc-2.29-12.fc30.x86_64 glibc-common-2.29-12.fc30.x86_64 glibc-langpack-en-2.29-12.fc30.x86_64 libxcrypt-4.4.6-1.fc30.x86_64 perl-Carp-1.50-418.fc30.noarch perl-constant-1.33-419.fc30.noarch perl-Data-Dumper-2.173-3.fc30.x86_64 perl-Encode-3.01-10.fc30.x86_64 perl-Errno-1.29-436.fc30.x86_64 perl-Exporter-5.73-419.fc30.noarch perl-File-Path-2.16-2.fc30.noarch perl-File-Temp-0.230.900-2.fc30.noarch perl-interpreter-5.28.2-436.fc30.x86_64 perl-IO-1.39-436.fc30.x86_64 perl-libs-5.28.2-436.fc30.x86_64 perl-parent-0.237-3.fc30.noarch perl-PathTools-3.75-2.fc30.x86_64 perl-Scalar-List-Utils-1.50-418.fc30.x86_64 perl-Storable-3.15-1.fc30.x86_64 perl-XML-NamespaceSupport-1.12-7.fc30.noarch perl-XML-SAX-1.00-4.fc30.noarch perl-XML-SAX-Base-1.09-7.fc30.noarch
Does some of them differ from your?
What's the content of /usr/share/perl5/vendor_perl/XML/SAX/ParserDetails.ini configuration file? I have:
[XML::SAX::PurePerl] http://xml.org/sax/features/namespaces = 1
Are you sure that you are not using some Perl modules not provided by Fedora? E.g. installed with a CPAN client? You can use "strace" to verify what files are used (strace -e open,openat -o /tmp/trace -- /usr/bin/perl -wCSDA testSAX.pl).