Add persistent hints
authorDavid Leadbeater <dgl@dgl.cx>
Tue, 11 Jan 2011 21:19:38 +0000 (21:19 +0000)
committerDavid Leadbeater <dgl@dgl.cx>
Mon, 4 Jul 2011 20:39:58 +0000 (21:39 +0100)
commit8d732f3064bb88d682504f365ef1af62c6598b8c
tree333a5143150522698c9a67300f850e44dc302544
parenta6bd7aca656475de49bf3b20afceddffe2130060
Add persistent hints

This means the $^H and %^H values are stored and restored along with the
captured lexical variables.
Changes
bin/tinyrepl
lib/Eval/WithLexicals.pm
lib/Eval/WithLexicals/WithHintPersistence.pm [new file with mode: 0644]
t/hints.t [new file with mode: 0644]