diff options
author | Ricardo Signes <rjbs@cpan.org> | 2013-05-20 09:15:02 -0400 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2013-05-20 09:15:02 -0400 |
commit | 483394c85ff7a2176750ef684131581da42b6e20 (patch) | |
tree | 2c3058c4b39835b254d5f1d7f8add6075179ddda /intrpvar.h | |
parent | e285f503300a228c3a182c003fae51c7e73c16c3 (diff) | |
download | perl-483394c85ff7a2176750ef684131581da42b6e20.tar.gz |
bump version to 5.19.1
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 13e567fd82..a148a3c412 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.0 was +/* The last unconditional member of the interpreter structure when 5.19.1 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. */ |