diff options
author | Sawyer X <xsawyerx@cpan.org> | 2016-05-21 00:08:13 +0200 |
---|---|---|
committer | Sawyer X <xsawyerx@cpan.org> | 2016-05-21 00:34:13 +0200 |
commit | 1e2ea6fa1a2eba023fc9e17082e8909395c79e5a (patch) | |
tree | 830a43780c2f44081ba4873da25f5c4f91b6b1f9 /plan9/config.plan9 | |
parent | efdbe372ef49f72363879a5a2b598b0770415402 (diff) | |
download | perl-1e2ea6fa1a2eba023fc9e17082e8909395c79e5a.tar.gz |
Bump the perl version in various places for 5.25.2
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 174ac26291..d7a4af9258 100644 --- a/plan9/config.plan9 +++ b/plan9/config.plan9 @@ -3329,8 +3329,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.25.1" /**/ -#define PRIVLIB_EXP "/sys/lib/perl/5.25.1" /**/ +#define PRIVLIB "/sys/lib/perl/5.25.2" /**/ +#define PRIVLIB_EXP "/sys/lib/perl/5.25.2" /**/ /* PTRSIZE: * This symbol contains the size of a pointer, so that the C preprocessor @@ -3457,9 +3457,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.25.1/site_perl" /**/ -#define SITELIB_EXP "/sys/lib/perl/5.25.1/site_perl" /**/ -#define SITELIB_STEM "/sys/lib/perl/5.25.1/site_perl" /**/ +#define SITELIB "/sys/lib/perl/5.25.2/site_perl" /**/ +#define SITELIB_EXP "/sys/lib/perl/5.25.2/site_perl" /**/ +#define SITELIB_STEM "/sys/lib/perl/5.25.2/site_perl" /**/ /* Size_t_size: * This symbol holds the size of a Size_t in bytes. |