Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: perl-tests | Distribution: AlmaLinux |
Version: 5.30.1 | Vendor: AlmaLinux |
Release: 452.module_el8.4.0+2367+01326e37 | Build date: Thu May 20 13:17:01 2021 |
Group: Unspecified | Build host: arm64-builder01.almalinux.org |
Size: 5290669 | Source RPM: perl-5.30.1-452.module_el8.4.0+2367+01326e37.src.rpm |
Packager: AlmaLinux Packaging Team <packager@almalinux.org> | |
Url: https://www.perl.org/ | |
Summary: The Perl test suite |
This package contains the test suite included with Perl 5.30.1. Install this if you want to test your Perl installation (binary and core modules).
GPL+ or Artistic
* Thu Dec 03 2020 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.30.1-452 - Run-require perl(Encode) by perl-libs (bug #1903631) * Fri Jun 05 2020 Petr Pisar <ppisar@redhat.com> - 4:5.30.1-451 - Fix CVE-2020-10543 (an integer overflow from nested regex quantifiers) (bug #1837975) - Fix CVE-2020-10878 (a corruption of a state of a compiled regular expression due to an integer overflow) (bug #1837988) - Fix CVE-2020-12723 (a corruption of a state of a compiled regular expression due to recursive calls) (bug #1838000) * Fri Mar 13 2020 Petr Pisar <ppisar@redhat.com> - 4:5.30.1-450 - Fix shebangs (bug #1813199) * Fri Nov 29 2019 Petr Pisar <ppisar@redhat.com> - 4:5.30.1-449 - Fix a memory leak when compiling a regular expression with a non-word class (GH#17218) * Tue Nov 12 2019 Petr Pisar <ppisar@redhat.com> - 4:5.30.1-448 - Fix overloading for binary and octal floats (RT#125557) - Fix handling undefined array members in Dumpvalue (RT#134441) - Fix taint mode documentation regarding @INC - Fix handling a layer argument in Tie::StdHandle::BINMODE() (RT#132475) - Fix an unintended upgrade to UTF-8 in the middle of a transliteration - Fix a race in File::stat() tests (GH#17234) - Fix a buffer overread when parsing a number (GH#17279) - Fix GCC 10 version detection (GH#17295) * Mon Nov 11 2019 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.30.1-447 - 5.30.1 bump (see <https://metacpan.org/pod/release/SHAY/perl-5.30.1/pod/perldelta.pod> for release notes) * Wed Sep 11 2019 Petr Pisar <ppisar@redhat.com> - 4:5.30.0-446 - Fix a memory leak when matching a UTF-8 regular expression (RT#134390) - Fix a detection for futimes (RT#134432) * Mon Sep 02 2019 Petr Pisar <ppisar@redhat.com> - 4:5.30.0-445 - Adjust spec file to rpm-build-4.15.0-0.rc1.1 - Fix parsing a Unicode property name when compiling a regular expression - Fix a buffer overread when parsing a Unicode property while compiling a regular expression (RT#134133) - Do not interpret 0x and 0b prefixes when numifying strings (RT#134230) - Fix a buffer overread when compiling a regular expression with many escapes (RT#134325) - Fix a buffer overflow when compiling a regular expression with many branches (RT#134329) - Correct a misspelling in perlrebackslash documentation (RT#134395) * Thu Aug 22 2019 Petr Pisar <ppisar@redhat.com> - 4:5.30.0-444 - Fix a NULL pointer dereference in PerlIOVia_pushed() - Fix a crash when setting $@ on unwinding a call stack (RT#134266) - Fix parsing a denominator when parsing a Unicode property name - Fix a documentation about a future API change - Do not run File-Find tests in parallel * Wed Aug 07 2019 Petr Pisar <ppisar@redhat.com> - 4:5.30.0-443 - Fix propagating non-string variables in an exception value (RT#134291) - Include trailing zero in scalars holding trie data (RT#134207) - Fix a use after free in /(?{...})/ (RT#134208) - Fix a use after free in debugging output of a collation - Fix file mode of a perl-example.stp example * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4:5.30.0-442 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Wed Jul 17 2019 Petr Pisar <ppisar@redhat.com> - 4:5.30.0-441 - Fix a test for a crash in SIGALARM handler when waiting on a child process to be closed (RT#122112) - Fix a crash on an uninitialized warning when processing a multideref node (RT#134275) - Preserve append mode when opening anonymous files (RT#134221) - Run Turkish locale tests * Tue Jun 25 2019 Petr Pisar <ppisar@redhat.com> - 4:5.30.0-440 - Fix an out-of-buffer read while parsing a Unicode property name (RT#134134) - Do not panic when outputting a warning (RT#134059) - Fix memory handling when parsing string literals - Fix an undefined behavior in shifting IV variables - Fix stacking file test operators (CPAN RT#127073) - Fix a crash in SIGALARM handler when waiting on a child process to be closed (RT#122112) - Fix a crash with a negative precision in sprintf function (RT#134008) - Fix an erroneous assertion on OP_SCALAR (RT#134048) - Prevent from wrapping a width in a numeric format string (RT#133913) - Fix subroutine protypes to track reference aliases (RT#134072) - Improve retrieving a scalar value of a variable modified in a signal handler (RT#134035) - Fix changing packet destination sent from a UDP IO::Socket object (RT#133936) - Fix a stack underflow in readline() if passed an empty array as an argument (#RT133989) - Fix setting supplementar group IDs (RT#134169) - Fix %{^CAPTURE_ALL} to be an alias for %- variable (RT#131867) - Fix %{^CAPTURE} value when used after @{^CAPTURE} (RT#134193) * Tue Jun 11 2019 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.30.0-439 - Define %perl_vendor*, %perl_archlib, %perl_privlib, because in rpm 4.15 those are no longer defined * Sun Jun 02 2019 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.30.0-438 - Perl 5.30 re-rebuild of bootstrapped packages * Wed May 22 2019 Jitka Plesnikova <jplesnik@redhat.com>, Petr Pisar <ppisar@redhat.com> - 4:5.30.0-437 - 5.30.0 bump (see <https://metacpan.org/pod/release/XSAWYERX/perl-5.30.0/pod/perldelta.pod> for release notes) - Make site paths specific to Perl minor version (e.g. /usr/local/share/perl5/5.30) to prevent from an ABI clash after upgrade to an ABI-incompatible Perl * Tue Apr 23 2019 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.28.2-436 - 5.28.2 bump (see <https://metacpan.org/pod/release/SHAY/perl-5.28.2/pod/perldelta.pod> for release notes) * Fri Apr 05 2019 Petr Pisar <ppisar@redhat.com> - 4:5.28.1-435 - Fix a leak when compiling a typed hash dereference - Fix a buffer overread when handling a scope error in qr/\(?{/ (RT#133879) - Fix a buffer overread when parsing a regular expression with an unknown character name (RT#133880) - Fix mbstate_t initialization in POSIX::mblen (RT#133928) - Fix a memory leak when cloning a regular expression - Fix a memory leak when spawning threads in a BEGIN phase - Fix a memory leak when assigning a regular expression to a non-copy-on-write string - Fix a memory leak when assignig to a localized ${^WARNING_BITS} - Fix a memory leak when parsing misindented here-documents - Fix a memory leak in package name lookup (RT#133977) - Fix a memory leak when deletion in a tied hash dies - Fix a crash when matching case insensitively (RT#133892) - Fix a memory leak when warning about malformed UTF-8 string * Tue Mar 05 2019 Björn Esser <besser82@fedoraproject.org> - 4:5.28.1-434 - Add explicit Requires: libxcrypt-devel to devel sub-package (bug #1666098) * Fri Feb 22 2019 Petr Pisar <ppisar@redhat.com> - 4:5.28.1-433 - Fix a crash when parsing #line directives with large numbers in eval (RT#131562) - Fix setting magic when changing $^R (RT#133782) - Fix a race when loading XS modules - Fix extending a stack in Perl parser (RT#133778) * Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4:5.28.1-432 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Wed Jan 16 2019 Petr Pisar <ppisar@redhat.com> - 4:5.28.1-431 - Remove a fix for un undefined C behavior in NULL pointer arithmetics (RT#133223) because it changes perl ABI * Mon Jan 14 2019 Petr Pisar <ppisar@redhat.com> - 4:5.28.1-430 - Adjust tests to gdbm-1.15 using an upstream fix (RT#133295) - Do not close an IPC pipe that already has a desired descriptor (RT#133726) - Fix reporting a line number for non-terminated prototypes (RT#133524) - Fix first eof() return value (RT#133721) - Fix a crash when compiling a malformed form (RT#132158) - Fix un undefined C behavior in NULL pointer arithmetics (RT#133223) - Prevent long jumps from clobbering local variables (RT#133575) - Fix a mismatch with a case-insesitive regular expression on a text with ligatures (RT#133756) - Fix the interpreter path if procfs is not mounted (RT#133573) * Mon Jan 14 2019 Björn Esser <besser82@fedoraproject.org> - 4:5.28.1-429 - Rebuilt for libcrypt.so.2 (#1666033) * Sun Jan 13 2019 Björn Esser <besser82@fedoraproject.org> - 4:5.28.1-428 - Add BuildRequires: gcc-c++ for tests * Fri Nov 30 2018 Petr Pisar <ppisar@redhat.com> - 4:5.28.1-427 - Fix script run matching to allow ASCII digits in scripts that use their own in addition (RT#133547) - Fix PathTools tests to cope with ESTALE error (RT#133534) - Fix an undefined behaviour in S_hv_delete_common() - Fix in-place edit to replace files on a successful perl exit status (bug #1650041) - Fix compiling regular expressions that contain both compile- and run-time compiled code blocks (RT#133687) * Fri Nov 30 2018 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.28.1-426 - 5.28.1 bump - Fix CVE-2018-18312 (heap-buffer-overflow write in regcomp.c) * Fri Nov 02 2018 Petr Pisar <ppisar@redhat.com> - 4:5.28.0-425 - Install Encode developmental files when installing complete Perl * Thu Oct 25 2018 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.28.0-424 - Fix annocheck failure by passing CFLAGS to dtrace * Mon Sep 24 2018 Petr Pisar <ppisar@redhat.com> - 4:5.28.0-423 - Fix upack "u" of invalid data (RT#132655) * Mon Sep 10 2018 Petr Pisar <ppisar@redhat.com> - 4:5.28.0-422 - Revert a fix for a buffer overrun in deprecated S_is_utf8_common() (bug #1627091) * Wed Sep 05 2018 Petr Pisar <ppisar@redhat.com> - 4:5.28.0-421 - Fix a buffer overrun in deprecated S_is_utf8_common() - Fix a buffer overrun in deprecated utf8_to_uvchr() - Fix a time race in Time-HiRes/t/itimer.t test - Fix matching an ASCII digit followed by a non-ASCII digit using a script run - Fix Time::Piece to handle objects in overloaded methods correctly - Fix an assignment to a lexical variable in multiconcatenation expressions (RT#133441) - Fix a spurious warning about uninitialized value in warn (RT#132683) - Require Devel::PPPort by perl-devel for h2xs script * Wed Aug 01 2018 Petr Pisar <ppisar@redhat.com> - 4:5.28.0-420 - Fix a file descriptor leak in in-place edits (RT#133314) * Tue Jul 17 2018 Petr Pisar <ppisar@redhat.com> - 4:5.28.0-419 - Fix index() and rindex() optimization in given-when boolean context (RT#133368) - Fix build conditions in locale.c * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4:5.28.0-418 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Mon Jul 09 2018 Petr Pisar <ppisar@redhat.com> - 4:5.28.0-417 - Adjust tests to gdbm-1.15 (RT#133295) - Fix an integer wrap when allocating memory for an environment variable (RT#133204) - Fix printing a warning about a wide character when matching a regular expression while ISO-8859-1 locale is in effect - Fix invoking a check for wide characters while ISO-8859-1 locale is in effect * Wed Jun 27 2018 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.28.0-416 - Stop providing old perl(MODULE_COMPAT_5.26.*) * Tue Jun 26 2018 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.28.0-415 - 5.28.0 bump (see <https://metacpan.org/pod/release/XSAWYERX/perl-5.28.0/pod/perldelta.pod> for release notes) * Fri May 25 2018 Petr Pisar <ppisar@redhat.com> - 4:5.26.2-414 - Fix an infinite loop in the regular expression compiler (RT#133185) * Fri May 18 2018 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.26.2-413 - Correct license tags of perl-libs (bug #1579524) * Thu Apr 19 2018 Petr Pisar <ppisar@redhat.com> - 4:5.26.2-412 - perl-devel requires redhat-rpm-config because of hardened compiler profiles (bug #1557667) - Do not clobber file bytes in :encoding layer (RT#132833) - Fix line numbers in multi-line s/// (RT#131930) - Fix parsing extended bracketed character classes (RT#132167) - Fix a possibly unitialized memory read in the Perl parser (RT#133074) * Mon Apr 16 2018 Petr Pisar <ppisar@redhat.com> - 4:5.26.2-411 - 5.26.2 bump * Mon Mar 26 2018 Petr Pisar <ppisar@redhat.com> - 4:5.26.2-410.RC1 - 5.26.2-RC1 bump - Fix CVE-2018-6913 (heap buffer overflow in pp_pack.c) (bug #1567776) - Fix CVE-2018-6798 (heap read overflow in regexec.c) (bug #1567777) - Fix CVE-2018-6797 (heap write overflow in regcomp.c) (bug #1567778) * Thu Mar 01 2018 Florian Weimer <fweimer@redhat.com> - 4:5.26.1-409 - Rebuild to pick up new build flags from redhat-rpm-config * Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 4:5.26.1-408 - Escape macros in %changelog * Tue Feb 06 2018 Petr Pisar <ppisar@redhat.com> - 4:5.26.1-407 - Fix parsing braced subscript after parentheses (RT#8045) - Fix a heap use after free when moving a stack (RT#131954) - Call ldconfig scriptlets using a macro * Thu Feb 01 2018 Petr Pisar <ppisar@redhat.com> - 4:5.26.1-406 - Correct shell bangs in tests * Mon Jan 29 2018 Petr Pisar <ppisar@redhat.com> - 4:5.26.1-405 - Link XS modules to pthread library to fix linking with -z defs * Sat Jan 20 2018 Björn Esser <besser82@fedoraproject.org> - 4:5.26.1-404 - Add patch to conditionalize a fix for an old and long fixed bug in libcrypt / glibc (rhbz#1536752) * Mon Jan 15 2018 Petr Pisar <ppisar@redhat.com> - 4:5.26.1-403 - Rebuild against glibc without nsl library * Tue Jan 09 2018 Petr Pisar <ppisar@redhat.com> - 4:5.26.1-402 - Remove invalid macro definitions from macros.perl (bug #1532539) - Fix an overflow in the lexer when reading a new line (RT#131793) - Fix Term::ReadLine not to create spurious &STDERR files (RT#132008) - Fix a crash when a match for inversely repeated group fails (RT#132017) - Fix an overflow when parsing a character range with no preceding character (RT#132245) - Fix walking symbol table for ISA in Carp - Fix handling file names with null bytes in stat and lstat functions (RT#131895) - Fix a crash when untying an object witout a stash - Fix deparsing of transliterations with unprintable characters (RT#132405) - Fix error reporting on do() on a directory (RT#125774) - Fix stack manipulation when a lexical subroutine is defined in a do block in a member of an iteration list (RT#132442) - Fix setting $! when statting a closed file handle (RT#108288) - Fix tainting of s/// with overloaded replacement (RT#115266) - Expand system() arguments before a fork (RT#121105) - Avoid undefined behavior when copying memory in Glob and pp_caller (RT#131746) * Mon Sep 25 2017 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.26.1-401 - Update perl(:MODULE_COMPAT) * Mon Sep 25 2017 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.26.1-400 - 5.26.1 bump (see <http://search.cpan.org/dist/perl-5.26.1/pod/perldelta.pod> for release notes) * Tue Aug 22 2017 Petr Pisar <ppisar@redhat.com> - 4:5.26.0-399 - Fix unreliable Time-HiRes tests (CPAN RT#122819) - Do not require $Config{libs} providers by perl-devel package (bug #1481324) * Tue Aug 08 2017 Petr Pisar <ppisar@redhat.com> - 4:5.26.0-398 - Fix reporting malformed UTF-8 character (RT#131646) - Fix File::Glob rt131211.t test random failures - Fix t/op/hash.t test random failures - Parse caret variables with subscripts as normal variables inside ${...} escaping (RT#131664) - Do not display too many bytes when reporting malformed UTF-8 character - Fix select called with a repeated magical variable (RT#131645) - Fix error message for "our sub foo::bar" (RT#131679) - Fix executing arybase::_tie_it() in Safe compartement (RT#131588) - Fix handling attribute specification on our variables (RT#131597) - Fix splitting non-ASCII strings if unicode_strings feature is enabled (RT#130907) - Fix compiler warnings in code generated by ExtUtils::Constant (CPAN RT#63832, CPAN RT#101487) - Fix GCC version detection for -D_FORTIFY_SOURCE override (RT#131809) * Sat Jul 29 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 4:5.26.0-397 - Enable separate debuginfo back * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4:5.26.0-396 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Wed Jun 28 2017 Petr Pisar <ppisar@redhat.com> - 4:5.26.0-395 - perl package installs all core modules, interpreter moved to perl-interpreter package, perl-core package is obsolete <https://fedoraproject.org/wiki/Changes/perl_Package_to_Install_Core_Modules> (bug #1464903) * Mon Jun 19 2017 Petr Pisar <ppisar@redhat.com> - 4:5.26.0-394 - Make File::Glob more resistant against degenerative matching (RT#131211) - Fix a crash when calling a subroutine from a stash (RT#131085) - Fix an improper cast of a negative integer to an unsigned 8-bit type (RT#131190) - Fix cloning :via handles on thread creation (RT#131221) - Fix glob UTF-8 flag on a glob reassignment (RT#131263) - Fix a buffer overflow in my_atof2() (RT#131526) - Fix handling backslashes in PATH environment variable when executing "perl -S" (RT#129183) - Fix a conditional jump on uninitilized memory in re_intuit_start() (RT#131575) - Fix spurious "Assuming NOT a POSIX class" warning (RT#131522) - Provide perl-interpreter RPM dependency symbol <https://fedoraproject.org/wiki/Changes/perl_Package_to_Install_Core_Modules> * Tue Jun 06 2017 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.26.0-393 - Stop providing old perl(MODULE_COMPAT_5.24.*) * Thu Jun 01 2017 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.26.0-392 - 5.26.0 bump (see <http://search.cpan.org/dist/perl-5.26.0/pod/perldelta.pod> for release notes) - Update sub-packages - Update or remove patches - Enable hardening (bug #1238804) - Use 64 bit ints on 32 bit platforms (bug #1268828) * Fri Mar 31 2017 Petr Pisar <ppisar@redhat.com> - 4:5.24.1-391 - Introduce build-conditions for groff, systemtap, syslog tests, and tcsh * Wed Mar 08 2017 Petr Pisar <ppisar@redhat.com> - 4:5.24.1-390 - Fix a null-pointer dereference on malformed code (RT#130815) - Fix an use-after-free in substr() that modifies a magic variable (RT#129340) - Fix a memory leak leak in Perl_reg_named_buff_fetch() (RT#130822) - Fix an invalid memory read when parsing a loop variable (RT#130814) - Fix a heap-use-after-free in four-arguments substr call (RT#130624) * Fri Feb 17 2017 Petr Pisar <ppisar@redhat.com> - 4:5.24.1-389 - Adapt Compress::Raw::Zlib to zlib-1.2.11 (bug #1420326) - Fix a heap buffer overflow when evaluating regexps with embedded code blocks from more than one source (RT#129881) - Fix a memory leak in list assignment from or to magic values (RT#130766) * Fri Feb 10 2017 Petr Pisar <ppisar@redhat.com> - 4:5.24.1-388 - Adapt tests to zlib-1.2.11 (bug #1420326) - Fix a crash when compiling a regexp with impossible quantifiers (RT#130561) - Fix a buffer overrun with format and "use bytes" (RT#130703) - Fix a buffer overflow when studying some regexps repeatedly (RT#129281, RT#129061) * Thu Jan 26 2017 Petr Pisar <ppisar@redhat.com> - 4:5.24.1-387 - Fix UTF-8 string handling in & operator (RT#129287) - Fix recreation of *:: (RT#129869) - Fix a memory leak in B::RHE->HASH method (RT#130504) - Fix parsing goto statements in multicalled subroutine (RT#113938) - Fix a heap overlow in parsing $# (RT#129274) * Fri Jan 20 2017 Petr Pisar <ppisar@redhat.com> - 4:5.24.1-386 - Fix a buffer overflow in split in scalar context (RT#130262) - Fix a heap overflow with pack "W" (RT129149) - Fix a use-after-free when processing scalar variables in forms (RT#129125) - Fix a heap overflow if invalid octal or hexadecimal number is used in transliteration expression (RT#129342) - Fix out-of-bound read in case of unmatched regexp backreference (RT#129377) * Mon Jan 16 2017 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.24.1-385 - 5.24.1 bump (see <http://search.cpan.org/dist/perl-5.24.1/pod/perldelta.pod> for release notes) * Thu Jan 12 2017 Igor Gnatenko <ignatenko@redhat.com> - 4:5.24.0-384 - Rebuild for readline 7.x * Fri Jan 06 2017 Petr Pisar <ppisar@redhat.com> - 4:5.24.0-383 - Remove bundled Math-BigInt-FastCalc (bug #1408463) - Remove bundled Math-BigRat (bug #1408467) - Remove bundled bignum (bug #1409585) * Mon Dec 19 2016 Petr Pisar <ppisar@redhat.com> - 4:5.24.0-382 - Fix a crash in optimized evaluation of "or ((0) x 0))" (RT#130247) - Fix a memory leak in IO::Poll (RT#129788) - Fix regular expression matching (RT#130307) * Thu Dec 01 2016 Petr Pisar <ppisar@redhat.com> - 4:5.24.0-381 - Fix crash in Storable when deserializing malformed code reference (RT#68348, RT#130098) - Fix crash on explicit return from regular expression substitution (RT#130188) - Tighten dependencies between architecture specific sub-packages to ISA - Fix assigning split() return values to an array - Fix const correctness in hv_func.h (bug #1242980) * Wed Nov 09 2016 Petr Pisar <ppisar@redhat.com> - 4:5.24.0-380 - Tie perl-Errno release to interpreter build because of kernel version check (bug #1393421) * Thu Nov 03 2016 Petr Pisar <ppisar@redhat.com> - 4:5.24.0-379 - Fix crash in "evalbytes S" (RT#129196) - Fix crash in splice (RT#129164, RT#129166, RT#129167) - Fix string overrun in Perl_gv_fetchmethod_pvn_flags (RT#129267) - Fix crash when matching UTF-8 string with non-UTF-8 substrings (RT#129350) - Fix parsing perl options in shell bang line (RT#129336) - Fix firstchar bitmap under UTF-8 with prefix optimization (RT#129950) - Avoid infinite loop in h2xs tool if enum and type have the same name (RT130001) - Fix stack handling when calling chdir without an argument (RT#129130) * Fri Sep 02 2016 Petr Pisar <ppisar@redhat.com> - 4:5.24.0-378 - perl-core depends on Parse::CPAN::Meta module instead of package name to allow upgrading perl-CPAN-Meta to 2.150010 (bug #1370681) * Tue Aug 02 2016 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.24.0-377 - Avoid loading of modules from current directory, CVE-2016-1238, (bug #1360425) * Thu Jul 28 2016 Petr Pisar <ppisar@redhat.com> - 4:5.24.0-376 - Fix handling \N{} in tr for characters in range 128--255 (RT#128734) * Tue Jul 26 2016 Petr Pisar <ppisar@redhat.com> - 4:5.24.0-375 - Fix building without perl in the build root - Own systemtap directories by perl-devel * Tue Jul 12 2016 Petr Pisar <ppisar@redhat.com> - 4:5.24.0-374 - Fix a crash in lexical scope warnings (RT#128597) * Fri Jul 08 2016 Petr Pisar <ppisar@redhat.com> - 4:5.24.0-373 - Fix a crash in "Subroutine redefined" warning (RT#128257) * Thu Jul 07 2016 Petr Pisar <ppisar@redhat.com> - 4:5.24.0-372 - Fix a crash when vivifying a stub in a deleted package (RT#128532) * Thu Jul 07 2016 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.24.0-371 - Do not let XSLoader load relative paths (CVE-2016-6185) * Mon Jul 04 2016 Petr Pisar <ppisar@redhat.com> - 4:5.24.0-370 - Fix line numbers with perl -x (RT#128508) * Fri Jun 24 2016 Petr Pisar <ppisar@redhat.com> - 4:5.24.0-369 - Do not crash when inserting a non-stash into a stash (RT#128238) * Wed Jun 22 2016 Petr Pisar <ppisar@redhat.com> - 4:5.24.0-368 - Do not use unitialized memory in $h{\const} warnings (RT#128189) - Fix precedence in hv_ename_delete (RT#128086) - Do not treat %: as a stash (RT#128238) * Mon Jun 20 2016 Petr Pisar <ppisar@redhat.com> - 4:5.24.0-367 - Fix compiling regular expressions like /\X*(?0)/ (RT#128109) * Thu Jun 16 2016 Petr Pisar <ppisar@redhat.com> - 4:5.24.0-366 - Do not mangle errno from failed socket calls (RT#128316) * Tue Jun 14 2016 Petr Pisar <ppisar@redhat.com> - 4:5.24.0-365 - Fix a memory leak when compiling a regular expression with a POSIX class (RT#128313) * Thu May 19 2016 Petr Pisar <ppisar@redhat.com> - 4:5.24.0-364 - Remove reflexive dependencies - Use pregenerated dependencies on bootstrapping - Specify more build-time dependencies * Wed May 18 2016 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.24.0-363 - Stop providing old perl(MODULE_COMPAT_5.22.*) - Update license tags * Wed May 11 2016 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.24.0-362 - 5.24.0 bump (see <http://search.cpan.org/dist/perl-5.24.0/pod/perldelta.pod> for release notes) - Update sub-packages; Update or remove patches * Mon May 02 2016 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.22.6-361 - 5.22.2 bump (see <http://search.cpan.org/dist/perl-5.22.2/pod/perldelta.pod> for release notes) * Mon Apr 18 2016 Petr Pisar <ppisar@redhat.com> - 4:5.22.1-360 - Weak perl-Encode-devel dependency on perl-devel to Recommends level (bug #1129443) - Remove perl-ExtUtils-ParseXS dependency on perl-devel (bug #1129443) - Require perl-devel by perl-ExtUtils-MakeMaker - Provide MM::maybe_command independently (bug #1129443) - Replace ExtUtils::MakeMaker dependency with ExtUtils::MM::Utils in IPC::Cmd (bug #1129443) - Remove perl-ExtUtils-Install dependency on perl-devel (bug #1129443) - Remove perl-ExtUtils-Manifest dependency on perl-devel (bug #1129443) * Tue Mar 15 2016 Petr Pisar <ppisar@redhat.com> - 4:5.22.1-359 - Do not filter FCGI dependency, CGI is non-core now * Fri Mar 04 2016 Petr Pisar <ppisar@redhat.com> - 4:5.22.1-358 - Remove bundled perl-IPC-SysV (bug #1308527) * Wed Mar 02 2016 Petr Pisar <ppisar@redhat.com> - 4:5.22.1-357 - Fix CVE-2016-2381 (ambiguous environment variables handling) (bug #1313702) * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 4:5.22.1-356 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Tue Dec 15 2015 Petr Pisar <ppisar@redhat.com> - 4:5.22.1-355 - Remove bundled Math-BigInt (bug #1277203) * Mon Dec 14 2015 Jitka Plesnikova <jplesnik@redhat.com> - 5.22.1-354 - 5.22.1 bump (see <http://search.cpan.org/dist/perl-5.22.1/pod/perldelta.pod> for release notes) * Tue Oct 20 2015 Petr Pisar <ppisar@redhat.com> - 4:5.22.0-353 - Rebuild to utilize perl(:VERSION) dependency symbol * Tue Oct 13 2015 Petr Pisar <ppisar@redhat.com> - 4:5.22.0-352 - Do not own IO::Socket::IP manual page by perl-IO * Fri Oct 09 2015 Petr Pisar <ppisar@redhat.com> - 4:5.22.0-351 - Sub-package Attribute-Handlers - Sub-package Devel-Peek - Sub-package Devel-SelfStubber - Sub-package SelfLoader - Sub-package IO - Sub-package Errno - Correct perl-Digest-SHA dependencies - Correct perl-Pod-Perldoc dependencies - Move utf8 and dependencies to perl-libs - Correct perl-devel and perl-CPAN dependencies - Sub-package IPC-SysV - Sub-package Test - Sub-package utilities (splain) into perl-utils - Provide perl version in perl(:VERSION) dependency symbol * Fri Aug 07 2015 Petr Pisar <ppisar@redhat.com> - 4:5.22.0-350 - Sub-package Memoize - Sub-package Net-Ping - Sub-package Pod-Html * Thu Jul 16 2015 Petr Pisar <ppisar@redhat.com> - 4:5.22.0-349 - Disable hardening due to some run-time failures (bug #1238804) * Mon Jul 13 2015 Petr Pisar <ppisar@redhat.com> - 4:5.22.0-348 - Sub-package bignum - Sub-package Math-BigRat - Sub-package Math-BigInt-FastCalc - Sub-package Math-Complex - Remove bundled perl-Config-Perl-V (bug #1238203) - Remove bundled perl-MIME-Base64 (bug #1238222) - Remove bundled perl-PerlIO-via-QuotedPrint (bug #1238229) - Remove bundled perl-Pod-Escapes (bug #1238237) - Remove bundled perl-Term-Cap (bug #1238248) - Remove bundled perl-Text-Balanced (bug #1238269) - Remove bundled perl-libnet (bug #1238689) - Remove bundled perl-perlfaq (bug #1238703) - Remove bundled perl-Unicode-Normalize (bug #1238730) - Remove bundled perl-Unicode-Collate (bug #1238760) * Wed Jul 08 2015 Petr Pisar <ppisar@redhat.com> - 4:5.22.0-347 - Store distribution's linker and compiler flags to more Config's options in order to apply them when linking executable programs (bug #1238804) - Sub-package Config-Perl-V (bug #1238203) - Sub-package MIME-Base64 (bug #1238222) - Sub-package PerlIO-via-QuotedPrint (bug #1238229) - Update Pod-Escapes metadata (bug #1238237) - Sub-package Term-Cap (bug #1238248) - Sub-package Text-Balanced (bug #1238269) - Sub-package libnet (bug #1238689) - Sub-package perlfaq (bug #1238703) - Sub-package Unicode-Normalize (bug #1238730) - Sub-package Unicode-Collate (bug #1238760) - Sub-package Math-BigInt - Do not provide Net/libnet.cfg (bug #1238689) - Revert downstream change in Net::Config default configuration - Move libnetcfg tool from perl-devel into perl-libnetcfg sub-package * Thu Jun 18 2015 Petr Pisar <ppisar@redhat.com> - 4:5.22.0-346 - Subpackage "open" module in order to keep deprecated "encoding" module optional (bug #1228378) - Control building dual-lived sub-packages by perl_bootstrap macro - Make PadlistNAMES() lvalue again (bug #1231165) - Make magic vtable writable as a work-around for Coro (bug #1231165) - Explain file break-down into RPM packages in perl package description * Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4:5.22.0-345 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Wed Jun 10 2015 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.22.0-244 - Stop providing old perl(MODULE_COMPAT_5.20.*) * Thu Jun 04 2015 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.22.0-243 - Move ok and Test::Use::ok to perl-Test-Simple * Wed Jun 03 2015 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.22.0-242 - Move bin/encguess to perl-Encode * Mon Jun 01 2015 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.22.0-241 - 5.22.0 bump (see <http://search.cpan.org/dist/perl-5.22.0/pod/perldelta.pod> for release notes) - Update sub-packages and erase the removed modules from the core - Clean patches, not needed with new version - Update patches to work with new version * Wed Apr 15 2015 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.20.2-328 - Sub-package perl-CGI-Fast and perl-Module-Build-Deprecated - Add missing dual-life modules to perl-core * Thu Apr 02 2015 Petr Šabata <contyk@redhat.com> - 4:5.20.2-327 - Bump to make koji happy * Thu Apr 02 2015 Petr Šabata <contyk@redhat.com> - 4:5.20.2-326 - Correct license tags of the main package, CGI, Compress-Raw-Zlib, Digest-MD5, Test-Simple and Time-Piece - Package a Pod-Html license clarification email * Wed Mar 25 2015 Petr Pisar <ppisar@redhat.com> - 4:5.20.2-325 - Sub-package Text-Tabs+Wrap (bug #910798) * Thu Mar 19 2015 Lubomir Rintel <lkundrak@v3.sk> - 4:5.20.2-324 - Add systemtap probes for new dtrace markers * Mon Mar 16 2015 Petr Pisar <ppisar@redhat.com> - 4:5.20.2-323 - Move perl(:MODULE_COMPAT_*) symbol and include directories to perl-libs package (bug #1174951) * Sat Feb 21 2015 Till Maas <opensource@till.name> - 4:5.20.2-322 - Rebuilt for Fedora 23 Change https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code * Wed Feb 18 2015 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.20.2-321 - Provide 5.20.2 MODULE_COMPAT - Clean list of provided files - Update names of changed patches * Tue Feb 17 2015 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.20.2-320 - 5.20.2 bump (see <http://search.cpan.org/dist/perl-5.20.2/pod/perldelta.pod> for release notes) - Regenerate a2p.c (BZ#1177672) * Mon Feb 16 2015 Petr Pisar <ppisar@redhat.com> - 4:5.20.1-319 - Improve h2ph fix for GCC 5.0 * Thu Feb 12 2015 Petr Pisar <ppisar@redhat.com> - 4:5.20.1-318 - Fix regressions with GCC 5.0 * Tue Feb 03 2015 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.20.1-317 - Sub-package inc-latest module * Fri Jan 23 2015 Petr Pisar <ppisar@redhat.com> - 4:5.20.1-316 - Delete dual-living programs clashing on debuginfo files (bug #878863) * Mon Dec 01 2014 Petr Pisar <ppisar@redhat.com> - 4:5.20.1-315 - Report inaccesible file on failed require (bug #1166504) - Use stronger algorithm needed for FIPS in t/op/taint.t (bug #1128032) * Wed Nov 19 2014 Petr Pisar <ppisar@redhat.com> - 4:5.20.1-314 - Consider Filter::Util::Call dependency as mandatory (bug #1165183) - Sub-package encoding module - Own upper directories by each package that installs a file there and remove empty directories (bug #1165013) * Thu Nov 13 2014 Petr Pisar <ppisar@redhat.com> - 4:5.20.1-313 - Freeze epoch at perl-Pod-Checker and perl-Pod-Usage (bug #1163490) - Remove bundled perl-ExtUtils-Command (bug #1158536) - Remove bundled perl-Filter-Simple (bug #1158542) * Wed Nov 12 2014 Petr Pisar <ppisar@redhat.com> - 4:5.20.1-312 - Do not double-own perl-Pod-Usage' and perl-Pod-Checker' files by perl-Pod-Parser on bootstrap - Sub-package ExtUtils-Command (bug #1158536) - Sub-package Filter-Simple (bug #1158542) - Build-require groff-base instead of big groff * Wed Oct 29 2014 Petr Pisar <ppisar@redhat.com> - 4:5.20.1-311 - Remove bundled perl-Devel-PPPort (bug #1143999) - Remove bundled perl-B-Debug (bug #1142952) - Remove bundled perl-ExtUtils-CBuilder (bug #1144033) - Remove bundled perl-ExtUtils-Install (bug #1144068) * Thu Oct 23 2014 Petr Pisar <ppisar@redhat.com> - 4:5.20.1-310 - Move all Module-CoreList files into perl-Module-CoreList - Sub-package corelist(1) into perl-Module-CoreList-tools (bug #1142757) - Remove bundled perl-Module-CoreList, and perl-Module-CoreList-tools (bug #1142757) - Sub-package Devel-PPPort (bug #1143999) - Sub-package B-Debug (bug #1142952) - Use native version for perl-ExtUtils-CBuilder - Specify all dependencies for perl-ExtUtils-Install (bug #1144068) - Require perl-ExtUtils-ParseXS by perl-ExtUtils-MakeMaker because of xsubpp * Tue Sep 16 2014 Petr Šabata <contyk@redhat.com> - 4:5.20.1-309 - Provide 5.20.0 MODULE_COMPAT * Mon Sep 15 2014 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.20.1-308 - 5.20.1 bump (see <http://search.cpan.org/dist/perl-5.20.1/pod/perldelta.pod> for release notes) - Sub-package perl-ExtUtils-Miniperl (bug #1141222) * Wed Sep 10 2014 Petr Pisar <ppisar@redhat.com> - 4:5.20.0-307 - Specify all dependencies for perl-CPAN (bug #1090112) - Disable non-core modules at perl-CPAN when bootstrapping - Remove bundled perl-CPAN (bug #1090112) * Sun Sep 07 2014 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.20.0-306 - Stop providing old perl(MODULE_COMPAT_5.18.*) * Mon Aug 18 2014 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.20.0-305 - Update to Perl 5.20.0 - Clean patches, not needed with new version - Update patches to work with new version - Update version of sub-packages, remove the deleted sub-packages - Sub-package perl-IO-Socket-IP, perl-experimental - Disable BR perl(local::lib) for cpan tool when bootstraping * Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4:5.18.2-304 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild * Fri Aug 08 2014 Petr Pisar <ppisar@redhat.com> - 4:5.18.2-303 - Declare dependencies for cpan tool (bug #1122498) - Use stronger algorithm needed for FIPS in t/op/crypt.t (bug #1128032) - Make *DBM_File desctructors thread-safe (bug #1107543) * Tue Jul 29 2014 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.18.2-302 - Sub-package perl-Term-ANSIColor and remove it (bug #1121924) * Fri Jun 27 2014 Petr Pisar <ppisar@redhat.com> - 4:5.18.2-301 - Remove bundled perl-App-a2p, perl-App-find2perl, perl-App-s2p, and perl-Package-Constants - Correct perl-App-s2p license to ((GPL+ or Artistic) and App-s2p) * Thu Jun 19 2014 Petr Pisar <ppisar@redhat.com> - 4:5.18.2-300 - Sub-package perl-App-find2perl (bug #1111196) - Sub-package perl-App-a2p (bug #1111232) - Sub-package perl-App-s2p (bug #1111242) * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4:5.18.2-299 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Thu Apr 10 2014 Petr Pisar <ppisar@redhat.com> - 4:5.18.2-298 - Pass -fwrapv to stricter GCC 4.9 (bug #1082957) * Fri Apr 04 2014 Petr Pisar <ppisar@redhat.com> - 4:5.18.2-297 - Fix t/comp/parser.t not to load system modules (bug #1084399) * Mon Feb 03 2014 Petr Pisar <ppisar@redhat.com> - 4:5.18.2-296 - Move macro files into %{_rpmconfigdir}/macros.d * Wed Jan 29 2014 Petr Pisar <ppisar@redhat.com> - 4:5.18.2-295 - Provide perl(CPAN::Meta::Requirements) with six decimal places * Tue Jan 21 2014 Petr Pisar <ppisar@redhat.com> - 4:5.18.2-294 - Drop perl-Test-Simple-tests package is it is not delivered by dual-lived version - Hide dual-lived perl-Object-Accessor * Tue Jan 14 2014 Petr Pisar <ppisar@redhat.com> - 4:5.18.2-293 - Use a macro to cover all 64-bit PowerPC architectures (bug #1052709) * Tue Jan 14 2014 Petr Pisar <ppisar@redhat.com> - 4:5.18.2-292 - Use upstream patch to fix a test failure in perl5db.t when TERM=vt100 * Tue Dec 10 2013 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.18.2-291 - 5.18.2 bump (see <http://search.cpan.org/dist/perl-5.18.2/pod/perldelta.pod> for release notes) * Mon Dec 02 2013 Petr Pisar <ppisar@redhat.com> - 4:5.18.1-290 - Document Math::BigInt::CalcEmu requires Math::BigInt (bug #959096) * Tue Oct 22 2013 Petr Pisar <ppisar@redhat.com> - 4:5.18.1-289 - perl_default_filter macro does not need to filter private libraries from provides (bug #1020809) - perl_default_filter anchors the filter regular expressions - perl_default_filter appends the filters instead of redefining them * Mon Sep 09 2013 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.18.1-288 - Fix rules for parsing numeric escapes in regexes (bug #978233) - Fix crash with \&$glob_copy (bug #989486) - Fix coreamp.t's rand test (bug #970567) - Reap child in case where exception has been thrown (bug #988805) - Fix using regexes with multiple code blocks (bug #982131) * Tue Aug 13 2013 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.18.1-287 - 5.18.1 bump (see <http://search.cpan.org/dist/perl-5.18.1/pod/perldelta.pod> for release notes) - Disable macro %{rebuild_from_scratch} - Fix regex seqfault 5.18 regression (bug #989921) - Fixed interpolating downgraded variables into upgraded (bug #970913) - SvTRUE returns correct value (bug #967463) - Fixed doc command in perl debugger (bug #967461) - Fixed unaligned access in slab allocator (bug #964950) * Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4:5.18.0-286 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Mon Jul 15 2013 Petr Pisar <ppisar@redhat.com> - 4:5.18.0-285 - Stop providing old perl(MODULE_COMPAT_5.16.*) * Fri Jul 12 2013 Petr Pisar <ppisar@redhat.com> - 4:5.18.0-284 - Perl 5.18 rebuild * Tue Jul 09 2013 Petr Pisar <ppisar@redhat.com> - 4:5.18.0-283 - Define SONAME for libperl.so and move the libary into standard path - Link XS modules to libperl.so on Linux (bug #960048) * Mon Jul 08 2013 Petr Pisar <ppisar@redhat.com> - 4:5.18.0-282 - Do not load system Term::ReadLine::Gnu while running tests - Disable ornaments on perl5db AutoTrace tests * Thu Jul 04 2013 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.18.0-281 - Update to Perl 5.18.0 - Clean patches, not needed with new version * Wed Jun 26 2013 Petr Pisar <ppisar@redhat.com> - 4:5.16.3-280 - Edit local patch level before compilation * Fri Jun 14 2013 Petr Pisar <ppisar@redhat.com> - 4:5.16.3-279 - Do not distribute File::Spec::VMS (bug #973713) - Remove bundled CPANPLUS-Dist-Build (bug #973041) * Wed Jun 12 2013 Petr Pisar <ppisar@redhat.com> - 4:5.16.3-278 - Update SystemTap scripts to recognize new phase__change marker and new probe arguments (bug #971094) - Update h2ph(1) documentation (bug #948538) - Update pod2html(1) documentation (bug #948538) - Do not double-own archlib directory (bug #894195) * Tue Jun 11 2013 Petr Pisar <ppisar@redhat.com> - 4:5.16.3-277 - Move CPANPLUS-Dist-Build files from perl-CPANPLUS - Move CPAN-Meta-Requirements files from CPAN-Meta - Add perl-Scalar-List-Utils to perl-core dependencies * Thu Jun 06 2013 Petr Pisar <ppisar@redhat.com> - 4:5.16.3-276 - Require $Config{libs} providers (bug #905482) * Thu May 30 2013 Petr Pisar <ppisar@redhat.com> - 4:5.16.3-275 - Correct typo in perl-Storable file list (bug #966865) - Remove bundled Storable (bug #966865) * Wed May 29 2013 Petr Pisar <ppisar@redhat.com> - 4:5.16.3-274 - Sub-package Storable (bug #966865) * Mon May 13 2013 Petr Pisar <ppisar@redhat.com> - 4:5.16.3-273 - Use lib64 directories on aarch64 architecture (bug #961900) * Fri May 10 2013 Petr Pisar <ppisar@redhat.com> - 4:5.16.3-272 - Make regular expression engine safe in a signal handler (bug #849703) - Remove bundled ExtUtils-ParseXS, and Time-HiRes * Fri Apr 26 2013 Petr Pisar <ppisar@redhat.com> - 4:5.16.3-271 - Sub-package Time-HiRes (bug #957048) - Remove bundled Getopt-Long, Locale-Maketext, and Sys-Syslog * Wed Apr 10 2013 Petr Pisar <ppisar@redhat.com> - 4:5.16.3-270 - Fix leaking tied hashes (bug #859910) - Fix dead lock in PerlIO after fork from thread (bug #947444) - Add proper conflicts to perl-Getopt-Long, perl-Locale-Maketext, and perl-Sys-Syslog * Tue Apr 09 2013 Petr Pisar <ppisar@redhat.com> - 4:5.16.3-269 - Sub-package Sys-Syslog (bug #950057) * Fri Apr 05 2013 Petr Pisar <ppisar@redhat.com> - 4:5.16.3-268 - Sub-package Getopt-Long (bug #948855) - Sub-package Locale-Maketext (bug #948974) * Fri Apr 05 2013 Petr Pisar <ppisar@redhat.com> - 4:5.16.3-267 - Remove bundled constant, DB_File, Digest-MD5, Env, Exporter, File-Path, File-Temp, Module-Load, Log-Message-Simple, Pod-Simple, Test-Harness, Text-ParseWords * Mon Mar 25 2013 Petr Pisar <ppisar@redhat.com> - 4:5.16.3-266 - Filter provides from *.pl files (bug #924938) * Fri Mar 22 2013 Petr Pisar <ppisar@redhat.com> - 4:5.16.3-265 - Conflict perl-autodie with older perl (bug #911226) - Sub-package Env (bug #924619) - Sub-package Exporter (bug #924645) - Sub-package File-Path (bug #924782) - Sub-package File-Temp (bug #924822) * Thu Mar 21 2013 Petr Pisar <ppisar@redhat.com> - 4:5.16.3-264 - Sub-package constant (bug #924169) - Sub-package DB_File (bug #924351) * Tue Mar 19 2013 Petr Pisar <ppisar@redhat.com> - 4:5.16.3-263 - Correct perl-Digest-MD5 dependencies - Remove bundled Archive-Extract, File-Fetch, HTTP-Tiny, Module-Load-Conditional, Time-Local * Fri Mar 15 2013 Petr Pisar <ppisar@redhat.com> - 4:5.16.3-262 - Correct dependencies of perl-HTTP-Tiny - Sub-package Time-Local (bug #922054) * Thu Mar 14 2013 Petr Pisar <ppisar@redhat.com> - 4:5.16.3-261 - 5.16.3 bump (see <http://search.cpan.org/dist/perl-5.16.3/pod/perldelta.pod> for release notes) - Remove bundled autodie, B-Lint, CPANPLUS, Encode, File-CheckTree, IPC-Cmd, Params-Check, Text-Soundex, Thread-Queue * Tue Mar 05 2013 Petr Pisar <ppisar@redhat.com> - 4:5.16.2-260 - Fix CVE-2013-1667 (DoS in rehashing code) (bug #918008) * Mon Feb 18 2013 Petr Pisar <ppisar@redhat.com> - 4:5.16.2-259 - Sub-package autodie (bug #911226) - Add NAME headings to CPAN modules (bug #908113) * Thu Feb 14 2013 Petr Pisar <ppisar@redhat.com> - 4:5.16.2-258 - Fix perl-Encode-devel dependency declaration * Thu Feb 14 2013 Petr Pisar <ppisar@redhat.com> - 4:5.16.2-257 - Sub-package Thread-Queue (bug #911062) * Wed Feb 13 2013 Petr Pisar <ppisar@redhat.com> - 4:5.16.2-256 - Sub-package File-CheckTree (bug #909144) - Sub-package Text-ParseWords - Sub-package Encode (bug #859149) * Fri Feb 08 2013 Petr Pisar <ppisar@redhat.com> - 4:5.16.2-255 - Remove bundled Log-Message - Remove bundled Term-UI * Thu Feb 07 2013 Petr Pisar <ppisar@redhat.com> - 4:5.16.2-254 - Correct perl-podlators dependencies - Obsolete perl-ExtUtils-Typemaps by perl-ExtUtils-ParseXS (bug #891952) * Tue Feb 05 2013 Petr Pisar <ppisar@redhat.com> - 4:5.16.2-253 - Sub-package Pod-Checker and Pod-Usage (bugs #907546, #907550) * Mon Feb 04 2013 Petr Pisar <ppisar@redhat.com> - 4:5.16.2-252 - Remove bundled PathTools * Wed Jan 30 2013 Petr Pisar <ppisar@redhat.com> - 4:5.16.2-251 - Sub-package B-Lint (bug #906015) * Wed Jan 30 2013 Petr Pisar <ppisar@redhat.com> - 4:5.16.2-250 - Sub-package Text-Soundex (bug #905889) - Fix conflict declaration at perl-Pod-LaTeX (bug #904085) - Remove bundled Module-Pluggable (bug #903624) * Tue Jan 29 2013 Petr Pisar <ppisar@redhat.com> - 4:5.16.2-249 - Run-require POD convertors by Module-Build and ExtUtils-MakeMaker to generate documentation when building other packages * Fri Jan 25 2013 Petr Pisar <ppisar@redhat.com> - 4:5.16.2-248 - Sub-package Pod-LaTeX (bug #904085) * Wed Jan 16 2013 Petr Pisar <ppisar@redhat.com> - 4:5.16.2-247 - Remove bundled Pod-Parser * Fri Jan 11 2013 Petr Pisar <ppisar@redhat.com> - 4:5.16.2-246 - Fix CVE-2012-6329 (misparsing of maketext strings) (bug #884354) * Thu Jan 10 2013 Petr Pisar <ppisar@redhat.com> - 4:5.16.2-245 - Do not package App::Cpan(3pm) to perl-Test-Harness (bug #893768) * Tue Dec 18 2012 Petr Pisar <ppisar@redhat.com> - 4:5.16.2-244 - Remove bundled Archive-Tar - Remove bundled CPAN-Meta-YAML - Remove bundled Module-Metadata * Tue Dec 18 2012 Petr Pisar <ppisar@redhat.com> - 4:5.16.2-243 - Remove bundled Filter modules * Mon Nov 05 2012 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.16.2-242 - 5.16.2 bump (see http://search.cpan.org/dist/perl-5.16.1/pod/perldelta.pod for release notes) * Wed Oct 31 2012 Petr Pisar <ppisar@redhat.com> - 4:5.16.1-241 - Remove bundled podlators (bug #856516) * Wed Oct 17 2012 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.16.1-240 - Do not crash when vivifying $| (bug #865296) * Mon Sep 24 2012 Petr Pisar <ppisar@redhat.com> - 4:5.16.1-239 - Conflict perl-podlators with perl before sub-packaging (bug #856516) * Fri Sep 21 2012 Petr Pisar <ppisar@redhat.com> - 4:5.16.1-238 - Do not leak with attribute on my variable (bug #858966) - Allow operator after numeric keyword argument (bug #859328) - Extend stack in File::Glob::glob (bug #859332) * Thu Sep 20 2012 Petr Pisar <ppisar@redhat.com> - 4:5.16.1-237 - Put perl-podlators into perl-core list (bug #856516) * Tue Sep 18 2012 Petr Pisar <ppisar@redhat.com> - 4:5.16.1-236 - Remove bundled perl-ExtUtils-Manifest - perl-PathTools uses Carp * Fri Sep 14 2012 Petr Pisar <ppisar@redhat.com> - 4:5.16.1-235 - Override the Pod::Simple::parse_file to set output to STDOUT by default (bug #826872) * Wed Sep 12 2012 Petr Pisar <ppisar@redhat.com> - 4:5.16.1-234 - Sub-package perl-podlators (bug #856516) * Tue Sep 11 2012 Petr Pisar <ppisar@redhat.com> - 4:5.16.1-233 - Do not access freed memory when cloning thread (bug #825749) - Match non-breakable space with /[\h]/ in ASCII mode (bug #844919) - Clear $@ before `do' I/O error (bug #834226) - Do not truncate syscall() return value to 32 bits (bug #838551) * Wed Sep 05 2012 Petr Pisar <ppisar@redhat.com> - 4:5.16.1-232 - Move App::Cpan from perl-Test-Harness to perl-CPAN (bug #854577) * Fri Aug 24 2012 Petr Pisar <ppisar@redhat.com> - 4:5.16.1-231 - Remove perl-devel dependency from perl-Test-Harness and perl-Test-Simple * Mon Aug 13 2012 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.16.0-230 - define perl_compat by macro for rebuilds - sub-packages depend on compat rather than on nvr * Thu Aug 09 2012 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.16.0-229 - apply conditionals for dual life patches * Thu Aug 09 2012 Jitka Plesnikova <jplesnik@redhat.com> 4:5.16.1-228 - 5.16.1 bump (see http://search.cpan.org/dist/perl-5.16.1/pod/perldelta.pod for release notes) - Fixed reopening by scalar handle (bug #834221) - Fixed tr/// multiple transliteration (bug #831679) - Fixed heap-overflow in gv_stashpv (bug #826516) * Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4:5.16.0-227 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Fri Jul 13 2012 Paul Howarth <paul@city-fan.org> 4:5.16.0-226 - Move the rest of ExtUtils-ParseXS into its sub-package, so that the main perl package doesn't need to pull in perl-devel (bug #839953) * Mon Jul 02 2012 Jitka Plesnikova <jplesnik@redhat.com> 4:5.16.0-225 - Fix broken atof (bug #835452) * Wed Jun 27 2012 Petr Pisar <ppisar@redhat.com> - 4:5.16.0-224 - perl-Pod-Perldoc must require groff-base because Pod::Perldoc::ToMan executes roff * Mon Jun 25 2012 Petr Pisar <ppisar@redhat.com> - 4:5.16.0-223 - Test::Build requires Data::Dumper - Sub-package perl-Pod-Parser * Thu Jun 07 2012 Petr Pisar <ppisar@redhat.com> - 4:5.16.0-222 - Remove MODULE_COMPAT_5.14.* Provides * Wed Jun 06 2012 Petr Pisar <ppisar@redhat.com> - 4:5.16.0-221 - Perl 5.16 rebuild * Wed Jun 06 2012 Petr Pisar <ppisar@redhat.com> - 4:5.16.0-220 - perl_bootstrap macro is distributed in perl-srpm-macros now * Fri Jun 01 2012 Petr Pisar <ppisar@redhat.com> - 4:5.16.0-219 - Own zipdetails and IO::Compress::FAQ by perl-IO-Compress * Fri Jun 01 2012 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.16.0-218 - Fix find2perl to translate ? glob properly (bug #825701) * Thu May 31 2012 Petr Pisar <ppisar@redhat.com> - 4:5.16.0-218 - Shorten perl-Module-Build version to 2 digits to follow upstream * Fri May 25 2012 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.16.0-217 - upload the stable 5.16.0 * Wed May 16 2012 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.16.0-RC2-217 - clean patches, not needed with new version - regen by podcheck list of failed pods. cn, jp, ko pods failed. I can't decide whether it's a real problem or false positives. * Mon Apr 30 2012 Petr Pisar <ppisar@redhat.com> - 4:5.14.2-216 - Enable usesitecustomize * Thu Apr 19 2012 Petr Pisar <ppisar@redhat.com> - 4:5.14.2-215 - Rebuild perl against Berkeley database version 5 (bug #768846) * Fri Apr 13 2012 Petr Pisar <ppisar@redhat.com> - 4:5.14.2-214 - perl-Data-Dumper requires Scalar::Util (bug #811239) * Tue Apr 10 2012 Petr Pisar <ppisar@redhat.com> - 4:5.14.2-213 - Sub-package Data::Dumper (bug #811239) * Tue Feb 21 2012 Petr Pisar <ppisar@redhat.com> - 4:5.14.2-212 - Sub-package Filter (bug #790349) * Mon Feb 06 2012 Petr Pisar <ppisar@redhat.com> - 4:5.14.2-211 - Fix searching for Unicode::Collate::Locale data (bug #756118) - Run safe signal handlers before returning from sigsuspend() and pause() (bug #771228) - Correct perl-Scalar-List-Utils files list - Stop !$^V from leaking (bug #787613) * Tue Jan 10 2012 Paul Howarth <paul@city-fan.org> - 4:5.14.2-210 - Rebuild again now that perl dependency generator is fixed (#772632, #772699) * Fri Jan 06 2012 Iain Arnell <iarnell@gmail.com> -4:5.14.2-209 - perl-ExtUtils-MakeMaker sub-package requires ExtUtils::Install * Fri Jan 06 2012 Paul Howarth <paul@city-fan.org> - 4:5.14.2-208 - Rebuild for gcc 4.7 * Tue Dec 20 2011 Petr Pisar <ppisar@redhat.com> - 4:5.14.2-207 - Fix interrupted reading. Thanks to Šimon Lukašík for reporting this issue and thanks to Marcela Mašláňová for finding fix. (bug #767931) * Wed Dec 14 2011 Petr Pisar <ppisar@redhat.com> - 4:5.14.2-206 - Fix leak with non-matching named captures (bug #767597) * Tue Nov 29 2011 Petr Pisar <ppisar@redhat.com> - 4:5.14.2-205 - Sub-package ExtUtils::Install - Sub-package ExtUtils::Manifest - Do not provide private perl(ExtUtils::MakeMaker::_version) * Thu Nov 24 2011 Ville Skyttä <ville.skytta@iki.fi> - 4:5.14.2-204 - Add $RPM_LD_FLAGS to lddlflags. * Wed Nov 23 2011 Petr Pisar <ppisar@redhat.com> - 4:5.14.2-203 - Sub-package Socket * Mon Nov 21 2011 Petr Pisar <ppisar@redhat.com> - 4:5.14.2-202 - Sub-package Pod::Perldoc * Fri Nov 18 2011 Petr Pisar <ppisar@redhat.com> - 4:5.14.2-201 - Increase epoch of perl-Module-CoreList to overcome version regression in upstream (bug #754641) * Thu Nov 03 2011 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.14.2-200 - perl(DBIx::Simple) is not needed in spec requirement in CPANPLUS. It's generated automatically. * Wed Nov 02 2011 Petr Pisar <ppisar@redhat.com> - 4:5.14.2-199 - Provide perl(DB) by perl * Mon Oct 24 2011 Petr Pisar <ppisar@redhat.com> - 4:5.14.2-198 - Do not warn about missing site directories (bug #732799) * Thu Oct 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.14.2-197 - cleaned spec (thanks to Grigory Batalov) - Module-Metadata sub-package contained perl_privlib instead of privlib - %files parent section was repeated twice * Fri Oct 14 2011 Petr Pisar <ppisar@redhat.com> - 4:5.14.2-196 - Filter false perl(DynaLoader) provide from perl-ExtUtils-MakeMaker (bug #736714) - Change Perl_repeatcpy() prototype to allow repeat count above 2^31 (bug #720610) - Do not own site directories located in /usr/local (bug #732799) * Tue Oct 04 2011 Petr Pisar <ppisar@redhat.com> - 4:5.14.2-195 - Fix CVE-2011-3597 (code injection in Digest) (bug #743010) - Sub-package Digest and thus Digest::MD5 module (bug #743247) * Tue Oct 04 2011 Iain Arnell <iarnell@gmail.com> 4:5.14.2-194 - add provide for perl(:MODULE_COMPAT_5.14.2) * Mon Oct 03 2011 Petr Pisar <ppisar@redhat.com> - 4:5.14.2-193 - 5.14.2 bump (see https://metacpan.org/module/FLORA/perl-5.14.2/pod/perldelta.pod for release notes). - Fixes panics when processing regular expression with \b class and /aa modifier (bug #731062) - Fixes CVE-2011-2728 (File::Glob bsd_glob() crash with certain glob flags) (bug #742987) * Mon Oct 03 2011 Petr Pisar <ppisar@redhat.com> - 4:5.14.1-192 - Enable GDBM support again to build against new gdbm 1.9.1 * Fri Sep 30 2011 Petr Pisar <ppisar@redhat.com> - 4:5.14.1-191 - Disable NDBM support temporarily too as it's provided by gdbm package * Wed Sep 21 2011 Petr Pisar <ppisar@redhat.com> - 4:5.14.1-190 - Disable GDBM support temporarily to build new GDBM * Thu Sep 15 2011 Petr Pisar <ppisar@redhat.com> - 4:5.14.1-189 - Correct perl-CGI list of Provides - Make tests optional - Correct perl-ExtUtils-ParseXS Provides - Correct perl-Locale-Codes Provides - Correct perl-Module-CoreList version - Automate perl-Test-Simple-tests Requires version * Tue Sep 13 2011 Petr Pisar <ppisar@redhat.com> - 4:5.14.1-188 - Make gdbm support optional to bootstrap with new gdbm - Split Carp into standalone sub-package to dual-live with newer versions (bug #736768) * Tue Aug 30 2011 Petr Pisar <ppisar@redhat.com> - 4:5.14.1-187 - Split Locale::Codes into standalone sub-package to dual-live with newer versions (bug #717863) * Sun Aug 14 2011 Iain Arnell <iarnell@gmail.com> 4:5.14.1-186 - perl needs to own vendorarch/auto directory * Fri Aug 05 2011 Petr Sabata <contyk@redhat.com> - 4:5.14.1-185 - Move xsubpp to ExtUtils::ParseXS (#728393) * Fri Jul 29 2011 Iain Arnell <iarnell@gmail.com> 4:5.14.1-184 - fix Compress-Raw-Bzip2 pacakging - ensure that we never bundle bzip2 or zlib * Tue Jul 26 2011 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.14.1-183 - remove from provides MODULE_COMPAT 5.12.* * Fri Jul 22 2011 Paul Howarth <paul@city-fan.org> - 4:5.14.1-182 - Have perl-Module-Build explicitly require perl(CPAN::Meta) >= 2.110420, needed for creation of MYMETA files by Build.PL; the dual-life version of the package already has this dependency * Tue Jul 19 2011 Petr Sabata <contyk@redhat.com> - 4:5.14.1-181 - Temporarily provide 5.12.* MODULE_COMPAT * Sat Jul 16 2011 Iain Arnell <iarnell@gmail.com> 4:5.14.1-180 - fix escaping of the __provides_exclude_from macro * Wed Jul 13 2011 Iain Arnell <iarnell@gmail.com> 4:5.14.1-179 - Parse-CPAN-Meta explicitly requires CPAN::Meta::YAML and JSON::PP - Exclude CPAN::Meta* from CPAN sub-package - Don't try to normalize CPAN-Meta, JSON-PP, and Parse-CPAN-Meta versions; their dual-life packages aren't and have much higher numbers already * Mon Jun 27 2011 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.14.1-178 - update macros -> add %perl_bootstrap 1 and example for readability - add into Module::Build dependency on perl-devel (contains macros.perl) - create new sub-package macros, because we need macros in minimal buildroot * Thu Jun 23 2011 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.14.1-175 - remove from macros BSD, because there exists BSD::Resources * Tue Jun 21 2011 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.14.1-174 - remove old MODULE_COMPATs * Mon Jun 20 2011 Iain Arnell <iarnell@gmail.com> 4:5.14.1-173 - move ptargrep to Archive-Tar sub-package - fix version numbers in last two changelog entries * Mon Jun 20 2011 Paul Howarth <paul@city-fan.org> - 4:5.14.1-172 - add provide for perl(:MODULE_COMPAT_5.14.1) * Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.14.1-171 - update to 5.14.1 - no new modules, just serious bugfixes and doc - switch off fork test, which is failing only on koji * Thu Jun 16 2011 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.14.0-170 - try to update to latest ExtUtils::MakeMaker, no luck -> rebuild with current version, fix bug RT#67618 in modules * Wed Jun 15 2011 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.14.0-169 - filter even Mac:: requires, polish filter again for correct installation - add sub-package Compress-Raw-Bzip2, solve Bzip2 conflicts after install - and add IO::Uncompress::Bunzip2 correctly into IO-Compress * Mon Jun 13 2011 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.14.0-167 - Perl 5.14 mass rebuild, bump release, remove releases in subpackages * Thu Jun 09 2011 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.14.0-165 - Perl 5.14 mass rebuild * Thu Jun 09 2011 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.14.0-163 - Perl 5.14 mass rebuild * Thu Jun 09 2011 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.14.0-162 - add new sub-packages, remove BR in them * Wed Jun 01 2011 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.14.0-161 - arm can't do parallel builds - add require EE::MM into IPC::Cmd 711486 * Mon May 16 2011 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.14.0-161 - test build of released 5.14.0 - remove Class::ISA from sub-packages - patches 8+ are part of new release - remove vendorarch/auto/Compress/Zlib * Wed Apr 13 2011 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.12.3-160 - add provides UNIVERSAL and DB back into perl * Thu Apr 07 2011 Petr Pisar <ppisar@redhat.com> - 4:5.12.3-159 - Remove rpath-make patch because we use --enable-new-dtags linker option * Fri Apr 01 2011 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.12.3-158 - 692900 - lc launders tainted flag, RT #87336 * Fri Apr 01 2011 Robin Lee <cheeselee@fedoraproject.org> - 4:5.12.3-157 - Cwd.so go to the PathTools sub-package * Tue Mar 15 2011 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.12.3-156 - sub-package Path-Tools * Sat Feb 19 2011 Iain Arnell <iarnell@gmail.com> 4:5.12.3-154 - sub-package Scalar-List-Utils * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4:5.12.3-153 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Thu Jan 27 2011 Petr Pisar <ppisar@redhat.com> - 4:5.12.3-152 - Document ExtUtils::ParseXS upgrade in local patch tracking * Wed Jan 26 2011 Tom Callaway <spot@fedoraproject.org> - 4:5.12.3-151 - update ExtUtils::ParseXS to 2.2206 (current) to fix Wx build * Wed Jan 26 2011 Petr Pisar <ppisar@redhat.com> - 4:5.12.3-150 - Make %global perl_default_filter lazy - Do not hard-code tapsetdir path * Tue Jan 25 2011 Lukas Berk <lberk@redhat.com> - 4:5.12.3-149 - added systemtap tapset to make use of systemtap-sdt-devel - added an example systemtap script * Mon Jan 24 2011 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.12.3-148 - stable update 5.12.3 - add COMPAT * Thu Dec 09 2010 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.12.2-146 - 463773 revert change. txt files are needed for example by UCD::Unicode, PDF::API2,... * Thu Dec 09 2010 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.12.2-145 - required systemtap-sdt-devel on request in 661553 * Mon Nov 29 2010 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.12.2-144 - create sub-package for CGI 3.49 * Tue Nov 09 2010 Petr Pisar <ppisar@redhat.com> - 4:5.12.2-143 - Sub-package perl-Class-ISA (bug #651317) * Mon Nov 08 2010 Petr Pisar <ppisar@redhat.com> - 4:5.12.2-142 - Make perl(ExtUtils::ParseXS) version 4 digits long (bug #650882) * Tue Oct 19 2010 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.12.2-141 - 643447 fix redefinition of constant C in h2ph (visible in git send mail, XML::Twig test suite) - remove ifdef for s390 * Thu Oct 07 2010 Petr Pisar <ppisar@redhat.com> - 4:5.12.2-140 - Package Test-Simple tests to dual-live with standalone package (bug #640752) * Wed Oct 06 2010 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.12.2-139 - remove removal of NDBM * Tue Oct 05 2010 Petr Pisar <ppisar@redhat.com> - 4:5.12.2-138 - Consolidate Requires filtering - Consolidate libperl.so* Provides * Fri Oct 01 2010 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.12.2-137 - filter useless requires, provide libperl.so * Fri Oct 01 2010 Petr Pisar <ppisar@redhat.com> - 4:5.12.2-136 - Reformat perl-threads description - Fix threads directories ownership * Thu Sep 30 2010 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.12.2-135 - sub-package threads * Thu Sep 23 2010 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.12.2-134 - add vendor path, clean paths in Configure in spec file - create sub-package threads-shared * Tue Sep 07 2010 Petr Pisar <ppisar@redhat.com> - 4:5.12.2-133 - Do not leak when destroying thread (RT #77352, RHBZ #630667) * Tue Sep 07 2010 Petr Sabata <psabata@redhat.com> - 5:5.12.2-132 - Fixing release number for modules * Tue Sep 07 2010 Petr Sabata <psabata@redhat.com> - 4:5.12.2-1 - Update to 5.12.2 - Removed one hardcoded occurence of perl version in build process - Added correct path to dtrace binary - BuildRequires: systemtap-sdt-devel * Tue Sep 07 2010 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.12.1-131 - run Configure with -Dusedtrace for systemtap support * Wed Aug 18 2010 Petr Pisar <ppisar@redhat.com> - 4:5.12.1-130 - Run tests in parallel - Add "-Wl,--enable-new-dtags" to linker to allow to override perl's rpath by LD_LIBRARY_PATH used in tests. Otherwise tested perl would link to old in-system libperl.so. - Normalize spec file indentation * Mon Jul 26 2010 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.12.1-129 - 617956 move perlxs* docs files into perl-devel * Thu Jul 15 2010 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.12.1-128 - 614662 wrong perl-suidperl version in obsolete * Sun Jul 11 2010 Dan Horák <dan[at]danny.cz> - 4:5.12.1-127 - add temporary compat provides needed on s390(x) * Fri Jul 09 2010 Petr Pisar <ppisar@redhat.com> - 4:5.12.1-126 - Add Digest::SHA requirement to perl-CPAN and perl-CPANPLUS (bug #612563) * Thu Jul 08 2010 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.12.1-125 - 607505 add another dir into Module::Build (thanks to Paul Howarth) * Mon Jun 28 2010 Ralf Corsépius <corsepiu@fedoraproject.org> - 4:5.12.1-124 - Address perl-Compress-Raw directory ownership (BZ 607881). * Thu Jun 10 2010 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.12.1-123 - remove patch with debugging symbols, which should be now ok without it - update to 5.12.1 - MODULE_COMPAT * Tue Apr 27 2010 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.12.0-122 - packages in buildroot needs MODULE_COMPAT 5.10.1, add it back for rebuild * Sun Apr 25 2010 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.12.0-121 - rebuild with tests in test buildroot * Fri Apr 23 2010 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.12.0-120-test - MODULE_COMPAT 5.12.0 - remove BR man - clean configure - fix provides/requires in IO-Compress * Wed Apr 14 2010 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.12.0-119.1 - rebuild 5.12.0 without MODULE_COMPAT * Wed Apr 14 2010 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.12.0-119 - initial 5.12.0 build * Tue Apr 06 2010 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.10.1-118 - 463773 remove useless txt files from installation - 575842 remove PERL_USE_SAFE_PUTENV, use perl putenv * Tue Mar 16 2010 Chris Weyl <cweyl@alumni.drew.edu> - 4:5.10.1-117 - package tests in their own subpackage * Mon Mar 15 2010 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.10.1-116 - add noarch into correct sub-packages - move Provides/Obsoletes into correct modules from main perl * Thu Mar 11 2010 Paul Howarth <paul@city-fan.org> - 4:5.10.1-115 - restore missing version macros for Compress::Raw::Zlib, IO::Compress::Base and IO::Compress::Zlib * Thu Mar 11 2010 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.10.1-114 - clean spec a little more - rebuild with new gdbm * Fri Mar 05 2010 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.10.1-112 - fix license according to advice from legal - clean unused patches * Wed Feb 24 2010 Chris Weyl <cweyl@alumni.drew.edu> - 4:5.10.1-111 - update subpackage tests macros to handle packages with an epoch properly * Fri Feb 05 2010 Chris Weyl <cweyl@alumni.drew.edu> - 4:5.10.1-110 - add initial EXPERIMENTAL tests subpackage rpm macros to macros.perl * Tue Dec 22 2009 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.10.1-109 - 547656 CVE-2009-3626 perl: regexp matcher crash on invalid UTF-8 characters - 549306 version::Internals should be packaged in perl-version subpackage - Parse-CPAN-Meta updated and separate package is dead * Mon Dec 21 2009 Chris Weyl <cweyl@alumni.drew.edu> - 4:5.10.1-107 - subpackage parent and Parse-CPAN-Meta; add them to core's dep list * Fri Dec 18 2009 Ralf Corsépius <corsepiu@fedoraproject.org> - 4:5.10.1-106 - exclude "parent". * Fri Dec 18 2009 Ralf Corsépius <corsepiu@fedoraproject.org> - 4:5.10.1-105 - exclude Parse-CPAN-Meta. * Mon Dec 07 2009 Stepan Kasal <skasal@redhat.com> - 4:5.10.1-104 - do not pack Bzip2 manpages either (#544582) * Mon Dec 07 2009 Stepan Kasal <skasal@redhat.com> - 4:5.10.1-103 - do not pack Bzip2 modules (#544582) - hack: cheat about Compress::Raw::Zlib version (#544582) * Thu Dec 03 2009 Stepan Kasal <skasal@redhat.com> - 4:5.10.1-102 - switch off check for ppc64 and s390x - remove the hack for "make test," it is no longer needed * Thu Dec 03 2009 Stepan Kasal <skasal@redhat.com> - 4:5.10.1-101 - be more careful with the libperl.so compatibility symlink (#543936) * Wed Dec 02 2009 Stepan Kasal <skasal@redhat.com> - 4:5.10.1-100 - new upstream version - release number must be high, because of stale version numbers of some of the subpackages - drop upstreamed patches - update the versions of bundled modules - shorten the paths in @INC - build without DEBUGGING - implement compatibility measures for the above two changes, for a short transition period - provide perl(:MODULE_COMPAT_5.10.0), for that transition period only * Tue Dec 01 2009 Stepan Kasal <skasal@redhat.com> - 4:5.10.0-87 - fix patch-update-Compress-Raw-Zlib.patch (did not patch Zlib.pm) - update Compress::Raw::Zlib to 2.023 - update IO::Compress::Base, and IO::Compress::Zlib to 2.015 (#542645) * Mon Nov 30 2009 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.10.0-86 - 542645 update IO-Compress-Base * Tue Nov 24 2009 Stepan Kasal <skasal@redhat.com> - 4:5.10.0-85 - back out perl-5.10.0-spamassassin.patch (#528572) * Thu Oct 01 2009 Chris Weyl <cweyl@alumni.drew.edu> - 4:5.10.0-84 - add /perl(UNIVERSAL)/d; /perl(DB)/d to perl_default_filter auto-provides filtering * Thu Oct 01 2009 Stepan Kasal <skasal@redhat.com> - 4:5.10.0-83 - update Storable to 2.21 * Mon Aug 31 2009 Chris Weyl <cweyl@alumni.drew.edu> - 4:5.10.0-82 - update our Test-Simple update to 0.92 (patch by Iain Arnell), #519417 - update Module-Pluggable to 3.9 * Thu Aug 27 2009 Chris Weyl <cweyl@alumni.drew.edu> - 4:5.10.0-81 - fix macros.perl *sigh* * Mon Aug 24 2009 Stepan Kasal <skasal@redhat.com> - 4:5.10.0-80 - Remove -DDEBUGGING=-g, we are not ready yet. * Fri Aug 21 2009 Chris Weyl <cweyl@alumni.drew.edu> - 4:5.10.0-79 - add helper filtering macros to -devel, for perl-* package invocation (#502402) * Fri Jul 31 2009 Stepan Kasal <skasal@redhat.com> - 4:5.10.0-78 - Add configure option -DDEBUGGING=-g (#156113) * Tue Jul 28 2009 arcela Mašláňová <mmaslano@redhat.com> - 4:5.10.0-77 - 510127 spam assassin suffer from tainted bug * Mon Jul 27 2009 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.10.0-76 - 494773 much better swap logic to support reentrancy and fix assert failure (rt #60508) * Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4:5.10.0-75 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Fri Jul 10 2009 Stepan Kasal <skasal@redhat.com> - 4:5.10.0-74 - fix generated .ph files so that they no longer cause warnings (#509676) - remove PREREQ_FATAL from Makefile.PL's processed by miniperl - update to latest Scalar-List-Utils (#507378) - perl-skip-prereq.patch: skip more prereq declarations in Makefile.PL files * Tue Jul 07 2009 Stepan Kasal <skasal@redhat.com> - 4:5.10.0-73 - re-enable tests * Tue Jul 07 2009 Stepan Kasal <skasal@redhat.com> - 4:5.10.0-72 - move -DPERL_USE_SAFE_PUTENV to ccflags (#508496) * Mon Jun 08 2009 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.10.0-71 - #504386 update of Compress::Raw::Zlib 2.020 * Thu Jun 04 2009 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.10.0-70 - update File::Spec (PathTools) to 3.30 * Wed Jun 03 2009 Stepan Kasal <skasal@redhat.com> - 4:5.10.0-69 - fix #221113, $! wrongly set when EOF is reached * Fri Apr 10 2009 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.10.0-68 - do not use quotes in patchlevel.h; it breaks installation from cpan (#495183) * Tue Apr 07 2009 Stepan Kasal <skasal@redhat.com> - 4:5.10.0-67 - update CGI to 3.43, dropping upstreamed perl-CGI-escape.patch * Tue Apr 07 2009 Stepan Kasal <skasal@redhat.com> - 4:5.10.0-66 - fix CGI::escape for all strings (#472571) - perl-CGI-t-util-58.patch: Do not distort lib/CGI/t/util-58.t http://rt.perl.org/rt3/Ticket/Display.html?id=64502 * Fri Mar 27 2009 Stepan Kasal <skasal@redhat.com> - 4:5.10.0-65 - Move the gargantuan Changes* collection to -devel (#492605) * Tue Mar 24 2009 Stepan Kasal <skasal@redhat.com> - 4:5.10.0-64 - update module autodie * Mon Mar 23 2009 Stepan Kasal <skasal@redhat.com> - 4:5.10.0-63 - update Digest::SHA (fixes 489221) * Wed Mar 11 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 4:5.10.0-62 - drop 26_fix_pod2man_upgrade (don't need it) - fix typo in %define ExtUtils_CBuilder_version * Wed Mar 11 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 4:5.10.0-61 - apply Change 34507: Fix memory leak in single-char character class optimization - Reorder @INC, based on b9ba2fadb18b54e35e5de54f945111a56cbcb249 - fix Archive::Extract to fix test failure caused by tar >= 1.21 - Merge useful Debian patches * Tue Mar 10 2009 Stepan Kasal <skasal@redhat.com> - 4:5.10.0-60 - remove compatibility obsolete sitelib directories - use a better BuildRoot - drop a redundant mkdir in %install - call patchlevel.h only once; rm patchlevel.bak - update modules Sys::Syslog, Module::Load::Conditional, Module::CoreList, Test::Harness, Test::Simple, CGI.pm (dropping the upstreamed patch), File::Path (that includes our perl-5.10.0-CVE-2008-2827.patch), constant, Pod::Simple, Archive::Tar, Archive::Extract, File::Fetch, File::Temp, IPC::Cmd, Time::HiRes, Module::Build, ExtUtils::CBuilder - standardize the patches for updating embedded modules - work around a bug in Module::Build tests bu setting TMPDIR to a directory inside the source tree * Sun Mar 08 2009 Robert Scheck <robert@fedoraproject.org> - 4:5.10.0-59 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Mon Feb 16 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 4:5.10.0-58 - add /usr/lib/perl5/site_perl to otherlibs (bz 484053) * Mon Feb 16 2009 Dennis Gilmore <dennis@ausil.us> - 4:5.10.0-57 - build sparc64 without _smp_mflags * Sat Feb 07 2009 Dennis Gilmore <dennis@ausil.us> - 4:5.10.0-56 - limit sparc builds to -j12 * Tue Feb 03 2009 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.10.0-55 - update IPC::Cmd to v 0.42 * Mon Jan 19 2009 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.10.0-54 - 455410 http://rt.perl.org/rt3/Public/Bug/Display.html?id=54934 Attempt to free unreferenced scalar fiddling with the symbol table Keep the refcount of the globs generated by PerlIO::via balanced. * Mon Dec 22 2008 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.10.0-53 - add missing XHTML.pm into Pod::Simple * Fri Dec 12 2008 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.10.0-52 - 295021 CVE-2007-4829 perl-Archive-Tar directory traversal flaws - add another source for binary files, which test untaring links * Fri Nov 28 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 4:5.10.0-51 - to fix Fedora bz 473223, which is really perl bug #54186 (http://rt.perl.org/rt3//Public/Bug/Display.html?id=54186) we apply Changes 33640, 33881, 33896, 33897 * Mon Nov 24 2008 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.10.0-50 - change summary according to RFC fix summary discussion at fedora-devel :) * Thu Oct 23 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 4:5.10.0-49 - update File::Temp to 0.20 * Sun Oct 12 2008 Lubomir Rintel <lkundrak@v3.sk> - 4:5.10.0-48 - Include fix for rt#52740 to fix a crash when using Devel::Symdump and Compress::Zlib together * Tue Oct 07 2008 Marcela Mašláňová <mmaslano@redhat.com> 4:5.10.0-47.fc10 - rt#33242, rhbz#459918. Segfault after reblessing objects in Storable. - rhbz#465728 upgrade Simple::Pod to 3.07 * Wed Oct 01 2008 Stepan Kasal <skasal@redhat.com> - 4:5.10.0-46 - also preserve the timestamp of AUTHORS; move the fix to the recode function, which is where the stamps go wrong * Wed Oct 01 2008 Tom "spot" Callaway <tcallawa@redhat.com> 4:5.10.0-45 - give Changes*.gz the same datetime to avoid multilib conflict * Wed Sep 17 2008 Marcela Maslanova <mmaslano@redhat.com> 4:5.10.0-44.fc10 - remove Tar.pm from Archive-Extract - fix version of Test::Simple in spec - update Test::Simple - update Archive::Tar to 1.38 * Tue Sep 16 2008 Marcela Maslanova <mmaslano@redhat.com> 4:5.10.0-43.fc10 - 462444 update Test::Simple to 0.80 * Thu Aug 14 2008 Stepan Kasal <skasal@redhat.com> - 4:5.10.0-42.fc10 - move libnet to the right directory, along Net/Config.pm * Wed Aug 13 2008 Stepan Kasal <skasal@redhat.com> - 4:5.10.0-41.fc10 - do not create directory .../%{version}/auto * Tue Aug 05 2008 Marcela Maslanova <mmaslano@redhat.com> 4:5.10.0-40.fc10 - 457867 remove required IPC::Run from CPANPLUS - needed only by win32 - 457771 add path * Fri Aug 01 2008 Stepan Kasal <skasal@redhat.com> 4:5.10.0-39.fc10 - CGI.pm bug in exists() on tied param hash (#457085) - move the enc2xs templates (../Encode/*.e2x) to -devel, (#456534) * Mon Jul 21 2008 Marcela Maslanova <mmaslano@redhat.com> 4:5.10.0-38 - 455933 update to CGI-3.38 - fix fuzz problems (patch6) - 217833 pos() function handle unicode characters correct * Thu Jul 10 2008 Tom "spot" Callaway <tcallawa@redhat.com> 4:5.10.0-36 - rebuild for new db4 4.7 * Wed Jul 09 2008 Stepan Kasal <skasal@redhat.com> 4:5.10.0-35 - remove db4 require, it is handled automatically * Thu Jul 03 2008 Stepan Kasal <skasal@redhat.com> 4:5.10.0-34 - 453646 use -DPERL_USE_SAFE_PUTENV. Without fail some modules f.e. readline. * Tue Jul 01 2008 Marcela Maslanova <mmaslano@redhat.com> 4:5.10.0-33 - 451078 update Test::Harness to 3.12 for more testing. Removed verbose test, new Test::Harness has possibly verbose output, but updated package has a lot of features f.e. TAP::Harness. Carefully watched all new bugs related to tests! * Fri Jun 27 2008 Stepan Kasal <skasal@redhat.com> 4:5.10.0-32 - bump the release number, so that it is not smaller than in F-9 * Tue Jun 24 2008 Marcela Maslanova <mmaslano@redhat.com> 4:5.10.0-28 - CVE-2008-2827 perl: insecure use of chmod in rmtree * Wed Jun 11 2008 Marcela Maslanova <mmaslano@redhat.com> 4:5.10.0-27 - 447371 wrong access permission rt49003 * Tue Jun 10 2008 Stepan Kasal <skasal@redhat.com> 4:5.10.0-26 - make config parameter list consistent for 32bit and 64bit platforms, add config option -Dinc_version_list=none (#448735) - use perl_archname consistently - cleanup of usage of *_lib macros in %install * Fri Jun 06 2008 Marcela Maslanova <mmaslano@redhat.com> 4:5.10.0-25 - 449577 rebuild for FTBFS * Mon May 26 2008 Marcela Maslanova <mmaslano@redhat.com> 4:5.10.0-24 - 448392 upstream fix for assertion * Thu May 22 2008 Tom "spot" Callaway <tcallawa@redhat.com> 4:5.10.0-23 - sparc64 breaks with the rpath hack patch applied * Mon May 19 2008 Marcela Maslanova <mmaslano@redhat.com> - 447142 upgrade CGI to 3.37 (this actually happened in -21 in rawhide.) * Sat May 17 2008 Tom "spot" Callaway <tcallawa@redhat.com> 4:5.10.0-21 - sparc64 fails two tests under mysterious circumstances. we need to get the rest of the tree moving, so we temporarily disable the tests on that arch. * Tue Mar 18 2008 Tom "spot" Callaway <tcallawa@redhat.com> 4:5.10.0-20 - create the vendor_perl/%{perl_version}/%{perl_archname}/auto directory in %{_libdir} so we own it properly * Tue Mar 18 2008 Tom "spot" Callaway <tcallawa@redhat.com> 4:5.10.0-19 - fix CPANPLUS-Dist-Build Provides/Obsoletes (bz 437615) - bump version on Module-CoreList subpackage * Tue Mar 18 2008 Tom "spot" Callaway <tcallawa@redhat.com> 4:5.10.0-18 - forgot to create the auto directory for multilib vendor_perl dirs * Tue Mar 18 2008 Tom "spot" Callaway <tcallawa@redhat.com> 4:5.10.0-17 - own multilib vendor_perl directories - mark Module::CoreList patch in patchlevel.h * Tue Mar 18 2008 Marcela Maslanova <mmaslano@redhat.com> 4:5.10.0-16 - 437817: RFE: Upgrade Module::CoreList to 2.14 * Wed Mar 12 2008 Marcela Maslanova <mmaslano@redhat.com> 4:5.10.0-15 - xsubpp now lives in perl-devel instead of perl. * Sat Mar 08 2008 Tom "spot" Callaway <tcallawa@redhat.com> 4:5.10.0-14 - back out Archive::Extract patch, causing odd test failure * Sat Mar 08 2008 Tom "spot" Callaway <tcallawa@redhat.com> 4:5.10.0-13 - add missing lzma test file * Fri Mar 07 2008 Tom "spot" Callaway <tcallawa@redhat.com> 4:5.10.0-12 - conditionalize multilib patch report in patchlevel.h - Update Archive::Extract to 0.26 - Update Module::Load::Conditional to 0.24 * Fri Mar 07 2008 Tom "spot" Callaway <tcallawa@redhat.com> 4:5.10.0-11 - only do it once, and do it for all our patches * Fri Mar 07 2008 Tom "spot" Callaway <tcallawa@redhat.com> 4:5.10.0-10 - note 32891 in patchlevel.h * Fri Mar 07 2008 Tom "spot" Callaway <tcallawa@redhat.com> 4:5.10.0-9 - get rid of bad conflicts on perl-File-Temp * Fri Mar 07 2008 Tom "spot" Callaway <tcallawa@redhat.com> 4:5.10.0-8 - use /usr/local for sitelib/sitearch dirs - patch 32891 for significant performance improvement * Fri Feb 22 2008 Stepan Kasal <skasal@redhat.com> - 4:5.10.0-7 - Add perl-File-Temp provides/obsoletes/conflicts (#433836), reported by Bill McGonigle <bill@bfccomputing.com> - escape the macros in Jan 30 entry * Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 4:5.10.0-6 - Autorebuild for GCC 4.3 * Wed Jan 30 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 4:5.10.0-5 - disable some futime tests in t/io/fs.t because they started failing on x86_64 in the Fedora builders, and no one can figure out why. :/ * Wed Jan 30 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 4:5.10.0-4 - create %{_prefix}/lib/perl5/vendor_perl/%{perl_version}/auto and own it in base perl (resolves bugzilla 214580) * Thu Jan 10 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 4:5.10.0-3 - Update Sys::Syslog to 0.24, to fix test failures * Wed Jan 09 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 4:5.10.0-2 - add some BR for tests * Tue Jan 08 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 4:5.10.0-1 - 5.10.0 final - clear out all the unnecessary patches (down to 8 patches!) - get rid of super perl debugging mode - add new subpackages * Thu Nov 29 2007 Robin Norwood <rnorwood@redhat.com> - 4:5.10.0_RC2-0.1 - first attempt at building 5.10.0
/usr/libexec/perl5-tests /usr/libexec/perl5-tests/perl-tests /usr/libexec/perl5-tests/perl-tests/t /usr/libexec/perl5-tests/perl-tests/t/README /usr/libexec/perl5-tests/perl-tests/t/TEST /usr/libexec/perl5-tests/perl-tests/t/base /usr/libexec/perl5-tests/perl-tests/t/base/cond.t /usr/libexec/perl5-tests/perl-tests/t/base/if.t /usr/libexec/perl5-tests/perl-tests/t/base/lex.t /usr/libexec/perl5-tests/perl-tests/t/base/num.t /usr/libexec/perl5-tests/perl-tests/t/base/pat.t /usr/libexec/perl5-tests/perl-tests/t/base/rs.t /usr/libexec/perl5-tests/perl-tests/t/base/term.t /usr/libexec/perl5-tests/perl-tests/t/base/translate.t /usr/libexec/perl5-tests/perl-tests/t/base/while.t /usr/libexec/perl5-tests/perl-tests/t/benchmark /usr/libexec/perl5-tests/perl-tests/t/benchmark/rt26188-speed-up-keys-on-empty-hash.t /usr/libexec/perl5-tests/perl-tests/t/bigmem /usr/libexec/perl5-tests/perl-tests/t/bigmem/hash.t /usr/libexec/perl5-tests/perl-tests/t/bigmem/index.t /usr/libexec/perl5-tests/perl-tests/t/bigmem/pos.t /usr/libexec/perl5-tests/perl-tests/t/bigmem/read.t /usr/libexec/perl5-tests/perl-tests/t/bigmem/regexp.t /usr/libexec/perl5-tests/perl-tests/t/bigmem/subst.t /usr/libexec/perl5-tests/perl-tests/t/bigmem/vec.t /usr/libexec/perl5-tests/perl-tests/t/charset_tools.pl /usr/libexec/perl5-tests/perl-tests/t/cmd /usr/libexec/perl5-tests/perl-tests/t/cmd/elsif.t /usr/libexec/perl5-tests/perl-tests/t/cmd/for.t /usr/libexec/perl5-tests/perl-tests/t/cmd/mod.t /usr/libexec/perl5-tests/perl-tests/t/cmd/subval.t /usr/libexec/perl5-tests/perl-tests/t/cmd/switch.t /usr/libexec/perl5-tests/perl-tests/t/comp /usr/libexec/perl5-tests/perl-tests/t/comp/bproto.t /usr/libexec/perl5-tests/perl-tests/t/comp/cmdopt.t /usr/libexec/perl5-tests/perl-tests/t/comp/colon.t /usr/libexec/perl5-tests/perl-tests/t/comp/decl.t /usr/libexec/perl5-tests/perl-tests/t/comp/filter_exception.t /usr/libexec/perl5-tests/perl-tests/t/comp/final_line_num.t /usr/libexec/perl5-tests/perl-tests/t/comp/fold.t /usr/libexec/perl5-tests/perl-tests/t/comp/form_scope.t /usr/libexec/perl5-tests/perl-tests/t/comp/hints.aux /usr/libexec/perl5-tests/perl-tests/t/comp/hints.t /usr/libexec/perl5-tests/perl-tests/t/comp/line_debug.t /usr/libexec/perl5-tests/perl-tests/t/comp/line_debug_0.aux /usr/libexec/perl5-tests/perl-tests/t/comp/multiline.t /usr/libexec/perl5-tests/perl-tests/t/comp/opsubs.t /usr/libexec/perl5-tests/perl-tests/t/comp/our.t /usr/libexec/perl5-tests/perl-tests/t/comp/package.t /usr/libexec/perl5-tests/perl-tests/t/comp/package_block.t /usr/libexec/perl5-tests/perl-tests/t/comp/parser.t /usr/libexec/perl5-tests/perl-tests/t/comp/parser_run.t /usr/libexec/perl5-tests/perl-tests/t/comp/proto.t /usr/libexec/perl5-tests/perl-tests/t/comp/redef.t /usr/libexec/perl5-tests/perl-tests/t/comp/require.t /usr/libexec/perl5-tests/perl-tests/t/comp/retainedlines.t /usr/libexec/perl5-tests/perl-tests/t/comp/term.t /usr/libexec/perl5-tests/perl-tests/t/comp/uproto.t /usr/libexec/perl5-tests/perl-tests/t/comp/use.t /usr/libexec/perl5-tests/perl-tests/t/comp/utf.t /usr/libexec/perl5-tests/perl-tests/t/ext /usr/libexec/perl5-tests/perl-tests/t/ext/B /usr/libexec/perl5-tests/perl-tests/t/ext/B/t /usr/libexec/perl5-tests/perl-tests/t/ext/B/t/OptreeCheck.pm /usr/libexec/perl5-tests/perl-tests/t/ext/B/t/b.t /usr/libexec/perl5-tests/perl-tests/t/ext/B/t/concise-xs.t /usr/libexec/perl5-tests/perl-tests/t/ext/B/t/concise.t /usr/libexec/perl5-tests/perl-tests/t/ext/B/t/f_map /usr/libexec/perl5-tests/perl-tests/t/ext/B/t/f_map.t /usr/libexec/perl5-tests/perl-tests/t/ext/B/t/f_sort /usr/libexec/perl5-tests/perl-tests/t/ext/B/t/f_sort.t /usr/libexec/perl5-tests/perl-tests/t/ext/B/t/o.t /usr/libexec/perl5-tests/perl-tests/t/ext/B/t/optree_check.t /usr/libexec/perl5-tests/perl-tests/t/ext/B/t/optree_concise.t /usr/libexec/perl5-tests/perl-tests/t/ext/B/t/optree_constants.t /usr/libexec/perl5-tests/perl-tests/t/ext/B/t/optree_misc.t /usr/libexec/perl5-tests/perl-tests/t/ext/B/t/optree_samples.t /usr/libexec/perl5-tests/perl-tests/t/ext/B/t/optree_sort.t /usr/libexec/perl5-tests/perl-tests/t/ext/B/t/optree_specials.t /usr/libexec/perl5-tests/perl-tests/t/ext/B/t/optree_varinit.t /usr/libexec/perl5-tests/perl-tests/t/ext/B/t/pragma.t /usr/libexec/perl5-tests/perl-tests/t/ext/B/t/showlex.t /usr/libexec/perl5-tests/perl-tests/t/ext/B/t/strict.t /usr/libexec/perl5-tests/perl-tests/t/ext/B/t/sv_stash.t /usr/libexec/perl5-tests/perl-tests/t/ext/B/t/terse.t /usr/libexec/perl5-tests/perl-tests/t/ext/B/t/walkoptree.t /usr/libexec/perl5-tests/perl-tests/t/ext/B/t/xref.t /usr/libexec/perl5-tests/perl-tests/t/ext/Devel-Peek /usr/libexec/perl5-tests/perl-tests/t/ext/Devel-Peek/t /usr/libexec/perl5-tests/perl-tests/t/ext/Devel-Peek/t/Peek.t /usr/libexec/perl5-tests/perl-tests/t/ext/DynaLoader /usr/libexec/perl5-tests/perl-tests/t/ext/DynaLoader/t /usr/libexec/perl5-tests/perl-tests/t/ext/DynaLoader/t/DynaLoader.t /usr/libexec/perl5-tests/perl-tests/t/ext/Errno /usr/libexec/perl5-tests/perl-tests/t/ext/Errno/t /usr/libexec/perl5-tests/perl-tests/t/ext/Errno/t/Errno.t /usr/libexec/perl5-tests/perl-tests/t/ext/Fcntl /usr/libexec/perl5-tests/perl-tests/t/ext/Fcntl/t /usr/libexec/perl5-tests/perl-tests/t/ext/Fcntl/t/autoload.t /usr/libexec/perl5-tests/perl-tests/t/ext/Fcntl/t/fcntl.t /usr/libexec/perl5-tests/perl-tests/t/ext/Fcntl/t/mode.t /usr/libexec/perl5-tests/perl-tests/t/ext/Fcntl/t/syslfs.t /usr/libexec/perl5-tests/perl-tests/t/ext/File-DosGlob /usr/libexec/perl5-tests/perl-tests/t/ext/File-DosGlob/t /usr/libexec/perl5-tests/perl-tests/t/ext/File-DosGlob/t/DosGlob.t /usr/libexec/perl5-tests/perl-tests/t/ext/File-Find /usr/libexec/perl5-tests/perl-tests/t/ext/File-Find/t /usr/libexec/perl5-tests/perl-tests/t/ext/File-Find/t/find.t /usr/libexec/perl5-tests/perl-tests/t/ext/File-Find/t/lib /usr/libexec/perl5-tests/perl-tests/t/ext/File-Find/t/lib/Testing.pm /usr/libexec/perl5-tests/perl-tests/t/ext/File-Find/t/taint.t /usr/libexec/perl5-tests/perl-tests/t/ext/File-Glob /usr/libexec/perl5-tests/perl-tests/t/ext/File-Glob/t /usr/libexec/perl5-tests/perl-tests/t/ext/File-Glob/t/basic.t /usr/libexec/perl5-tests/perl-tests/t/ext/File-Glob/t/case.t /usr/libexec/perl5-tests/perl-tests/t/ext/File-Glob/t/global.t /usr/libexec/perl5-tests/perl-tests/t/ext/File-Glob/t/rt114984.t /usr/libexec/perl5-tests/perl-tests/t/ext/File-Glob/t/rt131211.t /usr/libexec/perl5-tests/perl-tests/t/ext/File-Glob/t/taint.t /usr/libexec/perl5-tests/perl-tests/t/ext/File-Glob/t/threads.t /usr/libexec/perl5-tests/perl-tests/t/ext/FileCache /usr/libexec/perl5-tests/perl-tests/t/ext/FileCache/t /usr/libexec/perl5-tests/perl-tests/t/ext/FileCache/t/01open.t /usr/libexec/perl5-tests/perl-tests/t/ext/FileCache/t/02maxopen.t /usr/libexec/perl5-tests/perl-tests/t/ext/FileCache/t/03append.t /usr/libexec/perl5-tests/perl-tests/t/ext/FileCache/t/04twoarg.t /usr/libexec/perl5-tests/perl-tests/t/ext/FileCache/t/05override.t /usr/libexec/perl5-tests/perl-tests/t/ext/FileCache/t/06export.t /usr/libexec/perl5-tests/perl-tests/t/ext/FileCache/t/07noimport.t /usr/libexec/perl5-tests/perl-tests/t/ext/GDBM_File /usr/libexec/perl5-tests/perl-tests/t/ext/GDBM_File/t /usr/libexec/perl5-tests/perl-tests/t/ext/GDBM_File/t/fatal.t /usr/libexec/perl5-tests/perl-tests/t/ext/GDBM_File/t/gdbm.t /usr/libexec/perl5-tests/perl-tests/t/ext/Hash-Util /usr/libexec/perl5-tests/perl-tests/t/ext/Hash-Util-FieldHash /usr/libexec/perl5-tests/perl-tests/t/ext/Hash-Util-FieldHash/t /usr/libexec/perl5-tests/perl-tests/t/ext/Hash-Util-FieldHash/t/01_load.t /usr/libexec/perl5-tests/perl-tests/t/ext/Hash-Util-FieldHash/t/02_function.t /usr/libexec/perl5-tests/perl-tests/t/ext/Hash-Util-FieldHash/t/03_class.t /usr/libexec/perl5-tests/perl-tests/t/ext/Hash-Util-FieldHash/t/04_thread.t /usr/libexec/perl5-tests/perl-tests/t/ext/Hash-Util-FieldHash/t/05_perlhook.t /usr/libexec/perl5-tests/perl-tests/t/ext/Hash-Util-FieldHash/t/11_hashassign.t /usr/libexec/perl5-tests/perl-tests/t/ext/Hash-Util-FieldHash/t/12_hashwarn.t /usr/libexec/perl5-tests/perl-tests/t/ext/Hash-Util/t /usr/libexec/perl5-tests/perl-tests/t/ext/Hash-Util/t/Util.t /usr/libexec/perl5-tests/perl-tests/t/ext/Hash-Util/t/builtin.t /usr/libexec/perl5-tests/perl-tests/t/ext/I18N-Langinfo /usr/libexec/perl5-tests/perl-tests/t/ext/I18N-Langinfo/t /usr/libexec/perl5-tests/perl-tests/t/ext/I18N-Langinfo/t/Langinfo.t /usr/libexec/perl5-tests/perl-tests/t/ext/IPC-Open3 /usr/libexec/perl5-tests/perl-tests/t/ext/IPC-Open3/t /usr/libexec/perl5-tests/perl-tests/t/ext/IPC-Open3/t/IPC-Open2.t /usr/libexec/perl5-tests/perl-tests/t/ext/IPC-Open3/t/IPC-Open3.t /usr/libexec/perl5-tests/perl-tests/t/ext/IPC-Open3/t/fd.t /usr/libexec/perl5-tests/perl-tests/t/ext/NDBM_File /usr/libexec/perl5-tests/perl-tests/t/ext/NDBM_File/t /usr/libexec/perl5-tests/perl-tests/t/ext/NDBM_File/t/ndbm.t /usr/libexec/perl5-tests/perl-tests/t/ext/ODBM_File /usr/libexec/perl5-tests/perl-tests/t/ext/ODBM_File/t /usr/libexec/perl5-tests/perl-tests/t/ext/ODBM_File/t/odbm.t /usr/libexec/perl5-tests/perl-tests/t/ext/Opcode /usr/libexec/perl5-tests/perl-tests/t/ext/Opcode/t /usr/libexec/perl5-tests/perl-tests/t/ext/Opcode/t/Opcode.t /usr/libexec/perl5-tests/perl-tests/t/ext/Opcode/t/ops.t /usr/libexec/perl5-tests/perl-tests/t/ext/POSIX /usr/libexec/perl5-tests/perl-tests/t/ext/POSIX/t /usr/libexec/perl5-tests/perl-tests/t/ext/POSIX/t/export.t /usr/libexec/perl5-tests/perl-tests/t/ext/POSIX/t/iscrash /usr/libexec/perl5-tests/perl-tests/t/ext/POSIX/t/math.t /usr/libexec/perl5-tests/perl-tests/t/ext/POSIX/t/mb.t /usr/libexec/perl5-tests/perl-tests/t/ext/POSIX/t/posix.t /usr/libexec/perl5-tests/perl-tests/t/ext/POSIX/t/sigaction.t /usr/libexec/perl5-tests/perl-tests/t/ext/POSIX/t/sigset.t /usr/libexec/perl5-tests/perl-tests/t/ext/POSIX/t/strerror_errno.t /usr/libexec/perl5-tests/perl-tests/t/ext/POSIX/t/sysconf.t /usr/libexec/perl5-tests/perl-tests/t/ext/POSIX/t/taint.t /usr/libexec/perl5-tests/perl-tests/t/ext/POSIX/t/termios.t /usr/libexec/perl5-tests/perl-tests/t/ext/POSIX/t/time.t /usr/libexec/perl5-tests/perl-tests/t/ext/POSIX/t/unimplemented.t /usr/libexec/perl5-tests/perl-tests/t/ext/POSIX/t/usage.t /usr/libexec/perl5-tests/perl-tests/t/ext/POSIX/t/waitpid.t /usr/libexec/perl5-tests/perl-tests/t/ext/POSIX/t/wrappers.t /usr/libexec/perl5-tests/perl-tests/t/ext/PerlIO-encoding /usr/libexec/perl5-tests/perl-tests/t/ext/PerlIO-encoding/t /usr/libexec/perl5-tests/perl-tests/t/ext/PerlIO-encoding/t/encoding.t /usr/libexec/perl5-tests/perl-tests/t/ext/PerlIO-encoding/t/fallback.t /usr/libexec/perl5-tests/perl-tests/t/ext/PerlIO-encoding/t/nolooping.t /usr/libexec/perl5-tests/perl-tests/t/ext/PerlIO-encoding/t/threads.t /usr/libexec/perl5-tests/perl-tests/t/ext/PerlIO-scalar /usr/libexec/perl5-tests/perl-tests/t/ext/PerlIO-scalar/t /usr/libexec/perl5-tests/perl-tests/t/ext/PerlIO-scalar/t/scalar.t /usr/libexec/perl5-tests/perl-tests/t/ext/PerlIO-scalar/t/scalar_ungetc.t /usr/libexec/perl5-tests/perl-tests/t/ext/PerlIO-via /usr/libexec/perl5-tests/perl-tests/t/ext/PerlIO-via/t /usr/libexec/perl5-tests/perl-tests/t/ext/PerlIO-via/t/thread.t /usr/libexec/perl5-tests/perl-tests/t/ext/PerlIO-via/t/via.t /usr/libexec/perl5-tests/perl-tests/t/ext/Pod-Functions /usr/libexec/perl5-tests/perl-tests/t/ext/Pod-Functions/t /usr/libexec/perl5-tests/perl-tests/t/ext/Pod-Functions/t/Functions.t /usr/libexec/perl5-tests/perl-tests/t/ext/Pod-Html /usr/libexec/perl5-tests/perl-tests/t/ext/Pod-Html/t /usr/libexec/perl5-tests/perl-tests/t/ext/Pod-Html/t/anchorify.t /usr/libexec/perl5-tests/perl-tests/t/ext/Pod-Html/t/cache.pod /usr/libexec/perl5-tests/perl-tests/t/ext/Pod-Html/t/cache.t /usr/libexec/perl5-tests/perl-tests/t/ext/Pod-Html/t/crossref.pod /usr/libexec/perl5-tests/perl-tests/t/ext/Pod-Html/t/crossref.t /usr/libexec/perl5-tests/perl-tests/t/ext/Pod-Html/t/crossref2.t /usr/libexec/perl5-tests/perl-tests/t/ext/Pod-Html/t/crossref3.t /usr/libexec/perl5-tests/perl-tests/t/ext/Pod-Html/t/eol.t /usr/libexec/perl5-tests/perl-tests/t/ext/Pod-Html/t/feature.pod /usr/libexec/perl5-tests/perl-tests/t/ext/Pod-Html/t/feature.t /usr/libexec/perl5-tests/perl-tests/t/ext/Pod-Html/t/feature2.pod /usr/libexec/perl5-tests/perl-tests/t/ext/Pod-Html/t/feature2.t /usr/libexec/perl5-tests/perl-tests/t/ext/Pod-Html/t/htmldir1.pod /usr/libexec/perl5-tests/perl-tests/t/ext/Pod-Html/t/htmldir1.t /usr/libexec/perl5-tests/perl-tests/t/ext/Pod-Html/t/htmldir2.pod /usr/libexec/perl5-tests/perl-tests/t/ext/Pod-Html/t/htmldir2.t /usr/libexec/perl5-tests/perl-tests/t/ext/Pod-Html/t/htmldir3.pod /usr/libexec/perl5-tests/perl-tests/t/ext/Pod-Html/t/htmldir3.t /usr/libexec/perl5-tests/perl-tests/t/ext/Pod-Html/t/htmldir4.pod /usr/libexec/perl5-tests/perl-tests/t/ext/Pod-Html/t/htmldir4.t /usr/libexec/perl5-tests/perl-tests/t/ext/Pod-Html/t/htmldir5.pod /usr/libexec/perl5-tests/perl-tests/t/ext/Pod-Html/t/htmldir5.t /usr/libexec/perl5-tests/perl-tests/t/ext/Pod-Html/t/htmlescp.pod /usr/libexec/perl5-tests/perl-tests/t/ext/Pod-Html/t/htmlescp.t /usr/libexec/perl5-tests/perl-tests/t/ext/Pod-Html/t/htmllink.pod /usr/libexec/perl5-tests/perl-tests/t/ext/Pod-Html/t/htmllink.t /usr/libexec/perl5-tests/perl-tests/t/ext/Pod-Html/t/htmlview.pod /usr/libexec/perl5-tests/perl-tests/t/ext/Pod-Html/t/htmlview.t /usr/libexec/perl5-tests/perl-tests/t/ext/Pod-Html/t/pod2html-lib.pl /usr/libexec/perl5-tests/perl-tests/t/ext/Pod-Html/t/poderr.pod /usr/libexec/perl5-tests/perl-tests/t/ext/Pod-Html/t/poderr.t /usr/libexec/perl5-tests/perl-tests/t/ext/Pod-Html/t/podnoerr.pod /usr/libexec/perl5-tests/perl-tests/t/ext/Pod-Html/t/podnoerr.t /usr/libexec/perl5-tests/perl-tests/t/ext/SDBM_File /usr/libexec/perl5-tests/perl-tests/t/ext/SDBM_File/t /usr/libexec/perl5-tests/perl-tests/t/ext/SDBM_File/t/constants.t /usr/libexec/perl5-tests/perl-tests/t/ext/SDBM_File/t/corrupt.t /usr/libexec/perl5-tests/perl-tests/t/ext/SDBM_File/t/prep.t /usr/libexec/perl5-tests/perl-tests/t/ext/SDBM_File/t/sdbm.t /usr/libexec/perl5-tests/perl-tests/t/ext/Sys-Hostname /usr/libexec/perl5-tests/perl-tests/t/ext/Sys-Hostname/t /usr/libexec/perl5-tests/perl-tests/t/ext/Sys-Hostname/t/Hostname.t /usr/libexec/perl5-tests/perl-tests/t/ext/Tie-Hash-NamedCapture /usr/libexec/perl5-tests/perl-tests/t/ext/Tie-Hash-NamedCapture/t /usr/libexec/perl5-tests/perl-tests/t/ext/Tie-Hash-NamedCapture/t/tiehash.t /usr/libexec/perl5-tests/perl-tests/t/ext/Tie-Memoize /usr/libexec/perl5-tests/perl-tests/t/ext/Tie-Memoize/t /usr/libexec/perl5-tests/perl-tests/t/ext/Tie-Memoize/t/Tie-Memoize.t /usr/libexec/perl5-tests/perl-tests/t/ext/VMS-DCLsym /usr/libexec/perl5-tests/perl-tests/t/ext/VMS-DCLsym/t /usr/libexec/perl5-tests/perl-tests/t/ext/VMS-DCLsym/t/vms_dclsym.t /usr/libexec/perl5-tests/perl-tests/t/ext/VMS-Filespec /usr/libexec/perl5-tests/perl-tests/t/ext/VMS-Filespec/t /usr/libexec/perl5-tests/perl-tests/t/ext/VMS-Filespec/t/filespec.t /usr/libexec/perl5-tests/perl-tests/t/ext/VMS-Stdio /usr/libexec/perl5-tests/perl-tests/t/ext/VMS-Stdio/t /usr/libexec/perl5-tests/perl-tests/t/ext/VMS-Stdio/t/vms_stdio.t /usr/libexec/perl5-tests/perl-tests/t/ext/Win32CORE /usr/libexec/perl5-tests/perl-tests/t/ext/Win32CORE/t /usr/libexec/perl5-tests/perl-tests/t/ext/Win32CORE/t/win32core.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/BHK.pm /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/Block.pm /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/Markers.pm /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/Null.pm /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/addissub.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/arrayexpr.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/autoload.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/blockasexpr.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/blockhooks-csc.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/blockhooks.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/bootstrap.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/call.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/call_checker.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/caller.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/callregexec.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/check_warnings.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/cleanup.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/clone-with-stack.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/cophh.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/coplabel.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/copstash.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/copyhints.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/customop.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/cv_name.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/eval-filter.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/exception.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/extend.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/fetch_pad_names.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/get.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/gotosub.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/grok.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/gv_autoload4.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/gv_const_sv.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/gv_fetchmeth.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/gv_fetchmeth_autoload.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/gv_fetchmethod_flags.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/gv_init.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/handy00.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/handy01.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/handy02.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/handy03.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/handy04.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/handy05.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/handy06.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/handy07.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/handy08.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/handy09.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/handy_base.pl /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/hash.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/join_with_space.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/keyword_multiline.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/keyword_plugin.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/keyword_plugin_threads.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/labelconst.aux /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/labelconst.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/labelconst_utf8.aux /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/lexsub.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/load-module.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/locale.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/loopblock.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/looprest.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/lvalue.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/magic.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/magic_chain.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/mro.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/multicall.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/my_cxt.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/my_exit.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/newCONSTSUB.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/newDEFSVOP.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/op.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/op_contextualize.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/op_list.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/overload.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/pad_scalar.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/peep.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/pmflag.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/postinc.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/printf.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/ptr_table.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/push.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/refs.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/rmagical.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/rv2cv_op_cv.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/savehints.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/scopelessblock.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/sort.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/stmtasexpr.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/stmtsasexpr.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/stuff_modify_bug.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/stuff_svcur_bug.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/subcall.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/svcat.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/svcatpvf.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/sviscow.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/svpeek.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/svpv.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/svpv_magic.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/svsetsv.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/swaplabel.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/swaptwostmts.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/sym-hook.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/synthetic_scope.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/temp_lv_sub.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/underscore_length.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/utf16_to_utf8.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/utf8.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/utf8_setup.pl /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/utf8_to_bytes.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/utf8_warn00.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/utf8_warn01.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/utf8_warn02.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/utf8_warn03.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/utf8_warn04.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/utf8_warn05.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/utf8_warn06.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/utf8_warn07.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/utf8_warn08.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/utf8_warn09.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/utf8_warn_base.pl /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/weaken.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/whichsig.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/win32.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/xs_special_subs.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/xs_special_subs_require.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-APItest/t/xsub_h.t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-Typemap /usr/libexec/perl5-tests/perl-tests/t/ext/XS-Typemap/t /usr/libexec/perl5-tests/perl-tests/t/ext/XS-Typemap/t/Typemap.t /usr/libexec/perl5-tests/perl-tests/t/ext/re /usr/libexec/perl5-tests/perl-tests/t/ext/re/t /usr/libexec/perl5-tests/perl-tests/t/ext/re/t/lexical_debug.pl /usr/libexec/perl5-tests/perl-tests/t/ext/re/t/lexical_debug.t /usr/libexec/perl5-tests/perl-tests/t/ext/re/t/qr.t /usr/libexec/perl5-tests/perl-tests/t/ext/re/t/re.t /usr/libexec/perl5-tests/perl-tests/t/ext/re/t/re_funcs.t /usr/libexec/perl5-tests/perl-tests/t/ext/re/t/re_funcs_u.t /usr/libexec/perl5-tests/perl-tests/t/ext/re/t/reflags.t /usr/libexec/perl5-tests/perl-tests/t/ext/re/t/regop.pl /usr/libexec/perl5-tests/perl-tests/t/ext/re/t/regop.t /usr/libexec/perl5-tests/perl-tests/t/ext/re/t/strict.t /usr/libexec/perl5-tests/perl-tests/t/harness /usr/libexec/perl5-tests/perl-tests/t/io /usr/libexec/perl5-tests/perl-tests/t/io/argv.t /usr/libexec/perl5-tests/perl-tests/t/io/binmode.t /usr/libexec/perl5-tests/perl-tests/t/io/bom.t /usr/libexec/perl5-tests/perl-tests/t/io/closepid.t /usr/libexec/perl5-tests/perl-tests/t/io/crlf.t /usr/libexec/perl5-tests/perl-tests/t/io/crlf_through.t /usr/libexec/perl5-tests/perl-tests/t/io/data.t /usr/libexec/perl5-tests/perl-tests/t/io/defout.t /usr/libexec/perl5-tests/perl-tests/t/io/dup.t /usr/libexec/perl5-tests/perl-tests/t/io/eintr.t /usr/libexec/perl5-tests/perl-tests/t/io/eintr_print.t /usr/libexec/perl5-tests/perl-tests/t/io/errno.t /usr/libexec/perl5-tests/perl-tests/t/io/errnosig.t /usr/libexec/perl5-tests/perl-tests/t/io/fflush.t /usr/libexec/perl5-tests/perl-tests/t/io/fs.t /usr/libexec/perl5-tests/perl-tests/t/io/getcwd.t /usr/libexec/perl5-tests/perl-tests/t/io/inplace.t /usr/libexec/perl5-tests/perl-tests/t/io/iofile.t /usr/libexec/perl5-tests/perl-tests/t/io/iprefix.t /usr/libexec/perl5-tests/perl-tests/t/io/layers.t /usr/libexec/perl5-tests/perl-tests/t/io/nargv.t /usr/libexec/perl5-tests/perl-tests/t/io/open.t /usr/libexec/perl5-tests/perl-tests/t/io/openpid.t /usr/libexec/perl5-tests/perl-tests/t/io/paragraph_mode.t /usr/libexec/perl5-tests/perl-tests/t/io/perlio.t /usr/libexec/perl5-tests/perl-tests/t/io/perlio_fail.t /usr/libexec/perl5-tests/perl-tests/t/io/perlio_leaks.t /usr/libexec/perl5-tests/perl-tests/t/io/perlio_open.t /usr/libexec/perl5-tests/perl-tests/t/io/pipe.t /usr/libexec/perl5-tests/perl-tests/t/io/print.t /usr/libexec/perl5-tests/perl-tests/t/io/pvbm.t /usr/libexec/perl5-tests/perl-tests/t/io/read.t /usr/libexec/perl5-tests/perl-tests/t/io/say.t /usr/libexec/perl5-tests/perl-tests/t/io/sem.t /usr/libexec/perl5-tests/perl-tests/t/io/semctl.t /usr/libexec/perl5-tests/perl-tests/t/io/shm.t /usr/libexec/perl5-tests/perl-tests/t/io/socket.t /usr/libexec/perl5-tests/perl-tests/t/io/socketpair.t /usr/libexec/perl5-tests/perl-tests/t/io/tell.t /usr/libexec/perl5-tests/perl-tests/t/io/through.t /usr/libexec/perl5-tests/perl-tests/t/io/utf8.t /usr/libexec/perl5-tests/perl-tests/t/japh /usr/libexec/perl5-tests/perl-tests/t/japh/abigail.t /usr/libexec/perl5-tests/perl-tests/t/lib /usr/libexec/perl5-tests/perl-tests/t/lib/Cname.pm /usr/libexec/perl5-tests/perl-tests/t/lib/Count.pm /usr/libexec/perl5-tests/perl-tests/t/lib/Devel /usr/libexec/perl5-tests/perl-tests/t/lib/Devel/nodb.pm /usr/libexec/perl5-tests/perl-tests/t/lib/Devel/switchd.pm /usr/libexec/perl5-tests/perl-tests/t/lib/Devel/switchd_empty.pm /usr/libexec/perl5-tests/perl-tests/t/lib/Devel/switchd_goto.pm /usr/libexec/perl5-tests/perl-tests/t/lib/Sans_mypragma.pm /usr/libexec/perl5-tests/perl-tests/t/lib/charnames /usr/libexec/perl5-tests/perl-tests/t/lib/charnames/alias /usr/libexec/perl5-tests/perl-tests/t/lib/common.pl /usr/libexec/perl5-tests/perl-tests/t/lib/commonsense.t /usr/libexec/perl5-tests/perl-tests/t/lib/croak /usr/libexec/perl5-tests/perl-tests/t/lib/croak.t /usr/libexec/perl5-tests/perl-tests/t/lib/croak/gv /usr/libexec/perl5-tests/perl-tests/t/lib/croak/mg /usr/libexec/perl5-tests/perl-tests/t/lib/croak/op /usr/libexec/perl5-tests/perl-tests/t/lib/croak/pp /usr/libexec/perl5-tests/perl-tests/t/lib/croak/pp_ctl /usr/libexec/perl5-tests/perl-tests/t/lib/croak/pp_hot /usr/libexec/perl5-tests/perl-tests/t/lib/croak/pp_sys /usr/libexec/perl5-tests/perl-tests/t/lib/croak/regcomp /usr/libexec/perl5-tests/perl-tests/t/lib/croak/toke /usr/libexec/perl5-tests/perl-tests/t/lib/croak/toke_l1 /usr/libexec/perl5-tests/perl-tests/t/lib/cygwin.t /usr/libexec/perl5-tests/perl-tests/t/lib/dbmt_common.pl /usr/libexec/perl5-tests/perl-tests/t/lib/deprecate /usr/libexec/perl5-tests/perl-tests/t/lib/deprecate.t /usr/libexec/perl5-tests/perl-tests/t/lib/deprecate/Deprecated.pm /usr/libexec/perl5-tests/perl-tests/t/lib/deprecate/Optionally.pm /usr/libexec/perl5-tests/perl-tests/t/lib/feature /usr/libexec/perl5-tests/perl-tests/t/lib/feature/bundle /usr/libexec/perl5-tests/perl-tests/t/lib/feature/implicit /usr/libexec/perl5-tests/perl-tests/t/lib/feature/nonesuch /usr/libexec/perl5-tests/perl-tests/t/lib/feature/removed /usr/libexec/perl5-tests/perl-tests/t/lib/feature/say /usr/libexec/perl5-tests/perl-tests/t/lib/feature/switch /usr/libexec/perl5-tests/perl-tests/t/lib/h2ph.h /usr/libexec/perl5-tests/perl-tests/t/lib/h2ph.pht /usr/libexec/perl5-tests/perl-tests/t/lib/locale /usr/libexec/perl5-tests/perl-tests/t/lib/locale/latin1 /usr/libexec/perl5-tests/perl-tests/t/lib/locale/utf8 /usr/libexec/perl5-tests/perl-tests/t/lib/mypragma.pm /usr/libexec/perl5-tests/perl-tests/t/lib/mypragma.t /usr/libexec/perl5-tests/perl-tests/t/lib/no_load.t /usr/libexec/perl5-tests/perl-tests/t/lib/overload_fallback.t /usr/libexec/perl5-tests/perl-tests/t/lib/overload_nomethod.t /usr/libexec/perl5-tests/perl-tests/t/lib/proxy_constant_subs.t /usr/libexec/perl5-tests/perl-tests/t/lib/strict /usr/libexec/perl5-tests/perl-tests/t/lib/strict/refs /usr/libexec/perl5-tests/perl-tests/t/lib/strict/subs /usr/libexec/perl5-tests/perl-tests/t/lib/strict/vars /usr/libexec/perl5-tests/perl-tests/t/lib/subs /usr/libexec/perl5-tests/perl-tests/t/lib/subs/subs /usr/libexec/perl5-tests/perl-tests/t/lib/test_require.pm /usr/libexec/perl5-tests/perl-tests/t/lib/test_use.pm /usr/libexec/perl5-tests/perl-tests/t/lib/test_use_14937.pm /usr/libexec/perl5-tests/perl-tests/t/lib/universal.t /usr/libexec/perl5-tests/perl-tests/t/lib/warnings /usr/libexec/perl5-tests/perl-tests/t/lib/warnings/1global /usr/libexec/perl5-tests/perl-tests/t/lib/warnings/2use /usr/libexec/perl5-tests/perl-tests/t/lib/warnings/3both /usr/libexec/perl5-tests/perl-tests/t/lib/warnings/4lint /usr/libexec/perl5-tests/perl-tests/t/lib/warnings/5nolint /usr/libexec/perl5-tests/perl-tests/t/lib/warnings/6default /usr/libexec/perl5-tests/perl-tests/t/lib/warnings/7fatal /usr/libexec/perl5-tests/perl-tests/t/lib/warnings/8signal /usr/libexec/perl5-tests/perl-tests/t/lib/warnings/9enabled /usr/libexec/perl5-tests/perl-tests/t/lib/warnings/9uninit /usr/libexec/perl5-tests/perl-tests/t/lib/warnings/av /usr/libexec/perl5-tests/perl-tests/t/lib/warnings/doio /usr/libexec/perl5-tests/perl-tests/t/lib/warnings/doop /usr/libexec/perl5-tests/perl-tests/t/lib/warnings/gv /usr/libexec/perl5-tests/perl-tests/t/lib/warnings/hv /usr/libexec/perl5-tests/perl-tests/t/lib/warnings/malloc /usr/libexec/perl5-tests/perl-tests/t/lib/warnings/mg /usr/libexec/perl5-tests/perl-tests/t/lib/warnings/op /usr/libexec/perl5-tests/perl-tests/t/lib/warnings/pad /usr/libexec/perl5-tests/perl-tests/t/lib/warnings/perl /usr/libexec/perl5-tests/perl-tests/t/lib/warnings/perlio /usr/libexec/perl5-tests/perl-tests/t/lib/warnings/pp /usr/libexec/perl5-tests/perl-tests/t/lib/warnings/pp_ctl /usr/libexec/perl5-tests/perl-tests/t/lib/warnings/pp_hot /usr/libexec/perl5-tests/perl-tests/t/lib/warnings/pp_pack /usr/libexec/perl5-tests/perl-tests/t/lib/warnings/pp_sys /usr/libexec/perl5-tests/perl-tests/t/lib/warnings/regcomp /usr/libexec/perl5-tests/perl-tests/t/lib/warnings/regexec /usr/libexec/perl5-tests/perl-tests/t/lib/warnings/run /usr/libexec/perl5-tests/perl-tests/t/lib/warnings/sv /usr/libexec/perl5-tests/perl-tests/t/lib/warnings/taint /usr/libexec/perl5-tests/perl-tests/t/lib/warnings/toke /usr/libexec/perl5-tests/perl-tests/t/lib/warnings/universal /usr/libexec/perl5-tests/perl-tests/t/lib/warnings/utf8 /usr/libexec/perl5-tests/perl-tests/t/lib/warnings/util /usr/libexec/perl5-tests/perl-tests/t/loc_tools.pl /usr/libexec/perl5-tests/perl-tests/t/mro /usr/libexec/perl5-tests/perl-tests/t/mro/basic.t /usr/libexec/perl5-tests/perl-tests/t/mro/basic_01_c3.t /usr/libexec/perl5-tests/perl-tests/t/mro/basic_01_c3_utf8.t /usr/libexec/perl5-tests/perl-tests/t/mro/basic_01_dfs.t /usr/libexec/perl5-tests/perl-tests/t/mro/basic_01_dfs_utf8.t /usr/libexec/perl5-tests/perl-tests/t/mro/basic_02_c3.t /usr/libexec/perl5-tests/perl-tests/t/mro/basic_02_c3_utf8.t /usr/libexec/perl5-tests/perl-tests/t/mro/basic_02_dfs.t /usr/libexec/perl5-tests/perl-tests/t/mro/basic_02_dfs_utf8.t /usr/libexec/perl5-tests/perl-tests/t/mro/basic_03_c3.t /usr/libexec/perl5-tests/perl-tests/t/mro/basic_03_c3_utf8.t /usr/libexec/perl5-tests/perl-tests/t/mro/basic_03_dfs.t /usr/libexec/perl5-tests/perl-tests/t/mro/basic_03_dfs_utf8.t /usr/libexec/perl5-tests/perl-tests/t/mro/basic_04_c3.t /usr/libexec/perl5-tests/perl-tests/t/mro/basic_04_c3_utf8.t /usr/libexec/perl5-tests/perl-tests/t/mro/basic_04_dfs.t /usr/libexec/perl5-tests/perl-tests/t/mro/basic_04_dfs_utf8.t /usr/libexec/perl5-tests/perl-tests/t/mro/basic_05_c3.t /usr/libexec/perl5-tests/perl-tests/t/mro/basic_05_c3_utf8.t /usr/libexec/perl5-tests/perl-tests/t/mro/basic_05_dfs.t /usr/libexec/perl5-tests/perl-tests/t/mro/basic_05_dfs_utf8.t /usr/libexec/perl5-tests/perl-tests/t/mro/basic_utf8.t /usr/libexec/perl5-tests/perl-tests/t/mro/c3_with_overload.t /usr/libexec/perl5-tests/perl-tests/t/mro/c3_with_overload_utf8.t /usr/libexec/perl5-tests/perl-tests/t/mro/complex_c3.t /usr/libexec/perl5-tests/perl-tests/t/mro/complex_c3_utf8.t /usr/libexec/perl5-tests/perl-tests/t/mro/complex_dfs.t /usr/libexec/perl5-tests/perl-tests/t/mro/complex_dfs_utf8.t /usr/libexec/perl5-tests/perl-tests/t/mro/dbic_c3.t /usr/libexec/perl5-tests/perl-tests/t/mro/dbic_c3_utf8.t /usr/libexec/perl5-tests/perl-tests/t/mro/dbic_dfs.t /usr/libexec/perl5-tests/perl-tests/t/mro/dbic_dfs_utf8.t /usr/libexec/perl5-tests/perl-tests/t/mro/inconsistent_c3.t /usr/libexec/perl5-tests/perl-tests/t/mro/inconsistent_c3_utf8.t /usr/libexec/perl5-tests/perl-tests/t/mro/isa_aliases.t /usr/libexec/perl5-tests/perl-tests/t/mro/isa_aliases_utf8.t /usr/libexec/perl5-tests/perl-tests/t/mro/isa_c3.t /usr/libexec/perl5-tests/perl-tests/t/mro/isa_c3_utf8.t /usr/libexec/perl5-tests/perl-tests/t/mro/isa_dfs.t /usr/libexec/perl5-tests/perl-tests/t/mro/isa_dfs_utf8.t /usr/libexec/perl5-tests/perl-tests/t/mro/isarev.t /usr/libexec/perl5-tests/perl-tests/t/mro/isarev_utf8.t /usr/libexec/perl5-tests/perl-tests/t/mro/method_caching.t /usr/libexec/perl5-tests/perl-tests/t/mro/method_caching_utf8.t /usr/libexec/perl5-tests/perl-tests/t/mro/next_NEXT.t /usr/libexec/perl5-tests/perl-tests/t/mro/next_NEXT_utf8.t /usr/libexec/perl5-tests/perl-tests/t/mro/next_edgecases.t /usr/libexec/perl5-tests/perl-tests/t/mro/next_edgecases_utf8.t /usr/libexec/perl5-tests/perl-tests/t/mro/next_goto.t /usr/libexec/perl5-tests/perl-tests/t/mro/next_goto_utf8.t /usr/libexec/perl5-tests/perl-tests/t/mro/next_inanon.t /usr/libexec/perl5-tests/perl-tests/t/mro/next_inanon_utf8.t /usr/libexec/perl5-tests/perl-tests/t/mro/next_ineval.t /usr/libexec/perl5-tests/perl-tests/t/mro/next_ineval_utf8.t /usr/libexec/perl5-tests/perl-tests/t/mro/next_method.t /usr/libexec/perl5-tests/perl-tests/t/mro/next_method_utf8.t /usr/libexec/perl5-tests/perl-tests/t/mro/next_skip.t /usr/libexec/perl5-tests/perl-tests/t/mro/next_skip_utf8.t /usr/libexec/perl5-tests/perl-tests/t/mro/overload_c3.t /usr/libexec/perl5-tests/perl-tests/t/mro/overload_c3_utf8.t /usr/libexec/perl5-tests/perl-tests/t/mro/overload_dfs.t /usr/libexec/perl5-tests/perl-tests/t/mro/package_aliases.t /usr/libexec/perl5-tests/perl-tests/t/mro/package_aliases_utf8.t /usr/libexec/perl5-tests/perl-tests/t/mro/pkg_gen.t /usr/libexec/perl5-tests/perl-tests/t/mro/pkg_gen_utf8.t /usr/libexec/perl5-tests/perl-tests/t/mro/recursion_c3.t /usr/libexec/perl5-tests/perl-tests/t/mro/recursion_c3_utf8.t /usr/libexec/perl5-tests/perl-tests/t/mro/recursion_dfs.t /usr/libexec/perl5-tests/perl-tests/t/mro/recursion_dfs_utf8.t /usr/libexec/perl5-tests/perl-tests/t/mro/vulcan_c3.t /usr/libexec/perl5-tests/perl-tests/t/mro/vulcan_c3_utf8.t /usr/libexec/perl5-tests/perl-tests/t/mro/vulcan_dfs.t /usr/libexec/perl5-tests/perl-tests/t/mro/vulcan_dfs_utf8.t /usr/libexec/perl5-tests/perl-tests/t/op /usr/libexec/perl5-tests/perl-tests/t/op/64bitint.t /usr/libexec/perl5-tests/perl-tests/t/op/aassign.t /usr/libexec/perl5-tests/perl-tests/t/op/alarm.t /usr/libexec/perl5-tests/perl-tests/t/op/anonconst.t /usr/libexec/perl5-tests/perl-tests/t/op/anonsub.t /usr/libexec/perl5-tests/perl-tests/t/op/append.t /usr/libexec/perl5-tests/perl-tests/t/op/args.t /usr/libexec/perl5-tests/perl-tests/t/op/array.t /usr/libexec/perl5-tests/perl-tests/t/op/assignwarn.t /usr/libexec/perl5-tests/perl-tests/t/op/attrhand.t /usr/libexec/perl5-tests/perl-tests/t/op/attrproto.t /usr/libexec/perl5-tests/perl-tests/t/op/attrs.t /usr/libexec/perl5-tests/perl-tests/t/op/auto.t /usr/libexec/perl5-tests/perl-tests/t/op/avhv.t /usr/libexec/perl5-tests/perl-tests/t/op/bless.t /usr/libexec/perl5-tests/perl-tests/t/op/blocks.t /usr/libexec/perl5-tests/perl-tests/t/op/bop.t /usr/libexec/perl5-tests/perl-tests/t/op/caller.pl /usr/libexec/perl5-tests/perl-tests/t/op/caller.t /usr/libexec/perl5-tests/perl-tests/t/op/catch.t /usr/libexec/perl5-tests/perl-tests/t/op/chars.t /usr/libexec/perl5-tests/perl-tests/t/op/chdir.t /usr/libexec/perl5-tests/perl-tests/t/op/chop.t /usr/libexec/perl5-tests/perl-tests/t/op/chr.t /usr/libexec/perl5-tests/perl-tests/t/op/closure.t /usr/libexec/perl5-tests/perl-tests/t/op/closure_test.pl /usr/libexec/perl5-tests/perl-tests/t/op/concat2.t /usr/libexec/perl5-tests/perl-tests/t/op/cond.t /usr/libexec/perl5-tests/perl-tests/t/op/const-optree.t /usr/libexec/perl5-tests/perl-tests/t/op/context.t /usr/libexec/perl5-tests/perl-tests/t/op/coreamp.t /usr/libexec/perl5-tests/perl-tests/t/op/coresubs.t /usr/libexec/perl5-tests/perl-tests/t/op/cproto.t /usr/libexec/perl5-tests/perl-tests/t/op/crypt.t /usr/libexec/perl5-tests/perl-tests/t/op/current_sub.t /usr/libexec/perl5-tests/perl-tests/t/op/dbm.t /usr/libexec/perl5-tests/perl-tests/t/op/decl-refs.t /usr/libexec/perl5-tests/perl-tests/t/op/defined.t /usr/libexec/perl5-tests/perl-tests/t/op/defins.t /usr/libexec/perl5-tests/perl-tests/t/op/delete.t /usr/libexec/perl5-tests/perl-tests/t/op/die.t /usr/libexec/perl5-tests/perl-tests/t/op/die_except.t /usr/libexec/perl5-tests/perl-tests/t/op/die_exit.t /usr/libexec/perl5-tests/perl-tests/t/op/die_keeperr.t /usr/libexec/perl5-tests/perl-tests/t/op/die_unwind.t /usr/libexec/perl5-tests/perl-tests/t/op/do.t /usr/libexec/perl5-tests/perl-tests/t/op/dor.t /usr/libexec/perl5-tests/perl-tests/t/op/dump.t /usr/libexec/perl5-tests/perl-tests/t/op/each.t /usr/libexec/perl5-tests/perl-tests/t/op/each_array.t /usr/libexec/perl5-tests/perl-tests/t/op/eval.t /usr/libexec/perl5-tests/perl-tests/t/op/evalbytes.t /usr/libexec/perl5-tests/perl-tests/t/op/exec.t /usr/libexec/perl5-tests/perl-tests/t/op/exists_sub.t /usr/libexec/perl5-tests/perl-tests/t/op/exp.t /usr/libexec/perl5-tests/perl-tests/t/op/fh.t /usr/libexec/perl5-tests/perl-tests/t/op/filehandle.t /usr/libexec/perl5-tests/perl-tests/t/op/filetest.t /usr/libexec/perl5-tests/perl-tests/t/op/filetest_stack_ok.t /usr/libexec/perl5-tests/perl-tests/t/op/filetest_t.t /usr/libexec/perl5-tests/perl-tests/t/op/flip.t /usr/libexec/perl5-tests/perl-tests/t/op/for.t /usr/libexec/perl5-tests/perl-tests/t/op/fork.t /usr/libexec/perl5-tests/perl-tests/t/op/fresh_perl_utf8.t /usr/libexec/perl5-tests/perl-tests/t/op/getpid.t /usr/libexec/perl5-tests/perl-tests/t/op/getppid.t /usr/libexec/perl5-tests/perl-tests/t/op/glob.t /usr/libexec/perl5-tests/perl-tests/t/op/gmagic.t /usr/libexec/perl5-tests/perl-tests/t/op/goto.t /usr/libexec/perl5-tests/perl-tests/t/op/goto_xs.t /usr/libexec/perl5-tests/perl-tests/t/op/grent.t /usr/libexec/perl5-tests/perl-tests/t/op/grep.t /usr/libexec/perl5-tests/perl-tests/t/op/groups.t /usr/libexec/perl5-tests/perl-tests/t/op/gv.t /usr/libexec/perl5-tests/perl-tests/t/op/hash-rt85026.t /usr/libexec/perl5-tests/perl-tests/t/op/hash.t /usr/libexec/perl5-tests/perl-tests/t/op/hashassign.t /usr/libexec/perl5-tests/perl-tests/t/op/hashwarn.t /usr/libexec/perl5-tests/perl-tests/t/op/heredoc.t /usr/libexec/perl5-tests/perl-tests/t/op/hexfp.t /usr/libexec/perl5-tests/perl-tests/t/op/inc.t /usr/libexec/perl5-tests/perl-tests/t/op/inccode-tie.t /usr/libexec/perl5-tests/perl-tests/t/op/inccode.t /usr/libexec/perl5-tests/perl-tests/t/op/incfilter.t /usr/libexec/perl5-tests/perl-tests/t/op/index.t /usr/libexec/perl5-tests/perl-tests/t/op/index_thr.t /usr/libexec/perl5-tests/perl-tests/t/op/infnan.t /usr/libexec/perl5-tests/perl-tests/t/op/int.t /usr/libexec/perl5-tests/perl-tests/t/op/join.t /usr/libexec/perl5-tests/perl-tests/t/op/kill0.t /usr/libexec/perl5-tests/perl-tests/t/op/kill0_child /usr/libexec/perl5-tests/perl-tests/t/op/kvaslice.t /usr/libexec/perl5-tests/perl-tests/t/op/kvhslice.t /usr/libexec/perl5-tests/perl-tests/t/op/lc.t /usr/libexec/perl5-tests/perl-tests/t/op/leaky-magic.t /usr/libexec/perl5-tests/perl-tests/t/op/length.t /usr/libexec/perl5-tests/perl-tests/t/op/lex.t /usr/libexec/perl5-tests/perl-tests/t/op/lex_assign.t /usr/libexec/perl5-tests/perl-tests/t/op/lexsub.t /usr/libexec/perl5-tests/perl-tests/t/op/lfs.t /usr/libexec/perl5-tests/perl-tests/t/op/list.t /usr/libexec/perl5-tests/perl-tests/t/op/local.t /usr/libexec/perl5-tests/perl-tests/t/op/localref.t /usr/libexec/perl5-tests/perl-tests/t/op/lock.t /usr/libexec/perl5-tests/perl-tests/t/op/loopctl.t /usr/libexec/perl5-tests/perl-tests/t/op/lop.t /usr/libexec/perl5-tests/perl-tests/t/op/lvref.t /usr/libexec/perl5-tests/perl-tests/t/op/magic-27839.t /usr/libexec/perl5-tests/perl-tests/t/op/magic.t /usr/libexec/perl5-tests/perl-tests/t/op/method.t /usr/libexec/perl5-tests/perl-tests/t/op/mkdir.t /usr/libexec/perl5-tests/perl-tests/t/op/multideref.t /usr/libexec/perl5-tests/perl-tests/t/op/my.t /usr/libexec/perl5-tests/perl-tests/t/op/my_stash.t /usr/libexec/perl5-tests/perl-tests/t/op/mydef.t /usr/libexec/perl5-tests/perl-tests/t/op/negate.t /usr/libexec/perl5-tests/perl-tests/t/op/not.t /usr/libexec/perl5-tests/perl-tests/t/op/numconvert.t /usr/libexec/perl5-tests/perl-tests/t/op/oct.t /usr/libexec/perl5-tests/perl-tests/t/op/or.t /usr/libexec/perl5-tests/perl-tests/t/op/ord.t /usr/libexec/perl5-tests/perl-tests/t/op/overload_integer.t /usr/libexec/perl5-tests/perl-tests/t/op/override.t /usr/libexec/perl5-tests/perl-tests/t/op/pack.t /usr/libexec/perl5-tests/perl-tests/t/op/packagev.t /usr/libexec/perl5-tests/perl-tests/t/op/pos.t /usr/libexec/perl5-tests/perl-tests/t/op/postfixderef.t /usr/libexec/perl5-tests/perl-tests/t/op/pow.t /usr/libexec/perl5-tests/perl-tests/t/op/print.t /usr/libexec/perl5-tests/perl-tests/t/op/protowarn.t /usr/libexec/perl5-tests/perl-tests/t/op/push.t /usr/libexec/perl5-tests/perl-tests/t/op/pwent.t /usr/libexec/perl5-tests/perl-tests/t/op/qr.t /usr/libexec/perl5-tests/perl-tests/t/op/quotemeta.t /usr/libexec/perl5-tests/perl-tests/t/op/rand.t /usr/libexec/perl5-tests/perl-tests/t/op/range.t /usr/libexec/perl5-tests/perl-tests/t/op/read.t /usr/libexec/perl5-tests/perl-tests/t/op/readdir.t /usr/libexec/perl5-tests/perl-tests/t/op/readline.t /usr/libexec/perl5-tests/perl-tests/t/op/recurse.t /usr/libexec/perl5-tests/perl-tests/t/op/ref.t /usr/libexec/perl5-tests/perl-tests/t/op/repeat.t /usr/libexec/perl5-tests/perl-tests/t/op/require_37033.t /usr/libexec/perl5-tests/perl-tests/t/op/require_errors.t /usr/libexec/perl5-tests/perl-tests/t/op/require_override.t /usr/libexec/perl5-tests/perl-tests/t/op/reset.t /usr/libexec/perl5-tests/perl-tests/t/op/reverse.t /usr/libexec/perl5-tests/perl-tests/t/op/rt119311.t /usr/libexec/perl5-tests/perl-tests/t/op/runlevel.t /usr/libexec/perl5-tests/perl-tests/t/op/select.t /usr/libexec/perl5-tests/perl-tests/t/op/setpgrpstack.t /usr/libexec/perl5-tests/perl-tests/t/op/sigdispatch.t /usr/libexec/perl5-tests/perl-tests/t/op/signatures.t /usr/libexec/perl5-tests/perl-tests/t/op/sigsystem.t /usr/libexec/perl5-tests/perl-tests/t/op/sleep.t /usr/libexec/perl5-tests/perl-tests/t/op/smartkve.t /usr/libexec/perl5-tests/perl-tests/t/op/smartmatch.t /usr/libexec/perl5-tests/perl-tests/t/op/sort.t /usr/libexec/perl5-tests/perl-tests/t/op/splice.t /usr/libexec/perl5-tests/perl-tests/t/op/split.t /usr/libexec/perl5-tests/perl-tests/t/op/split_unicode.t /usr/libexec/perl5-tests/perl-tests/t/op/sprintf.t /usr/libexec/perl5-tests/perl-tests/t/op/sprintf2.t /usr/libexec/perl5-tests/perl-tests/t/op/srand.t /usr/libexec/perl5-tests/perl-tests/t/op/sselect.t /usr/libexec/perl5-tests/perl-tests/t/op/stash.t /usr/libexec/perl5-tests/perl-tests/t/op/stash_parse_gv.t /usr/libexec/perl5-tests/perl-tests/t/op/stat.t /usr/libexec/perl5-tests/perl-tests/t/op/stat_errors.t /usr/libexec/perl5-tests/perl-tests/t/op/state.t /usr/libexec/perl5-tests/perl-tests/t/op/study.t /usr/libexec/perl5-tests/perl-tests/t/op/studytied.t /usr/libexec/perl5-tests/perl-tests/t/op/sub.t /usr/libexec/perl5-tests/perl-tests/t/op/sub_lval.t /usr/libexec/perl5-tests/perl-tests/t/op/substr.t /usr/libexec/perl5-tests/perl-tests/t/op/substr_thr.t /usr/libexec/perl5-tests/perl-tests/t/op/svleak.pl /usr/libexec/perl5-tests/perl-tests/t/op/svleak.t /usr/libexec/perl5-tests/perl-tests/t/op/switch.t /usr/libexec/perl5-tests/perl-tests/t/op/symbolcache.t /usr/libexec/perl5-tests/perl-tests/t/op/sysio.t /usr/libexec/perl5-tests/perl-tests/t/op/taint.t /usr/libexec/perl5-tests/perl-tests/t/op/threads-dirh.t /usr/libexec/perl5-tests/perl-tests/t/op/threads.t /usr/libexec/perl5-tests/perl-tests/t/op/threads_create.pl /usr/libexec/perl5-tests/perl-tests/t/op/tie.t /usr/libexec/perl5-tests/perl-tests/t/op/tie_fetch_count.t /usr/libexec/perl5-tests/perl-tests/t/op/tiearray.t /usr/libexec/perl5-tests/perl-tests/t/op/tiehandle.t /usr/libexec/perl5-tests/perl-tests/t/op/time.t /usr/libexec/perl5-tests/perl-tests/t/op/time_loop.t /usr/libexec/perl5-tests/perl-tests/t/op/tr.t /usr/libexec/perl5-tests/perl-tests/t/op/tr_latin1.t /usr/libexec/perl5-tests/perl-tests/t/op/undef.t /usr/libexec/perl5-tests/perl-tests/t/op/universal.t /usr/libexec/perl5-tests/perl-tests/t/op/unlink.t /usr/libexec/perl5-tests/perl-tests/t/op/unshift.t /usr/libexec/perl5-tests/perl-tests/t/op/upgrade.t /usr/libexec/perl5-tests/perl-tests/t/op/utf8cache.t /usr/libexec/perl5-tests/perl-tests/t/op/utf8decode.t /usr/libexec/perl5-tests/perl-tests/t/op/utf8magic.t /usr/libexec/perl5-tests/perl-tests/t/op/utfhash.t /usr/libexec/perl5-tests/perl-tests/t/op/utftaint.t /usr/libexec/perl5-tests/perl-tests/t/op/vec.t /usr/libexec/perl5-tests/perl-tests/t/op/ver.t /usr/libexec/perl5-tests/perl-tests/t/op/waitpid.t /usr/libexec/perl5-tests/perl-tests/t/op/wantarray.t /usr/libexec/perl5-tests/perl-tests/t/op/warn.t /usr/libexec/perl5-tests/perl-tests/t/op/while.t /usr/libexec/perl5-tests/perl-tests/t/op/write.t /usr/libexec/perl5-tests/perl-tests/t/op/yadayada.t /usr/libexec/perl5-tests/perl-tests/t/opbasic /usr/libexec/perl5-tests/perl-tests/t/opbasic/arith.t /usr/libexec/perl5-tests/perl-tests/t/opbasic/cmp.t /usr/libexec/perl5-tests/perl-tests/t/opbasic/concat.t /usr/libexec/perl5-tests/perl-tests/t/opbasic/magic_phase.t /usr/libexec/perl5-tests/perl-tests/t/opbasic/qq.t /usr/libexec/perl5-tests/perl-tests/t/perf /usr/libexec/perl5-tests/perl-tests/t/perf/benchmarks /usr/libexec/perl5-tests/perl-tests/t/perf/benchmarks.t /usr/libexec/perl5-tests/perl-tests/t/perf/opcount.t /usr/libexec/perl5-tests/perl-tests/t/perf/optree.t /usr/libexec/perl5-tests/perl-tests/t/perf/speed.t /usr/libexec/perl5-tests/perl-tests/t/perf/taint.t /usr/libexec/perl5-tests/perl-tests/t/perl.supp /usr/libexec/perl5-tests/perl-tests/t/porting /usr/libexec/perl5-tests/perl-tests/t/porting/FindExt.t /usr/libexec/perl5-tests/perl-tests/t/porting/args_assert.t /usr/libexec/perl5-tests/perl-tests/t/porting/authors.t /usr/libexec/perl5-tests/perl-tests/t/porting/bench /usr/libexec/perl5-tests/perl-tests/t/porting/bench.t /usr/libexec/perl5-tests/perl-tests/t/porting/bench/badhash /usr/libexec/perl5-tests/perl-tests/t/porting/bench/badname /usr/libexec/perl5-tests/perl-tests/t/porting/bench/badversion.json /usr/libexec/perl5-tests/perl-tests/t/porting/bench/callsub.json /usr/libexec/perl5-tests/perl-tests/t/porting/bench/callsub2.json /usr/libexec/perl5-tests/perl-tests/t/porting/bench/oddentry /usr/libexec/perl5-tests/perl-tests/t/porting/bench/ret0 /usr/libexec/perl5-tests/perl-tests/t/porting/bench/synerr /usr/libexec/perl5-tests/perl-tests/t/porting/bench_selftest.t /usr/libexec/perl5-tests/perl-tests/t/porting/bincompat.t /usr/libexec/perl5-tests/perl-tests/t/porting/checkcase.t /usr/libexec/perl5-tests/perl-tests/t/porting/checkcfgvar.t /usr/libexec/perl5-tests/perl-tests/t/porting/cmp_version.t /usr/libexec/perl5-tests/perl-tests/t/porting/copyright.t /usr/libexec/perl5-tests/perl-tests/t/porting/corelist.t /usr/libexec/perl5-tests/perl-tests/t/porting/customized.dat /usr/libexec/perl5-tests/perl-tests/t/porting/customized.t /usr/libexec/perl5-tests/perl-tests/t/porting/diag.t /usr/libexec/perl5-tests/perl-tests/t/porting/dual-life.t /usr/libexec/perl5-tests/perl-tests/t/porting/exec-bit.t /usr/libexec/perl5-tests/perl-tests/t/porting/extrefs.t /usr/libexec/perl5-tests/perl-tests/t/porting/filenames.t /usr/libexec/perl5-tests/perl-tests/t/porting/globvar.t /usr/libexec/perl5-tests/perl-tests/t/porting/known_pod_issues.dat /usr/libexec/perl5-tests/perl-tests/t/porting/libperl.t /usr/libexec/perl5-tests/perl-tests/t/porting/maintainers.t /usr/libexec/perl5-tests/perl-tests/t/porting/manifest.t /usr/libexec/perl5-tests/perl-tests/t/porting/pending-author.t /usr/libexec/perl5-tests/perl-tests/t/porting/perlfunc.t /usr/libexec/perl5-tests/perl-tests/t/porting/pod_rules.t /usr/libexec/perl5-tests/perl-tests/t/porting/podcheck.t /usr/libexec/perl5-tests/perl-tests/t/porting/re_context.t /usr/libexec/perl5-tests/perl-tests/t/porting/readme.t /usr/libexec/perl5-tests/perl-tests/t/porting/regen.t /usr/libexec/perl5-tests/perl-tests/t/porting/ss_dup.t /usr/libexec/perl5-tests/perl-tests/t/porting/test_bootstrap.t /usr/libexec/perl5-tests/perl-tests/t/porting/utils.t /usr/libexec/perl5-tests/perl-tests/t/re /usr/libexec/perl5-tests/perl-tests/t/re/alpha_assertions.t /usr/libexec/perl5-tests/perl-tests/t/re/anyof.t /usr/libexec/perl5-tests/perl-tests/t/re/bigfuzzy_not_utf8.t /usr/libexec/perl5-tests/perl-tests/t/re/charset.t /usr/libexec/perl5-tests/perl-tests/t/re/fold_grind.pl /usr/libexec/perl5-tests/perl-tests/t/re/fold_grind_8.t /usr/libexec/perl5-tests/perl-tests/t/re/fold_grind_T.t /usr/libexec/perl5-tests/perl-tests/t/re/fold_grind_a.t /usr/libexec/perl5-tests/perl-tests/t/re/fold_grind_aa.t /usr/libexec/perl5-tests/perl-tests/t/re/fold_grind_d.t /usr/libexec/perl5-tests/perl-tests/t/re/fold_grind_l.t /usr/libexec/perl5-tests/perl-tests/t/re/fold_grind_u.t /usr/libexec/perl5-tests/perl-tests/t/re/keep_tabs.t /usr/libexec/perl5-tests/perl-tests/t/re/no_utf8_pm.t /usr/libexec/perl5-tests/perl-tests/t/re/overload.t /usr/libexec/perl5-tests/perl-tests/t/re/pat.t /usr/libexec/perl5-tests/perl-tests/t/re/pat_advanced.t /usr/libexec/perl5-tests/perl-tests/t/re/pat_advanced_thr.t /usr/libexec/perl5-tests/perl-tests/t/re/pat_psycho.t /usr/libexec/perl5-tests/perl-tests/t/re/pat_psycho_thr.t /usr/libexec/perl5-tests/perl-tests/t/re/pat_re_eval.t /usr/libexec/perl5-tests/perl-tests/t/re/pat_re_eval_thr.t /usr/libexec/perl5-tests/perl-tests/t/re/pat_rt_report.t /usr/libexec/perl5-tests/perl-tests/t/re/pat_rt_report_thr.t /usr/libexec/perl5-tests/perl-tests/t/re/pat_special_cc.t /usr/libexec/perl5-tests/perl-tests/t/re/pat_special_cc_thr.t /usr/libexec/perl5-tests/perl-tests/t/re/pat_thr.t /usr/libexec/perl5-tests/perl-tests/t/re/pos.t /usr/libexec/perl5-tests/perl-tests/t/re/qr-72922.t /usr/libexec/perl5-tests/perl-tests/t/re/qr.t /usr/libexec/perl5-tests/perl-tests/t/re/qr_gc.t /usr/libexec/perl5-tests/perl-tests/t/re/qrstack.t /usr/libexec/perl5-tests/perl-tests/t/re/re_tests /usr/libexec/perl5-tests/perl-tests/t/re/recompile.t /usr/libexec/perl5-tests/perl-tests/t/re/reg_60508.t /usr/libexec/perl5-tests/perl-tests/t/re/reg_email.t /usr/libexec/perl5-tests/perl-tests/t/re/reg_email_thr.t /usr/libexec/perl5-tests/perl-tests/t/re/reg_eval.t /usr/libexec/perl5-tests/perl-tests/t/re/reg_eval_scope.t /usr/libexec/perl5-tests/perl-tests/t/re/reg_fold.t /usr/libexec/perl5-tests/perl-tests/t/re/reg_mesg.t /usr/libexec/perl5-tests/perl-tests/t/re/reg_namedcapture.t /usr/libexec/perl5-tests/perl-tests/t/re/reg_nc_tie.t /usr/libexec/perl5-tests/perl-tests/t/re/reg_nocapture.t /usr/libexec/perl5-tests/perl-tests/t/re/reg_pmod.t /usr/libexec/perl5-tests/perl-tests/t/re/reg_posixcc.t /usr/libexec/perl5-tests/perl-tests/t/re/regex_sets.t /usr/libexec/perl5-tests/perl-tests/t/re/regex_sets_compat.t /usr/libexec/perl5-tests/perl-tests/t/re/regexp.t /usr/libexec/perl5-tests/perl-tests/t/re/regexp_noamp.t /usr/libexec/perl5-tests/perl-tests/t/re/regexp_nonull.t /usr/libexec/perl5-tests/perl-tests/t/re/regexp_notrie.t /usr/libexec/perl5-tests/perl-tests/t/re/regexp_qr.t /usr/libexec/perl5-tests/perl-tests/t/re/regexp_qr_embed.t /usr/libexec/perl5-tests/perl-tests/t/re/regexp_qr_embed_thr.t /usr/libexec/perl5-tests/perl-tests/t/re/regexp_trielist.t /usr/libexec/perl5-tests/perl-tests/t/re/regexp_unicode_prop.t /usr/libexec/perl5-tests/perl-tests/t/re/regexp_unicode_prop_thr.t /usr/libexec/perl5-tests/perl-tests/t/re/rt122747.t /usr/libexec/perl5-tests/perl-tests/t/re/rxcode.t /usr/libexec/perl5-tests/perl-tests/t/re/script_run.t /usr/libexec/perl5-tests/perl-tests/t/re/speed.t /usr/libexec/perl5-tests/perl-tests/t/re/speed_thr.t /usr/libexec/perl5-tests/perl-tests/t/re/subst.t /usr/libexec/perl5-tests/perl-tests/t/re/substT.t /usr/libexec/perl5-tests/perl-tests/t/re/subst_amp.t /usr/libexec/perl5-tests/perl-tests/t/re/subst_wamp.t /usr/libexec/perl5-tests/perl-tests/t/re/uniprops01.t /usr/libexec/perl5-tests/perl-tests/t/re/uniprops02.t /usr/libexec/perl5-tests/perl-tests/t/re/uniprops03.t /usr/libexec/perl5-tests/perl-tests/t/re/uniprops04.t /usr/libexec/perl5-tests/perl-tests/t/re/uniprops05.t /usr/libexec/perl5-tests/perl-tests/t/re/uniprops06.t /usr/libexec/perl5-tests/perl-tests/t/re/uniprops07.t /usr/libexec/perl5-tests/perl-tests/t/re/uniprops08.t /usr/libexec/perl5-tests/perl-tests/t/re/uniprops09.t /usr/libexec/perl5-tests/perl-tests/t/re/uniprops10.t /usr/libexec/perl5-tests/perl-tests/t/re/user_prop_race_thr.t /usr/libexec/perl5-tests/perl-tests/t/run /usr/libexec/perl5-tests/perl-tests/t/run/cloexec.t /usr/libexec/perl5-tests/perl-tests/t/run/dtrace.pl /usr/libexec/perl5-tests/perl-tests/t/run/dtrace.t /usr/libexec/perl5-tests/perl-tests/t/run/exit.t /usr/libexec/perl5-tests/perl-tests/t/run/flib /usr/libexec/perl5-tests/perl-tests/t/run/flib/broken.pm /usr/libexec/perl5-tests/perl-tests/t/run/flib/t2.pm /usr/libexec/perl5-tests/perl-tests/t/run/flib/t2.pmc /usr/libexec/perl5-tests/perl-tests/t/run/fresh_perl.t /usr/libexec/perl5-tests/perl-tests/t/run/locale.t /usr/libexec/perl5-tests/perl-tests/t/run/noswitch.t /usr/libexec/perl5-tests/perl-tests/t/run/runenv.t /usr/libexec/perl5-tests/perl-tests/t/run/script.t /usr/libexec/perl5-tests/perl-tests/t/run/switch0.t /usr/libexec/perl5-tests/perl-tests/t/run/switchC.t /usr/libexec/perl5-tests/perl-tests/t/run/switchDx.t /usr/libexec/perl5-tests/perl-tests/t/run/switchF.t /usr/libexec/perl5-tests/perl-tests/t/run/switchF1.t /usr/libexec/perl5-tests/perl-tests/t/run/switchF2.t /usr/libexec/perl5-tests/perl-tests/t/run/switchI.t /usr/libexec/perl5-tests/perl-tests/t/run/switchM.t /usr/libexec/perl5-tests/perl-tests/t/run/switcha.t /usr/libexec/perl5-tests/perl-tests/t/run/switchd-78586.t /usr/libexec/perl5-tests/perl-tests/t/run/switchd.t /usr/libexec/perl5-tests/perl-tests/t/run/switches.t /usr/libexec/perl5-tests/perl-tests/t/run/switchn.t /usr/libexec/perl5-tests/perl-tests/t/run/switchp.t /usr/libexec/perl5-tests/perl-tests/t/run/switcht.t /usr/libexec/perl5-tests/perl-tests/t/run/switchx.aux /usr/libexec/perl5-tests/perl-tests/t/run/switchx.t /usr/libexec/perl5-tests/perl-tests/t/run/switchx2.aux /usr/libexec/perl5-tests/perl-tests/t/run/switchx3.aux /usr/libexec/perl5-tests/perl-tests/t/test.pl /usr/libexec/perl5-tests/perl-tests/t/test_pl /usr/libexec/perl5-tests/perl-tests/t/test_pl/_num_to_alpha.t /usr/libexec/perl5-tests/perl-tests/t/test_pl/can_isa_ok.t /usr/libexec/perl5-tests/perl-tests/t/test_pl/plan_skip_all.t /usr/libexec/perl5-tests/perl-tests/t/test_pl/tempfile.t /usr/libexec/perl5-tests/perl-tests/t/thread_it.pl /usr/libexec/perl5-tests/perl-tests/t/uni /usr/libexec/perl5-tests/perl-tests/t/uni/attrs.t /usr/libexec/perl5-tests/perl-tests/t/uni/bless.t /usr/libexec/perl5-tests/perl-tests/t/uni/cache.t /usr/libexec/perl5-tests/perl-tests/t/uni/caller.t /usr/libexec/perl5-tests/perl-tests/t/uni/case.pl /usr/libexec/perl5-tests/perl-tests/t/uni/chomp.t /usr/libexec/perl5-tests/perl-tests/t/uni/class.t /usr/libexec/perl5-tests/perl-tests/t/uni/eval.t /usr/libexec/perl5-tests/perl-tests/t/uni/fold.t /usr/libexec/perl5-tests/perl-tests/t/uni/goto.t /usr/libexec/perl5-tests/perl-tests/t/uni/greek.t /usr/libexec/perl5-tests/perl-tests/t/uni/gv.t /usr/libexec/perl5-tests/perl-tests/t/uni/labels.t /usr/libexec/perl5-tests/perl-tests/t/uni/latin2.t /usr/libexec/perl5-tests/perl-tests/t/uni/lex_utf8.t /usr/libexec/perl5-tests/perl-tests/t/uni/lower.t /usr/libexec/perl5-tests/perl-tests/t/uni/method.t /usr/libexec/perl5-tests/perl-tests/t/uni/opcroak.t /usr/libexec/perl5-tests/perl-tests/t/uni/overload.t /usr/libexec/perl5-tests/perl-tests/t/uni/package.t /usr/libexec/perl5-tests/perl-tests/t/uni/parser.t /usr/libexec/perl5-tests/perl-tests/t/uni/readline.t /usr/libexec/perl5-tests/perl-tests/t/uni/select.t /usr/libexec/perl5-tests/perl-tests/t/uni/sprintf.t /usr/libexec/perl5-tests/perl-tests/t/uni/stash.t /usr/libexec/perl5-tests/perl-tests/t/uni/tie.t /usr/libexec/perl5-tests/perl-tests/t/uni/title.t /usr/libexec/perl5-tests/perl-tests/t/uni/tr_utf8.t /usr/libexec/perl5-tests/perl-tests/t/uni/universal.t /usr/libexec/perl5-tests/perl-tests/t/uni/upper.t /usr/libexec/perl5-tests/perl-tests/t/uni/variables.t /usr/libexec/perl5-tests/perl-tests/t/uni/write.t /usr/libexec/perl5-tests/perl-tests/t/win32 /usr/libexec/perl5-tests/perl-tests/t/win32/crypt.t /usr/libexec/perl5-tests/perl-tests/t/win32/fs.t /usr/libexec/perl5-tests/perl-tests/t/win32/popen.t /usr/libexec/perl5-tests/perl-tests/t/win32/runenv.t /usr/libexec/perl5-tests/perl-tests/t/win32/signal.t /usr/libexec/perl5-tests/perl-tests/t/win32/system.t /usr/libexec/perl5-tests/perl-tests/t/win32/system_tests
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat Nov 9 08:12:52 2024