Graham Knop [Tue, 30 Jun 2015 13:40:36 +0000]
changelog for hints test diagnostics
Graham Knop [Tue, 30 Jun 2015 13:34:50 +0000]
dynamic_config => 0
Graham Knop [Tue, 30 Jun 2015 13:24:21 +0000]
strictures is a runtime prereq
Graham Knop [Tue, 30 Jun 2015 13:24:11 +0000]
better diagnostics on warnings mismatch
Graham Knop [Sun, 28 Jun 2015 20:51:34 +0000]
Release commit for 1.003003
Graham Knop [Sun, 28 Jun 2015 20:51:17 +0000]
Bumping version to 1.003003
Graham Knop [Sun, 28 Jun 2015 20:47:05 +0000]
protect against empty string in PV
In perl 5.22, PV can return an empty string as well as undefined, so we
need to test the length before using it as a variable name.
Karen Etheridge [Tue, 23 Dec 2014 00:12:14 +0000]
Release commit for 1.003002
Karen Etheridge [Tue, 23 Dec 2014 00:11:29 +0000]
make bump
Karen Etheridge [Mon, 22 Dec 2014 23:57:02 +0000]
changelog for RT#101086
Father Chrysostomos [Mon, 22 Dec 2014 22:40:38 +0000]
fix for RT#101086
Graham Knop [Mon, 18 Aug 2014 21:00:31 +0000]
update Makefile.PL boilerplate
Graham Knop [Sat, 16 Aug 2014 00:45:29 +0000]
Release commit for 1.003001
Graham Knop [Sat, 16 Aug 2014 00:43:19 +0000]
bump version
Graham Knop [Sat, 16 Aug 2014 00:42:47 +0000]
changelog
Graham Knop [Mon, 4 Aug 2014 08:55:56 +0000]
include required perl version in metadata
Graham Knop [Fri, 13 Jun 2014 22:19:01 +0000]
hide some internal packages from PAUSE
Graham Knop [Fri, 13 Jun 2014 13:13:13 +0000]
Release commit for 1.003000
Graham Knop [Fri, 13 Jun 2014 13:12:29 +0000]
bump version
Graham Knop [Fri, 13 Jun 2014 13:09:05 +0000]
header for changelog
Graham Knop [Fri, 13 Jun 2014 13:02:40 +0000]
update changes
Graham Knop [Fri, 13 Jun 2014 13:02:28 +0000]
add self to contributors
Graham Knop [Fri, 13 Jun 2014 12:38:50 +0000]
remove unused variables
Graham Knop [Fri, 13 Jun 2014 11:54:03 +0000]
correct error check with fatal warnings
Graham Knop [Fri, 13 Jun 2014 12:05:50 +0000]
make hints test immune to perl -M options
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