diff options
author | Aaron Crane <arc@cpan.org> | 2014-03-20 22:46:48 +0000 |
---|---|---|
committer | Aaron Crane <arc@cpan.org> | 2014-03-20 22:46:48 +0000 |
commit | d7e76b0353142ae7d09b9cfbddca9bf608e97d5c (patch) | |
tree | 0b156ecf383e25bd1d7cf6973d836df018c0ce7e /intrpvar.h | |
parent | 474475f6e166923d9bfbd0a90b42c8732f193d26 (diff) | |
download | perl-d7e76b0353142ae7d09b9cfbddca9bf608e97d5c.tar.gz |
Bump to Perl version 5.19.11
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 5d27ad5fb4..6460f04292 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -736,7 +736,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.10 was +/* The last unconditional member of the interpreter structure when 5.19.11 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. */ |