diff options
author | Ricardo Signes <rjbs@cpan.org> | 2013-05-18 09:48:01 -0400 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2013-05-18 09:48:18 -0400 |
commit | f7cf42bb697e73cddbd6c6fd696f6d0842311bed (patch) | |
tree | e14ca770d0d7200bf9fef4926e13afa6ade61299 /intrpvar.h | |
parent | a9acda3b5f74585852a57b51b724804ac586cb0b (diff) | |
download | perl-f7cf42bb697e73cddbd6c6fd696f6d0842311bed.tar.gz |
bump version to 5.19.0
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 e87abf5122..13e567fd82 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.18.0 was +/* The last unconditional member of the interpreter structure when 5.19.0 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. */ |