The Perl interpreter
perl - Practical Extraction and Report Language
Perl is optimized for scanning arbitrary text files, extracting
information from those text files, and printing reports based on that
information. It is also good for many system management tasks. Perl is
intended to be practical (easy to use, efficient, and complete) rather
than beautiful (tiny, elegant, and minimal).
Some of the modules available on CPAN can be found in the "perl"
series.
- Links to openSUSE:Factory:Rings:0-Bootstrap / perl
- Has a link diff
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:dspinella:zlib-ng-staging/perl && cd $_
- Create Badge
Refresh
Refresh
Source Files (show merged sources derived from linked package)
Filename | Size | Changed |
---|---|---|
README.macros | 0000001262 1.23 KB | |
_link | 0000000142 142 Bytes | |
_multibuild | 0000000056 56 Bytes | |
baselibs.conf | 0000000099 99 Bytes | |
macros.perl | 0000004413 4.31 KB | |
perl-5.18.2-overflow.diff | 0000000676 676 Bytes | |
perl-5.22.0_wrong_rpm_provides.diff | 0000000405 405 Bytes | |
perl-5.36.0.diff | 0000016358 16 KB | |
perl-5.36.0.tar.xz | 0013051500 12.4 MB | |
perl-HiRes.t-timeout.diff | 0000001813 1.77 KB | |
perl-incfix.diff | 0000001696 1.66 KB | |
perl-netcmdutf8.diff | 0000000719 719 Bytes | |
perl-nroff.diff | 0000000811 811 Bytes | |
perl-reproducible.patch | 0000000599 599 Bytes | |
perl-reproducible2.patch | 0000000659 659 Bytes | |
perl-rpmlintrc | 0000000138 138 Bytes | |
perl-saverecontext.diff | 0000000855 855 Bytes | |
perl.changes | 0000057859 56.5 KB | |
perl.spec | 0000014539 14.2 KB | |
perl_skip_flaky_tests_powerpc.patch | 0000003467 3.39 KB | |
skip_time_hires.patch | 0000000378 378 Bytes |
Latest Revision
Danilo Spinella (dspinella)
committed
(revision 3)
- fix build on ppc * updated patch: perl_skip_flaky_tests_powerpc.patch - move builtin.pm to perl-base as File::Copy relies on it since last update. This fixes execution of builtime source services in OBS. - Update to 5.36.0 * the signatures and isa features are no longer experimental and part of the v5.36 feature bundle * the v5.36 bundle also enables warnings * new '-g' command line flag (alias for -0777) * support for unicode 14.0 * regex sets are no longer considered experimental * experimental iterating over multiple values at a time * experimental new builtin module * experimental defer blocks * try/catch can now have a finally block * experimental non-ASCII delimiters for quote-like operators * a physically empty sort is now a compile-time error - Rebase perl-5.34.0.dif to perl-5.36.0.diff - Refresh perl-5.18.2-overflow.diff - Update to 5.34.1 - maintenance release B::Deparse has been upgraded from version 1.56 to 1.57. Encode has been upgraded from version 3.08 to 3.08_01. GDBM_File has been upgraded from version 1.19 to 1.19_01. Module::CoreList has been upgraded from version 5.20210520 to 5.20220313. perl5db.pl has been upgraded from version 1.60 to 1.60_01. - Drop c029d660f2fe60699cf64bbb3fa9f671a1a370d5.patch (upstream)
Comments 0