mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
perl: Upgrade configuration files to perl 5.20.2
Signed-off-by: Marcel Denia <naoir@gmx.net>
This commit is contained in:
@@ -1136,6 +1136,7 @@ libdb_needs_pthread='N'
|
||||
# change again for new versions, so they're included here for
|
||||
# future reference
|
||||
api_version='20'
|
||||
# Always set this to the base version, not the patched one!
|
||||
api_versionstring='5.20.0'
|
||||
dynamic_ext='B Compress/Raw/Bzip2 Compress/Raw/Zlib Cwd DB_File Data/Dumper Devel/PPPort Devel/Peek Digest/MD5 Digest/SHA Encode Fcntl File/DosGlob File/Glob Filter/Util/Call GDBM_File Hash/Util Hash/Util/FieldHash I18N/Langinfo IO IPC/SysV List/Util MIME/Base64 Math/BigInt/FastCalc Opcode POSIX PerlIO/encoding PerlIO/mmap PerlIO/scalar PerlIO/via SDBM_File Socket Storable Sys/Hostname Sys/Syslog Tie/Hash/NamedCapture Time/HiRes Time/Piece Unicode/Collate Unicode/Normalize XS/APItest XS/Typemap arybase attributes mro re threads threads/shared'
|
||||
installarchlib='/usr/lib/perl5/5.20'
|
||||
@@ -1147,15 +1148,15 @@ privlib='/usr/lib/perl5/5.20'
|
||||
privlibexp='/usr/lib/perl5/5.20'
|
||||
archlib='/usr/lib/perl5/5.20'
|
||||
archlibexp='/usr/lib/perl5/5.20'
|
||||
version='5.20.1'
|
||||
version_patchlevel_string='version 20 subversion 1'
|
||||
version='5.20.2'
|
||||
version_patchlevel_string='version 20 subversion 2'
|
||||
PERL_VERSION=20
|
||||
PERL_API_VERSION=20
|
||||
PERL_SUBVERSION=1
|
||||
PERL_SUBVERSION=2
|
||||
patchlevel='20'
|
||||
ccdlflags='-fPIC -Wl,-rpath,/usr/lib/perl5/5.20/CORE'
|
||||
subversion='1'
|
||||
subversion='2'
|
||||
|
||||
# Make perl use these tools instead of the target binaries during build.
|
||||
# Make perl use these tools instead of the target binaries during build
|
||||
hostgenerate='%%HOSTGENERATE%%'
|
||||
hostperl='%%HOSTMINIPERL%%'
|
||||
|
||||
Reference in New Issue
Block a user