| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: perl-debugsource | Distribution: Mageia |
| Version: 5.32.1 | Vendor: Mageia.Org |
| Release: 1.mga8 | Build date: Sun Jan 31 00:01:33 2021 |
| Group: Development/Debug | Build host: localhost |
| Size: 31807783 | Source RPM: perl-5.32.1-1.mga8.src.rpm |
| Packager: tmb <tmb> | |
| Url: https://www.perl.org/ | |
| Summary: Debug sources for package perl | |
This package provides debug sources for package perl. Debug sources are useful when developing applications that use this package or when debugging this package.
GPL+ or Artistic
* Fri Jan 29 2021 tv <tv> 2:5.32.1-1.mga8
+ Revision: 1673952
- 5.32.1 bump (see <https://metacpan.org/pod/release/SHAY/perl-5.32.1/pod/perldelta.pod>
or release notes)
* Thu Dec 17 2020 tv <tv> 2:5.32.0-10.mga8
+ Revision: 1660199
- rebuild with new glibc in order to stop forcing libnsl on programs trying to link with -lperl
* Fri Nov 20 2020 tv <tv> 2:5.32.0-9.mga8
+ Revision: 1647899
- Fix a crash in optimizing split() (GH#18232)
- reapply "USE_MM_LD_RUN_PATH" (temporary disabled in 5.32.0-RC0)
- remove useless & unapplied fix-LD_RUN_PATH-for-MakeMaker.patch which dates back from Aug 2000
- replace patchlevel patch by a call to patchlevel.h
- drop incversion patch (no more uneeded since 5.28.0-0.2.mga7)
* Thu Nov 12 2020 tv <tv> 2:5.32.0-8.mga8
+ Revision: 1644850
- drop the patch disabling some tests with iurt as they are now passing
- Fix un undefined behavior in Perl_custom_op_get_field()
- Fix Config variable names in in t/op tests
- Fix fetching a magic on the stacked file test operators
* Wed Nov 11 2020 tv <tv> 2:5.32.0-7.mga8
+ Revision: 1644435
- use perl patch for lib64 which is more generic (eg: aarch64 support)
- no need to rebuild perl for testsuite
- fix & reenable %check
* Wed Oct 14 2020 tv <tv> 2:5.32.0-6.mga8
+ Revision: 1635955
- Fix sv_collxfrm macro to respect locale
- Fix an iterator signedness in handling a mro exception (GH#18155)
- Fix a code flow in Perl_sv_inc_nomg()
* Thu Sep 24 2020 tv <tv> 2:5.32.0-5.mga8
+ Revision: 1629781
- Fix a buffer overflow when compiling a regular expression with a bracketed
character class with a white space
- Fix a mismatch with the recursive subpatterns (GH#18096)
* Thu Aug 27 2020 tv <tv> 2:5.32.0-4.mga8
+ Revision: 1619258
- Fix inheritance resolution of lexical objects in a debugger (GH#17661)
- Fix a misoptimization when assigning a list in a list context (GH#17816)
- Fix handling left-hand-side undef when assigning a list (GH#16685)
- Fix a memory leak when compiling a long regular expression (GH#18054)
- Fix handling exceptions in a global destruction (GH#18063)
- Fix sorting with a block that calls return (GH#18081)
* Sun Aug 09 2020 tv <tv> 2:5.32.0-3.mga8
+ Revision: 1612237
- Actually pass the correct CFLAGS to dtrace
- Do not use a C compiler reserved identifiers
- Fix an IO::Handle spurious error reported for regular file handles (GH#18019)
- Fix SvUV_nomg() macro definition
- Fix SvTRUE() documentation
- Fix ext/XS-APItest/t/utf8_warn_base.pl tests
- Fix IO::Handle::error() to report write errors (GH#6799)
- Fix a link to Unicode Technical Standard #18 (GH#17881)
- Fix setting a non-blocking mode in IO::Socket::UNIX (GH#17787)
- Fix running actions after stepping in a debugger (GH#17901)
- Fix a buffer size for asctime_r() and ctime_r() functions
- Prevent from an integer overflow in RenewDouble() macro
- Fix a buffer overread in when reallocating formats (GH#17844)
- Fix a number of arguments passed to a BOOT XS subroutine (GH#17755)
- do not package File::Spec::VMS
* Mon Jun 22 2020 tv <tv> 2:5.32.0-2.mga8
+ Revision: 1598514
- BR bzip2-devel + zlib-devel
- typo fix + kill old comment
- no need to tell that csh exists
- kill doble sitelib/arch
- use system bzip2 library
- Configure Compress::Zlib to use system zlib
* Sun Jun 21 2020 shlomif <shlomif> 2:5.32.0-1.mga8
+ Revision: 1598236
- New version 5.32.0
* Tue Jun 16 2020 pterjan <pterjan> 2:5.32.0-0.3.mga8
+ Revision: 1593794
- Clean rebuild
* Mon Jun 08 2020 tv <tv> 2:5.32.0-0.2.mga8
+ Revision: 1590921
- 5.32.0 RC1
See https://metacpan.org/pod/release/XSAWYERX/perl-5.32.0-RC1/pod/perldelta.pod
* Tue Jun 02 2020 tv <tv> 2:5.32.0-0.1.mga8
+ Revision: 1589698
- 5.32.0-RC0
See https://metacpan.org/pod/release/XSAWYERX/perl-5.32.0-RC0/pod/perldelta.pod
* Tue Jun 02 2020 tv <tv> 2:5.30.3-3.mga8
+ Revision: 1589682
- 5.30.3 (see <https://metacpan.org/pod/release/XSAWYERX/perl-5.30.3/pod/perldelta.pod>
for release notes)
- Security release fixes CVE-2020-10543, CVE-2020-10878 and CVE-2020-12723
- add bug ID
+ danf <danf>
- Switch URLs from http: to https:
* Fri Mar 27 2020 tv <tv> 2:5.30.2-3.mga8
+ Revision: 1561279
- Work around a glibc bug in caching LC_MESSAGES (GH#17081)
- Fix POSIX:setlocale() documentation
- Prevent from an integer overflow in POSIX::SigSet()
- Fix thread-safety of IO::Handle (GH#14816)
- Close :unix PerlIO layers properly (rhbz#987118)
- Fix sorting tied arrays (GH#17496)
- Fix a spurious warning about a multidimensional syntax (GH#16535)
- Fix a warning about an uninitialized value in B::Deparse (GH#17537)
* Mon Mar 16 2020 tv <tv> 2:5.30.2-2.mga8
+ Revision: 1556948
- clean up more now useless deps filtering
- remove manual provides that duplicate automatic ones
- Fix memory handling when parsing string literals
- clean up deps filtering + add one more provides to workaround
- remove uneeded workarounds
* Sun Mar 15 2020 shlomif <shlomif> 2:5.30.2-1.mga8
+ Revision: 1556497
- Update to version 5.30.2.
There are some spec helpers' disablings assignments there due to a perl
version mismatch.
Tested to be fine locally (x86-64 mageia v8).
* Sat Feb 29 2020 tv <tv> 2:5.30.1-5.mga8
+ Revision: 1552357
- drop old mga6 compat entries from INC
- added an example systemtap script
- added systemtap tapset to make use of systemtap-sdt-devel
- run Configure with -Dusedtrace for systemtap support
* Tue Feb 18 2020 umeabot <umeabot> 2:5.30.1-4.mga8
+ Revision: 1539073
- Mageia 8 Mass Rebuild
* Fri Nov 29 2019 tv <tv> 2:5.30.1-3.mga8
+ Revision: 1463776
- Fix a memory leak when compiling a regular expression with a non-word class
(GH#17218)
* Tue Nov 12 2019 tv <tv> 2:5.30.1-2.mga8
+ Revision: 1459654
- 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 tv <tv> 2:5.30.1-1.mga8
+ Revision: 1459328
- 5.30.1 bump (see <https://metacpan.org/pod/release/SHAY/perl-5.30.1/pod/perldelta.pod>
for release notes)
* Thu Sep 12 2019 tv <tv> 2:5.30.0-10.mga8
+ Revision: 1439933
- Fix a memory leak when matching a UTF-8 regular expression (RT#134390)
- Fix a detection for futimes (RT#134432)
* Mon Sep 02 2019 tv <tv> 2:5.30.0-9.mga8
+ Revision: 1436401
- actually apply patches 10 & 12
- 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)
* Sat Aug 31 2019 tv <tv> 2:5.30.0-8.mga8
+ Revision: 1435952
- Define %perl_vendor*, %perl_archlib, %perl_privlib, because in rpm 4.15
those are no longer defined
- Remove invalid macro definitions from macros.perl
These two lines are trying to redefine macro named "global", which is
obviously wrong, but additionally the thing they're *trying* to do is also
wrong in rpm >= 4.9 world, so best just remove them.
* Wed Aug 28 2019 tv <tv> 2:5.30.0-7.mga8
+ Revision: 1434716
- actually apply patch 5
- patch 4: USE_MM_LD_RUN_PATH
* Tue Aug 27 2019 tv <tv> 2:5.30.0-6.mga8
+ Revision: 1433273
- Provide maybe_command independently (rhbz#1129443)
* Mon Aug 26 2019 tv <tv> 2:5.30.0-5.mga8
+ Revision: 1432465
- rebuild on BS (for missing signature)
* Mon Aug 26 2019 tv <tv> 2:5.30.0-4.mga8
+ Revision: 1432305
- 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
* Fri Aug 09 2019 tv <tv> 2:5.30.0-3.mga8
+ Revision: 1428411
- 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
* Thu Jul 25 2019 tv <tv> 2:5.30.0-2.mga8
+ Revision: 1423951
- 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)
* Sun Jun 30 2019 tv <tv> 2:5.30.0-1.mga8
+ Revision: 1416374
- 5.30.0 bump (see <https://metacpan.org/pod/release/XSAWYERX/perl-5.30.0/pod/perldelta.pod>
for release notes)
- 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)
- Define %perl_vendor*, %perl_archlib, %perl_privlib, because in rpm
4.15 those are no longer defined
- 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 tv <tv> 2:5.28.2-1.mga7
+ Revision: 1395029
- 5.28.2 bump (see https://metacpan.org/pod/release/SHAY/perl-5.28.2/pod/perldelta.pod
for release notes)
* Wed Apr 10 2019 tv <tv> 2:5.28.1-6.mga7
+ Revision: 1388114
- 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 assigning 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 Feb 26 2019 tv <tv> 2:5.28.1-5.mga7
+ Revision: 1370257
- remove -64int from INC (this was a temp cauldron path issue on 32bit with
perl-5.24/26 but all perl modules have been rebuilt since)
* Tue Feb 26 2019 tv <tv> 2:5.28.1-4.mga7
+ Revision: 1370232
- 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)
/usr/src/debug/perl-5.32.1-1.mga8.aarch64 /usr/src/debug/perl-5.32.1-1.mga8.aarch64/av.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/av.h /usr/src/debug/perl-5.32.1-1.mga8.aarch64/caretx.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/charclass_invlists.h /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cop.h /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Compress-Raw-Bzip2 /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Compress-Raw-Bzip2/Bzip2.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Compress-Raw-Bzip2/Bzip2.xs /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Compress-Raw-Bzip2/constants.h /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Compress-Raw-Bzip2/constants.xs /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Compress-Raw-Zlib /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Compress-Raw-Zlib/Zlib.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Compress-Raw-Zlib/Zlib.xs /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Compress-Raw-Zlib/constants.h /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Compress-Raw-Zlib/constants.xs /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/DB_File /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/DB_File/DB_File.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/DB_File/DB_File.xs /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/DB_File/constants.h /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/DB_File/constants.xs /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/DB_File/version.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Digest-MD5 /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Digest-MD5/MD5.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Digest-MD5/MD5.xs /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Digest-SHA /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Digest-SHA/SHA.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Digest-SHA/SHA.xs /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Digest-SHA/src /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Digest-SHA/src/sha.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Digest-SHA/src/sha.h /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Digest-SHA/src/sha64bit.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/Byte /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/Byte/Byte.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/Byte/byte_t.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/Byte/byte_t.exh /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/Byte/byte_t.h /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/CN /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/CN/CN.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/CN/cp_00_t.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/CN/cp_00_t.exh /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/CN/cp_00_t.h /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/CN/eu_01_t.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/CN/eu_01_t.exh /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/CN/eu_01_t.h /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/CN/gb_02_t.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/CN/gb_02_t.exh /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/CN/gb_02_t.h /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/CN/gb_03_t.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/CN/gb_03_t.exh /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/CN/gb_03_t.h /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/CN/ir_04_t.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/CN/ir_04_t.exh /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/CN/ir_04_t.h /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/CN/ma_05_t.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/CN/ma_05_t.exh /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/CN/ma_05_t.h /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/EBCDIC /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/EBCDIC/EBCDIC.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/EBCDIC/ebcdic_t.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/EBCDIC/ebcdic_t.exh /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/EBCDIC/ebcdic_t.h /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/Encode /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/Encode.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/Encode.xs /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/Encode/encode.h /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/JP /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/JP/JP.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/JP/cp_00_t.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/JP/cp_00_t.exh /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/JP/cp_00_t.h /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/JP/eu_01_t.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/JP/eu_01_t.exh /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/JP/eu_01_t.h /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/JP/ji_02_t.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/JP/ji_02_t.exh /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/JP/ji_02_t.h /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/JP/ji_03_t.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/JP/ji_03_t.exh /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/JP/ji_03_t.h /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/JP/ji_04_t.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/JP/ji_04_t.exh /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/JP/ji_04_t.h /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/JP/ma_05_t.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/JP/ma_05_t.exh /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/JP/ma_05_t.h /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/JP/sh_06_t.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/JP/sh_06_t.exh /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/JP/sh_06_t.h /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/KR /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/KR/KR.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/KR/cp_00_t.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/KR/cp_00_t.exh /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/KR/cp_00_t.h /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/KR/eu_01_t.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/KR/eu_01_t.exh /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/KR/eu_01_t.h /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/KR/jo_02_t.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/KR/jo_02_t.exh /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/KR/jo_02_t.h /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/KR/ks_03_t.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/KR/ks_03_t.exh /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/KR/ks_03_t.h /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/KR/ma_04_t.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/KR/ma_04_t.exh /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/KR/ma_04_t.h /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/Symbol /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/Symbol/Symbol.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/Symbol/symbol_t.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/Symbol/symbol_t.exh /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/Symbol/symbol_t.h /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/TW /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/TW/TW.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/TW/bi_00_t.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/TW/bi_00_t.exh /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/TW/bi_00_t.h /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/TW/bi_01_t.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/TW/bi_01_t.exh /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/TW/bi_01_t.h /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/TW/cp_02_t.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/TW/cp_02_t.exh /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/TW/cp_02_t.h /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/TW/ma_03_t.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/TW/ma_03_t.exh /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/TW/ma_03_t.h /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/Unicode /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/Unicode/Unicode.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/Unicode/Unicode.xs /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/def_t.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/def_t.exh /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/def_t.h /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Encode/encengine.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Filter-Util-Call /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Filter-Util-Call/Call.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Filter-Util-Call/Call.xs /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/IPC-SysV /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/IPC-SysV/SysV.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/IPC-SysV/SysV.xs /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/IPC-SysV/const-c.inc /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/IPC-SysV/const-xs.inc /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/MIME-Base64 /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/MIME-Base64/Base64.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/MIME-Base64/Base64.xs /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Math-BigInt-FastCalc /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Math-BigInt-FastCalc/FastCalc.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Math-BigInt-FastCalc/FastCalc.xs /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Scalar-List-Utils /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Scalar-List-Utils/ListUtil.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Scalar-List-Utils/ListUtil.xs /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Socket /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Socket/Socket.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Socket/Socket.xs /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Socket/const-c.inc /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Socket/const-xs.inc /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Sys-Syslog /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Sys-Syslog/Syslog.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Sys-Syslog/Syslog.xs /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Sys-Syslog/const-c.inc /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Sys-Syslog/const-xs.inc /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Time-Piece /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Time-Piece/Piece.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Time-Piece/Piece.xs /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Unicode-Collate /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Unicode-Collate/Collate.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Unicode-Collate/Collate.xs /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cpan/Unicode-Collate/ucatbl.h /usr/src/debug/perl-5.32.1-1.mga8.aarch64/cv.h /usr/src/debug/perl-5.32.1-1.mga8.aarch64/deb.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/dist /usr/src/debug/perl-5.32.1-1.mga8.aarch64/dist/Data-Dumper /usr/src/debug/perl-5.32.1-1.mga8.aarch64/dist/Data-Dumper/Dumper.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/dist/Data-Dumper/Dumper.xs /usr/src/debug/perl-5.32.1-1.mga8.aarch64/dist/IO /usr/src/debug/perl-5.32.1-1.mga8.aarch64/dist/IO/IO.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/dist/IO/IO.xs /usr/src/debug/perl-5.32.1-1.mga8.aarch64/dist/PathTools /usr/src/debug/perl-5.32.1-1.mga8.aarch64/dist/PathTools/Cwd.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/dist/PathTools/Cwd.xs /usr/src/debug/perl-5.32.1-1.mga8.aarch64/dist/Storable /usr/src/debug/perl-5.32.1-1.mga8.aarch64/dist/Storable/Storable.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/dist/Storable/Storable.xs /usr/src/debug/perl-5.32.1-1.mga8.aarch64/dist/Time-HiRes /usr/src/debug/perl-5.32.1-1.mga8.aarch64/dist/Time-HiRes/HiRes.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/dist/Time-HiRes/HiRes.xs /usr/src/debug/perl-5.32.1-1.mga8.aarch64/dist/Time-HiRes/const-c.inc /usr/src/debug/perl-5.32.1-1.mga8.aarch64/dist/Time-HiRes/const-xs.inc /usr/src/debug/perl-5.32.1-1.mga8.aarch64/dist/Unicode-Normalize /usr/src/debug/perl-5.32.1-1.mga8.aarch64/dist/Unicode-Normalize/Normalize.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/dist/Unicode-Normalize/Normalize.xs /usr/src/debug/perl-5.32.1-1.mga8.aarch64/dist/Unicode-Normalize/unfcan.h /usr/src/debug/perl-5.32.1-1.mga8.aarch64/dist/Unicode-Normalize/unfcmb.h /usr/src/debug/perl-5.32.1-1.mga8.aarch64/dist/Unicode-Normalize/unfcmp.h /usr/src/debug/perl-5.32.1-1.mga8.aarch64/dist/Unicode-Normalize/unfcpt.h /usr/src/debug/perl-5.32.1-1.mga8.aarch64/dist/Unicode-Normalize/unfexc.h /usr/src/debug/perl-5.32.1-1.mga8.aarch64/dist/threads /usr/src/debug/perl-5.32.1-1.mga8.aarch64/dist/threads-shared /usr/src/debug/perl-5.32.1-1.mga8.aarch64/dist/threads-shared/shared.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/dist/threads-shared/shared.xs /usr/src/debug/perl-5.32.1-1.mga8.aarch64/dist/threads/threads.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/dist/threads/threads.xs /usr/src/debug/perl-5.32.1-1.mga8.aarch64/doio.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/doop.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/dquote.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/dump.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/ext /usr/src/debug/perl-5.32.1-1.mga8.aarch64/ext/B /usr/src/debug/perl-5.32.1-1.mga8.aarch64/ext/B/B.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/ext/B/B.xs /usr/src/debug/perl-5.32.1-1.mga8.aarch64/ext/B/const-c.inc /usr/src/debug/perl-5.32.1-1.mga8.aarch64/ext/B/const-xs.inc /usr/src/debug/perl-5.32.1-1.mga8.aarch64/ext/Devel-Peek /usr/src/debug/perl-5.32.1-1.mga8.aarch64/ext/Devel-Peek/Peek.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/ext/Devel-Peek/Peek.xs /usr/src/debug/perl-5.32.1-1.mga8.aarch64/ext/DynaLoader /usr/src/debug/perl-5.32.1-1.mga8.aarch64/ext/DynaLoader/DynaLoader.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/ext/DynaLoader/DynaLoader.xs /usr/src/debug/perl-5.32.1-1.mga8.aarch64/ext/DynaLoader/dlutils.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/ext/Fcntl /usr/src/debug/perl-5.32.1-1.mga8.aarch64/ext/Fcntl/Fcntl.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/ext/Fcntl/Fcntl.xs /usr/src/debug/perl-5.32.1-1.mga8.aarch64/ext/Fcntl/const-c.inc /usr/src/debug/perl-5.32.1-1.mga8.aarch64/ext/Fcntl/const-xs.inc /usr/src/debug/perl-5.32.1-1.mga8.aarch64/ext/File-DosGlob /usr/src/debug/perl-5.32.1-1.mga8.aarch64/ext/File-DosGlob/DosGlob.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/ext/File-DosGlob/DosGlob.xs /usr/src/debug/perl-5.32.1-1.mga8.aarch64/ext/File-Glob /usr/src/debug/perl-5.32.1-1.mga8.aarch64/ext/File-Glob/Glob.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/ext/File-Glob/Glob.xs /usr/src/debug/perl-5.32.1-1.mga8.aarch64/ext/File-Glob/bsd_glob.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/ext/File-Glob/bsd_glob.h /usr/src/debug/perl-5.32.1-1.mga8.aarch64/ext/File-Glob/const-c.inc /usr/src/debug/perl-5.32.1-1.mga8.aarch64/ext/File-Glob/const-xs.inc /usr/src/debug/perl-5.32.1-1.mga8.aarch64/ext/GDBM_File /usr/src/debug/perl-5.32.1-1.mga8.aarch64/ext/GDBM_File/GDBM_File.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/ext/GDBM_File/GDBM_File.xs /usr/src/debug/perl-5.32.1-1.mga8.aarch64/ext/GDBM_File/const-c.inc /usr/src/debug/perl-5.32.1-1.mga8.aarch64/ext/GDBM_File/const-xs.inc /usr/src/debug/perl-5.32.1-1.mga8.aarch64/ext/Hash-Util /usr/src/debug/perl-5.32.1-1.mga8.aarch64/ext/Hash-Util-FieldHash /usr/src/debug/perl-5.32.1-1.mga8.aarch64/ext/Hash-Util-FieldHash/FieldHash.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/ext/Hash-Util-FieldHash/FieldHash.xs /usr/src/debug/perl-5.32.1-1.mga8.aarch64/ext/Hash-Util/Util.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/ext/Hash-Util/Util.xs /usr/src/debug/perl-5.32.1-1.mga8.aarch64/ext/I18N-Langinfo /usr/src/debug/perl-5.32.1-1.mga8.aarch64/ext/I18N-Langinfo/Langinfo.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/ext/I18N-Langinfo/Langinfo.xs /usr/src/debug/perl-5.32.1-1.mga8.aarch64/ext/I18N-Langinfo/const-c.inc /usr/src/debug/perl-5.32.1-1.mga8.aarch64/ext/I18N-Langinfo/const-xs.inc /usr/src/debug/perl-5.32.1-1.mga8.aarch64/ext/NDBM_File /usr/src/debug/perl-5.32.1-1.mga8.aarch64/ext/NDBM_File/NDBM_File.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/ext/NDBM_File/NDBM_File.xs /usr/src/debug/perl-5.32.1-1.mga8.aarch64/ext/ODBM_File /usr/src/debug/perl-5.32.1-1.mga8.aarch64/ext/ODBM_File/ODBM_File.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/ext/ODBM_File/ODBM_File.xs /usr/src/debug/perl-5.32.1-1.mga8.aarch64/ext/Opcode /usr/src/debug/perl-5.32.1-1.mga8.aarch64/ext/Opcode/Opcode.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/ext/Opcode/Opcode.xs /usr/src/debug/perl-5.32.1-1.mga8.aarch64/ext/POSIX /usr/src/debug/perl-5.32.1-1.mga8.aarch64/ext/POSIX/POSIX.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/ext/POSIX/POSIX.xs /usr/src/debug/perl-5.32.1-1.mga8.aarch64/ext/POSIX/const-c.inc /usr/src/debug/perl-5.32.1-1.mga8.aarch64/ext/POSIX/const-xs.inc /usr/src/debug/perl-5.32.1-1.mga8.aarch64/ext/PerlIO-encoding /usr/src/debug/perl-5.32.1-1.mga8.aarch64/ext/PerlIO-encoding/encoding.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/ext/PerlIO-encoding/encoding.xs /usr/src/debug/perl-5.32.1-1.mga8.aarch64/ext/PerlIO-mmap /usr/src/debug/perl-5.32.1-1.mga8.aarch64/ext/PerlIO-mmap/mmap.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/ext/PerlIO-mmap/mmap.xs /usr/src/debug/perl-5.32.1-1.mga8.aarch64/ext/PerlIO-scalar /usr/src/debug/perl-5.32.1-1.mga8.aarch64/ext/PerlIO-scalar/scalar.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/ext/PerlIO-scalar/scalar.xs /usr/src/debug/perl-5.32.1-1.mga8.aarch64/ext/PerlIO-via /usr/src/debug/perl-5.32.1-1.mga8.aarch64/ext/PerlIO-via/via.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/ext/PerlIO-via/via.xs /usr/src/debug/perl-5.32.1-1.mga8.aarch64/ext/SDBM_File /usr/src/debug/perl-5.32.1-1.mga8.aarch64/ext/SDBM_File/SDBM_File.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/ext/SDBM_File/SDBM_File.xs /usr/src/debug/perl-5.32.1-1.mga8.aarch64/ext/SDBM_File/hash.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/ext/SDBM_File/pair.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/ext/SDBM_File/pair.h /usr/src/debug/perl-5.32.1-1.mga8.aarch64/ext/SDBM_File/sdbm.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/ext/SDBM_File/sdbm.h /usr/src/debug/perl-5.32.1-1.mga8.aarch64/ext/Sys-Hostname /usr/src/debug/perl-5.32.1-1.mga8.aarch64/ext/Sys-Hostname/Hostname.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/ext/Sys-Hostname/Hostname.xs /usr/src/debug/perl-5.32.1-1.mga8.aarch64/ext/attributes /usr/src/debug/perl-5.32.1-1.mga8.aarch64/ext/attributes/attributes.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/ext/attributes/attributes.xs /usr/src/debug/perl-5.32.1-1.mga8.aarch64/ext/mro /usr/src/debug/perl-5.32.1-1.mga8.aarch64/ext/mro/mro.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/ext/mro/mro.xs /usr/src/debug/perl-5.32.1-1.mga8.aarch64/ext/re /usr/src/debug/perl-5.32.1-1.mga8.aarch64/ext/re/invlist_inline.h /usr/src/debug/perl-5.32.1-1.mga8.aarch64/ext/re/re.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/ext/re/re.xs /usr/src/debug/perl-5.32.1-1.mga8.aarch64/ext/re/re_comp.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/ext/re/re_exec.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/feature.h /usr/src/debug/perl-5.32.1-1.mga8.aarch64/gv.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/gv.h /usr/src/debug/perl-5.32.1-1.mga8.aarch64/handy.h /usr/src/debug/perl-5.32.1-1.mga8.aarch64/hv.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/hv.h /usr/src/debug/perl-5.32.1-1.mga8.aarch64/hv_func.h /usr/src/debug/perl-5.32.1-1.mga8.aarch64/inline.h /usr/src/debug/perl-5.32.1-1.mga8.aarch64/intrpvar.h /usr/src/debug/perl-5.32.1-1.mga8.aarch64/invlist_inline.h /usr/src/debug/perl-5.32.1-1.mga8.aarch64/iperlsys.h /usr/src/debug/perl-5.32.1-1.mga8.aarch64/keywords.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/locale.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/mathoms.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/mg.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/mg.h /usr/src/debug/perl-5.32.1-1.mga8.aarch64/mg_vtable.h /usr/src/debug/perl-5.32.1-1.mga8.aarch64/mro_core.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/numeric.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/op.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/op.h /usr/src/debug/perl-5.32.1-1.mga8.aarch64/op_reg_common.h /usr/src/debug/perl-5.32.1-1.mga8.aarch64/opcode.h /usr/src/debug/perl-5.32.1-1.mga8.aarch64/opnames.h /usr/src/debug/perl-5.32.1-1.mga8.aarch64/overload.h /usr/src/debug/perl-5.32.1-1.mga8.aarch64/overload.inc /usr/src/debug/perl-5.32.1-1.mga8.aarch64/packsizetables.inc /usr/src/debug/perl-5.32.1-1.mga8.aarch64/pad.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/pad.h /usr/src/debug/perl-5.32.1-1.mga8.aarch64/parser.h /usr/src/debug/perl-5.32.1-1.mga8.aarch64/patchlevel.h /usr/src/debug/perl-5.32.1-1.mga8.aarch64/perl.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/perl.h /usr/src/debug/perl-5.32.1-1.mga8.aarch64/perldtrace.h /usr/src/debug/perl-5.32.1-1.mga8.aarch64/perlio.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/perlio.h /usr/src/debug/perl-5.32.1-1.mga8.aarch64/perliol.h /usr/src/debug/perl-5.32.1-1.mga8.aarch64/perlmain.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/perlvars.h /usr/src/debug/perl-5.32.1-1.mga8.aarch64/perly.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/perly.h /usr/src/debug/perl-5.32.1-1.mga8.aarch64/perly.tab /usr/src/debug/perl-5.32.1-1.mga8.aarch64/perly.y /usr/src/debug/perl-5.32.1-1.mga8.aarch64/pp.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/pp_ctl.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/pp_hot.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/pp_pack.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/pp_proto.h /usr/src/debug/perl-5.32.1-1.mga8.aarch64/pp_sort.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/pp_sys.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/proto.h /usr/src/debug/perl-5.32.1-1.mga8.aarch64/reentr.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/reentr.h /usr/src/debug/perl-5.32.1-1.mga8.aarch64/regcomp.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/regcomp.h /usr/src/debug/perl-5.32.1-1.mga8.aarch64/regexec.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/regexp.h /usr/src/debug/perl-5.32.1-1.mga8.aarch64/regnodes.h /usr/src/debug/perl-5.32.1-1.mga8.aarch64/run.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/sbox32_hash.h /usr/src/debug/perl-5.32.1-1.mga8.aarch64/scope.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/stadtx_hash.h /usr/src/debug/perl-5.32.1-1.mga8.aarch64/sv.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/sv.h /usr/src/debug/perl-5.32.1-1.mga8.aarch64/taint.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/time64.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/time64.h /usr/src/debug/perl-5.32.1-1.mga8.aarch64/toke.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/uni_keywords.h /usr/src/debug/perl-5.32.1-1.mga8.aarch64/universal.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/utf8.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/utf8.h /usr/src/debug/perl-5.32.1-1.mga8.aarch64/util.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/util.h /usr/src/debug/perl-5.32.1-1.mga8.aarch64/vutil.c /usr/src/debug/perl-5.32.1-1.mga8.aarch64/vutil.h /usr/src/debug/perl-5.32.1-1.mga8.aarch64/vxs.inc /usr/src/debug/perl-5.32.1-1.mga8.aarch64/zaphod32_hash.h
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Mar 9 12:40:26 2026