Name: | perl-vars |
Version: | 1.05 |
Release: | 471.module+el8.6.0+20545+312b6629 |
Architecture: | noarch |
Module: | perl:5.32:8060020211122091432:e82d91b1
|
Group: | Unspecified |
Size: | 4926 |
License: | GPL+ or Artistic |
RPM: |
perl-vars-1.05-471.module+el8.6.0+20545+312b6629.noarch.rpm
|
Source RPM: |
perl-5.32.1-471.module+el8.6.0+20545+312b6629.src.rpm
|
Build Date: | Wed Apr 06 2022 |
Build Host: | build-ol8-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://www.perl.org/ |
Summary: | Perl pragma to predeclare global variable names |
Description: | This pragma will predeclare all the variables whose names are in the
list, allowing you to use them under "use strict", and disabling any
typo warnings for them.
For use with variables in the current package for a single scope, the
functionality provided by this pragma has been superseded by "our"
declarations, available in Perl v5.6.0 or later, and use of this pragma is
discouraged. |
-
Wed Jun 23 2021 Petr Pisar <ppisar@redhat.com> - 4:5.32.1-471
- XSLoader requires DynaLoader
-
Wed Jun 16 2021 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.32.1-470
- Updated list of *.ph files (bug#1972637)
-
Wed Mar 31 2021 Petr Pisar <ppisar@redhat.com> - 4:5.32.1-469
- 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 Petr Pisar <ppisar@redhat.com> - 4:5.32.1-468
- 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-467
- Fix a crash in optimizing split() (GH#18232)
- 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)
-
Mon Jan 25 2021 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.32.1-466
- 5.32.1 bump (see <https://metacpan.org/pod/release/SHAY/perl-5.32.1/pod/perldelta.pod>
or release notes)
-
Wed Dec 02 2020 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.32.0-465
- Run-require perl(Encode) by perl-libs
-
Thu Nov 12 2020 Petr Pisar <ppisar@redhat.com> - 4:5.32.0-464
- Fix an 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 Sep 23 2020 Petr Pisar <ppisar@redhat.com> - 4:5.32.0-463
- Run-require complete perl by perl-CPAN
- Fix ownership of /usr/share/perl5/{ExtUtils,File,Module,Text,Time} directories
- 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)
- Update perl-IO-Zlib metadata
- Fix sv_collxfrm macro to respect locale
- Fix an iterator signedness in handling an mro exception (GH#18155)
- Fix a code flow in Perl_sv_inc_nomg()
-
Thu Aug 27 2020 Petr Pisar <ppisar@redhat.com> - 4:5.32.0-462
- Fix inheritance resolution of lexial objects in a debugger (GH#17661)
- Fix a misoptimization when assignig 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)