diff options
author | reneeb <info@perl-services.de> | 2018-02-20 22:41:22 +0100 |
---|---|---|
committer | Sawyer X <xsawyerx@cpan.org> | 2018-03-02 20:11:23 +0200 |
commit | 131b79bf3d1612cf30cc5e3a63c01e8ce2ab4ef6 (patch) | |
tree | 5e7266b9ac074ef811365e38ff44f49e2132e981 /plan9/config.plan9 | |
parent | da251d45ad52f4ce115697ec716a0628745a9c47 (diff) | |
download | perl-131b79bf3d1612cf30cc5e3a63c01e8ce2ab4ef6.tar.gz |
Bump version
Diffstat (limited to 'plan9/config.plan9')
-rw-r--r-- | plan9/config.plan9 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/plan9/config.plan9 b/plan9/config.plan9 index 320721e011..6a1f9bd818 100644 --- a/plan9/config.plan9 +++ b/plan9/config.plan9 @@ -3142,8 +3142,8 @@ * This symbol contains the ~name expanded version of PRIVLIB, to be used * in programs that are not prepared to deal with ~ expansion at run-time. */ -#define PRIVLIB "/sys/lib/perl/5.27.9" /**/ -#define PRIVLIB_EXP "/sys/lib/perl/5.27.9" /**/ +#define PRIVLIB "/sys/lib/perl/5.27.10" /**/ +#define PRIVLIB_EXP "/sys/lib/perl/5.27.10" /**/ /* PTRSIZE: * This symbol contains the size of a pointer, so that the C preprocessor @@ -3270,9 +3270,9 @@ * removed. The elements in inc_version_list (inc_version_list.U) can * be tacked onto this variable to generate a list of directories to search. */ -#define SITELIB "/sys/lib/perl/5.27.9/site_perl" /**/ -#define SITELIB_EXP "/sys/lib/perl/5.27.9/site_perl" /**/ -#define SITELIB_STEM "/sys/lib/perl/5.27.9/site_perl" /**/ +#define SITELIB "/sys/lib/perl/5.27.10/site_perl" /**/ +#define SITELIB_EXP "/sys/lib/perl/5.27.10/site_perl" /**/ +#define SITELIB_STEM "/sys/lib/perl/5.27.10/site_perl" /**/ /* Size_t_size: * This symbol holds the size of a Size_t in bytes. |