https://bugzilla.redhat.com/show_bug.cgi?id=834867 Bug ID: 834867 QA Contact: extras-qa@xxxxxxxxxxxxxxxxx Severity: unspecified External Bug URL: http://bugs.debian.org Version: 16 Priority: unspecified CC: emmanuel.seyman@xxxxxxxxxxxxxxxx, perl-devel@xxxxxxxxxxxxxxxxxxxxxxx Assignee: emmanuel.seyman@xxxxxxxxxxxxxxxx Summary: [PATCH] "defined(%hash) is deprecated" warning in Unicode::CharName Regression: --- Story Points: --- Classification: Fedora OS: Unspecified Reporter: paul@xxxxxxxxxxxx Type: Bug Documentation: --- Hardware: Unspecified Mount Type: --- Status: NEW Component: perl-Unicode-String Product: Fedora External Bug ID: Debian BTS 657144 Created attachment 593995 --> https://bugzilla.redhat.com/attachment.cgi?id=593995&action=edit Debian patch fixing the warning On newer perls (all current Fedora releases including 15 are affected), use of this module results in a deprecation warning. It's visible in the test suite: $ make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/byteswap.t ... ok defined(%hash) is deprecated at /builddir/build/BUILD/Unicode-String-2.09/blib/lib/Unicode/CharName.pm line 80. (Maybe you should just omit the defined()?) t/charname.t ... ok t/encoding.t ... ok t/op.t ......... ok t/ord.t ........ ok t/stringify.t .. ok All tests successful. Files=6, Tests=112, 0 wallclock secs ( 0.03 usr 0.01 sys + 0.10 cusr 0.02 csys = 0.16 CPU) Result: PASS Attached patch is from the debian bug for the same issue. -- You are receiving this mail because: You are on the CC list for the bug. -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel