diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2013-10-20 15:42:47 +0100 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2013-10-20 15:42:47 +0100 |
commit | 9c2edb8597033ad339a232f712c5c74da7e23d40 (patch) | |
tree | fc11b0e0b15ddf1cdfce5a7a5e2275a68d0416e7 /intrpvar.h | |
parent | 28ee95bc1013893f98e7febbd056883be33b6f00 (diff) | |
download | perl-9c2edb8597033ad339a232f712c5c74da7e23d40.tar.gz |
Bump version for Perl 5.19.6
Diffstat (limited to 'intrpvar.h')
-rw-r--r-- | intrpvar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/intrpvar.h b/intrpvar.h index 3a8f959b3b..fd0f7a0295 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -735,7 +735,7 @@ PERLVAR(I, debug_pad, struct perl_debug_pad) /* always needed because of the re /* Hook for File::Glob */ PERLVARI(I, globhook, globhook_t, NULL) -/* The last unconditional member of the interpreter structure when 5.19.5 was +/* The last unconditional member of the interpreter structure when 5.19.6 was released. The offset of the end of this is baked into a global variable in any shared perl library which will allow a sanity test in future perl releases. */ |