diff options
author | David Golden <dagolden@cpan.org> | 2013-06-20 22:14:02 -0400 |
---|---|---|
committer | David Golden <dagolden@cpan.org> | 2013-06-20 22:14:02 -0400 |
commit | 93a90a483db0bb0f54a3c8bbfc1a19a7b7df57dd (patch) | |
tree | b658b16305b13f7800c5762d9eff7989033f7939 /intrpvar.h | |
parent | 38663f11700d59590597a2cbe616e6709933ffa8 (diff) | |
download | perl-93a90a483db0bb0f54a3c8bbfc1a19a7b7df57dd.tar.gz |
bump version to v5.19.2
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 9d85150e09..1d29519583 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -741,7 +741,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.1 was +/* The last unconditional member of the interpreter structure when 5.19.2 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. */ |