Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-interpreter-5.36.0-495.fc38 RPM for aarch64

From Fedora 38 for aarch64 / p

Name: perl-interpreter Distribution: Fedora Project
Version: 5.36.0 Vendor: Fedora Project
Release: 495.fc38 Build date: Fri Jan 20 01:58:25 2023
Group: Unspecified Build host: buildvm-a64-22.iad2.fedoraproject.org
Size: 307144 Source RPM: perl-5.36.0-495.fc38.src.rpm
Packager: Fedora Project
Url: https://www.perl.org/
Summary: Standalone executable Perl interpreter
This is a Perl interpreter as a standalone executable /usr/bin/perl
required for handling Perl scripts. It does not provide all the other Perl
modules or tools.

Install this package if you want to program in Perl or enable your system to
handle Perl scripts with /usr/bin/perl interpreter.

If your script requires some Perl modules, you can install them with
"perl(MODULE)" where "MODULE" is a name of required module. E.g. install
"perl(Test::More)" to make Test::More Perl module available.

If you need all the Perl modules that come with upstream Perl sources, so
called core modules, install perl package.

If you only need perl run-time as a shared library, i.e. Perl interpreter
embedded into another application, the only essential package is perl-libs.

Perl header files can be found in perl-devel package.

Perl utils like "h2ph" or "perlbug" can be found in perl-utils package.

Perl debugger, usually invoked with "perl -d", is available in perl-debugger
package.

Provides

Requires

License

GPL+ or Artistic

Changelog

* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 4:5.36.0-495
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Tue Jan 17 2023 Florian Weimer <fweimer@redhat.com> - 4:5.36.0-494
  - Port Configure script to C99
* Tue Jan 10 2023 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.36.0-493
  - Add definition of OPTIMIZE to .ph files, if optimizing is used
* Tue Aug 30 2022 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.36.0-492
  - Update dependencies for perl-Module-Loaded (bz#2119130)
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4:5.36.0-491
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Mon Jul 18 2022 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.36.0-490
  - Increase release to solve conflicts with bootstrapped standalone packages
    in the module
* Wed Jul 13 2022 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.36.0-489
  - Increase release to solve conflicts with standalone packages in the module
    perl-bootstrap
* Fri Jun 03 2022 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.36.0-488
  - Perl 5.36 re-rebuild of bootstrapped packages
* Mon May 30 2022 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.36.0-487
  - 5.36.0 bump (see <https://metacpan.org/pod/release/RJBS/perl-5.36.0/pod/perldelta.pod>
    or release notes)
* Tue Mar 15 2022 Michal Josef Špaček <mspacek@redhat.com> - 4:5.34.1-486
  - Fix minimal version for Perl debugger
  - 5.34.1 bump
* Mon Feb 07 2022 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.34.0-485
  - The test XS-APItest/t/printf.t was fixed by gcc-12.0.1-0.6.fc36
* Wed Feb 02 2022 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.34.0-484
  - Fix failing test XS-APItest/t/printf.t (bug#2046802)
  - Disable package notes to prevent perl-* build breakage
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4:5.34.0-483
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Mon Oct 18 2021 Petr Pisar <ppisar@redhat.com> - 4:5.34.0-482
  - Rebuild with new RPM_LD_FLAGS
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4:5.34.0-481
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Wed Jun 23 2021 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.34.0-480
  - Fix GDBM_File to compile with gdbm version 1.20 (bug#1974288)
* Wed Jun 16 2021 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.34.0-479
  - Updated list of *.ph files (bug#1972637)
* Mon May 31 2021 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.34.0-478
  - Added perl-autouse and perl-ExtUtils-MM-Utils to perl meta-package
* Mon May 24 2021 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.34.0-477
  - Perl 5.34 re-rebuild of bootstrapped packages
* Thu May 20 2021 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.34.0-476
  - 5.34.0 bump (see <https://metacpan.org/pod/release/XSAWYERX/perl-5.34.0/pod/perldelta.pod>
    or release notes)
* Tue May 04 2021 Petr Pisar <ppisar@redhat.com> - 4:5.32.1-475
  - XSLoader requires DynaLoader
* Wed Mar 31 2021 Petr Pisar <ppisar@redhat.com> - 4:5.32.1-474
  - Fix dumping a hash entry of PL_strtab type
  - Fix an arithmetic left shift of a minimal integer value (GH#18639)
* Thu Mar 04 2021 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.32.1-473
  - Remove files excluded from dual-lived subpackages
* Thu Mar 04 2021 Petr Pisar <ppisar@redhat.com> - 4:5.32.1-472
  - Protect locale tests from LANGUAGE environment variable
  - Prevent the number of buckets in a hash from getting too large
  - Fix a memory leak when compiling a regular expression (GH#18604)
* Tue Feb 09 2021 Petr Pisar <ppisar@redhat.com> - 4:5.32.1-471
  - Make accessing environment by DynaLoader thread-safe
  - Use duplocale() if available
  - Fix fc() in Turkish locale
  - Fix croaking on "my $_" when "use utf8" is in effect (GH#18449)
  - Fix PERL_UNUSED_ARG() definition in XSUB.h
  - Add missing entries to perldiag (GH#18276)
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4:5.32.1-470
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Mon Jan 25 2021 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.32.1-469
  - 5.32.1 bump (see <https://metacpan.org/pod/release/SHAY/perl-5.32.1/pod/perldelta.pod>
    or release notes)

Files

/usr/bin/perl
/usr/bin/perl5.36.0
/usr/lib/.build-id
/usr/lib/.build-id/cc
/usr/lib/.build-id/cc/5cb7175042d1ec20cea3d638cb1fbdbf30cf64
/usr/lib/.build-id/cc/5cb7175042d1ec20cea3d638cb1fbdbf30cf64.1
/usr/share/man/man1/perl.1.gz
/usr/share/man/man1/perlrun.1.gz
/usr/share/perl5/pod
/usr/share/perl5/pod/perl.pod
/usr/share/perl5/pod/perlrun.pod


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 22:28:23 2024