diff options
author | Matthew Horsfall (alh) <wolfsage@gmail.com> | 2014-06-20 13:04:41 -0400 |
---|---|---|
committer | Matthew Horsfall (alh) <wolfsage@gmail.com> | 2014-06-20 13:04:41 -0400 |
commit | f6ca94fbe86ccf0aa44cbcaa60857629a7190732 (patch) | |
tree | 52bc127995693b03741f07056f7659f2ae608e2d /plan9/config.plan9 | |
parent | e1bdea9ec27b23189e3456964a31e57132ab8cda (diff) | |
download | perl-f6ca94fbe86ccf0aa44cbcaa60857629a7190732.tar.gz |
Bump the perl version in various places for 5.21.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 13b74013ae..7437e4b290 100644 --- a/plan9/config.plan9 +++ b/plan9/config.plan9 @@ -3373,8 +3373,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.21.1" /**/ -#define PRIVLIB_EXP "/sys/lib/perl/5.21.1" /**/ +#define PRIVLIB "/sys/lib/perl/5.21.2" /**/ +#define PRIVLIB_EXP "/sys/lib/perl/5.21.2" /**/ /* PTRSIZE: * This symbol contains the size of a pointer, so that the C preprocessor @@ -3501,9 +3501,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.21.1/site_perl" /**/ -#define SITELIB_EXP "/sys/lib/perl/5.21.1/site_perl" /**/ -#define SITELIB_STEM "/sys/lib/perl/5.21.1/site_perl" /**/ +#define SITELIB "/sys/lib/perl/5.21.2/site_perl" /**/ +#define SITELIB_EXP "/sys/lib/perl/5.21.2/site_perl" /**/ +#define SITELIB_STEM "/sys/lib/perl/5.21.2/site_perl" /**/ /* Size_t_size: * This symbol holds the size of a Size_t in bytes. |