diff options
author | Florian Ragwitz <rafl@debian.org> | 2010-08-17 03:15:07 +0200 |
---|---|---|
committer | Florian Ragwitz <rafl@debian.org> | 2010-08-20 04:00:17 +0200 |
commit | aff3bd8f8611a6de3d462e2e7fba4ba9c8fb80fc (patch) | |
tree | df12b962c91b5d656a92544cdb1182c326c51197 /plan9/config.plan9 | |
parent | 49be3765985e6e45cec020ccf2cebcf764856bc1 (diff) | |
download | perl-aff3bd8f8611a6de3d462e2e7fba4ba9c8fb80fc.tar.gz |
Bump the perl version to 5.13.4
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 70ab005267..88e44d040e 100644 --- a/plan9/config.plan9 +++ b/plan9/config.plan9 @@ -3364,8 +3364,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.13.3" /**/ -#define PRIVLIB_EXP "/sys/lib/perl/5.13.3" /**/ +#define PRIVLIB "/sys/lib/perl/5.13.4" /**/ +#define PRIVLIB_EXP "/sys/lib/perl/5.13.4" /**/ /* PTRSIZE: * This symbol contains the size of a pointer, so that the C preprocessor @@ -3492,9 +3492,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.13.3/site_perl" /**/ -#define SITELIB_EXP "/sys/lib/perl/5.13.3/site_perl" /**/ -#define SITELIB_STEM "/sys/lib/perl/5.13.3/site_perl" /**/ +#define SITELIB "/sys/lib/perl/5.13.4/site_perl" /**/ +#define SITELIB_EXP "/sys/lib/perl/5.13.4/site_perl" /**/ +#define SITELIB_STEM "/sys/lib/perl/5.13.4/site_perl" /**/ /* Size_t_size: * This symbol holds the size of a Size_t in bytes. |