diff options
author | Ricardo Signes <rjbs@cpan.org> | 2014-05-12 20:42:06 -0400 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2014-05-12 20:47:13 -0400 |
commit | c68523cb697da4a97cd60f5c2bb390d24321c806 (patch) | |
tree | 65655b33f550efe0eddec8c83381aa4177d507ac /plan9/config.plan9 | |
parent | cb07e2f266e60dcc6d04fedaf9b94bbe9e72f4d2 (diff) | |
download | perl-c68523cb697da4a97cd60f5c2bb390d24321c806.tar.gz |
bump version to 5.20.0, install 5.20 perldelta
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 0802031526..20a40728a8 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.19.12" /**/ -#define PRIVLIB_EXP "/sys/lib/perl/5.19.12" /**/ +#define PRIVLIB "/sys/lib/perl/5.20.0" /**/ +#define PRIVLIB_EXP "/sys/lib/perl/5.20.0" /**/ /* 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.19.12/site_perl" /**/ -#define SITELIB_EXP "/sys/lib/perl/5.19.12/site_perl" /**/ -#define SITELIB_STEM "/sys/lib/perl/5.19.12/site_perl" /**/ +#define SITELIB "/sys/lib/perl/5.20.0/site_perl" /**/ +#define SITELIB_EXP "/sys/lib/perl/5.20.0/site_perl" /**/ +#define SITELIB_STEM "/sys/lib/perl/5.20.0/site_perl" /**/ /* Size_t_size: * This symbol holds the size of a Size_t in bytes. |