Graham Knop [Fri, 13 Jun 2014 11:53:46 +0000]
also preserve warnings
Graham Knop [Fri, 13 Jun 2014 11:21:06 +0000]
use our own pragma for hints hash test
Graham Knop [Fri, 13 Jun 2014 11:07:49 +0000]
correct hints test when running in git checkout
Graham Knop [Fri, 13 Jun 2014 10:45:46 +0000]
de-tabify
Graham Knop [Fri, 13 Jun 2014 10:45:27 +0000]
pod cleanups
Graham Knop [Fri, 13 Jun 2014 10:44:59 +0000]
distarify
Graham Knop [Fri, 10 Feb 2012 20:57:27 +0000]
add pod documentation to tinyrepl script
Graham Knop [Fri, 10 Feb 2012 21:00:48 +0000]
add MYMETA files to .gitignore
David Leadbeater [Mon, 4 Jul 2011 20:43:15 +0000]
1.002000 release
David Leadbeater [Mon, 4 Jul 2011 20:41:05 +0000]
Up Moo version requirement
David Leadbeater [Tue, 11 Jan 2011 21:19:38 +0000]
Add persistent hints
This means the $^H and %^H values are stored and restored along with the
captured lexical variables.
David Leadbeater [Tue, 11 Jan 2011 17:51:28 +0000]
Add a .gitignore
David Leadbeater [Mon, 4 Jul 2011 20:35:38 +0000]
Configurable prelude
Add an attribute 'prelude' which defaults to 'use strictures 1;' so
use of strictures is configurable.
Matt S Trout [Tue, 11 Jan 2011 22:24:54 +0000]
correct time
Matt S Trout [Tue, 11 Jan 2011 21:51:44 +0000]
1.001000 release commit
Matt S Trout [Tue, 11 Jan 2011 21:47:22 +0000]
add dgl to contributors
David Leadbeater [Tue, 11 Jan 2011 00:13:07 +0000]
Add a #line directive to identify the source of an error
Matt S Trout [Mon, 3 Jan 2011 14:28:15 +0000]
make anon subs work
Matt S Trout [Sun, 5 Dec 2010 17:07:28 +0000]
Makefile.PL
Matt S Trout [Sun, 5 Dec 2010 17:04:43 +0000]
Changes file
Matt S Trout [Sun, 5 Dec 2010 17:03:57 +0000]
skeleton docs and copyright notice
Matt S Trout [Sun, 5 Dec 2010 16:55:50 +0000]
clean up example to not require extra modules
Matt S Trout [Sun, 5 Dec 2010 16:47:06 +0000]
mark tinyrepl executable
Matt S Trout [Sun, 5 Dec 2010 16:43:02 +0000]
add test to check non-capture of out of scope lexical
Matt S Trout [Sat, 4 Dec 2010 17:31:17 +0000]
handle inner scope lexicals
Matt S Trout [Sat, 4 Dec 2010 17:20:51 +0000]
initial import