The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
2004-06-04 10:30  jmates

	* lib/Term/CallEditor.pm (1.9): Removed timeout support.

2004-06-04 08:51  jmates

	* lib/Term/CallEditor.pm (1.8), t/1.t (1.7): POD and other
	documentation fixes.

2004-06-04 07:52  jmates

	* lib/Term/CallEditor.pm (1.7): Bugfix on multi line example in
	POD.

2004-06-04 01:46  jmates

	* META.yml (1.3): Update for new version.

2004-06-04 01:34  jmates

	* lib/Term/CallEditor.pm (1.6): Bumped version number for new name.

2004-06-04 01:34  jmates

	* t/1.t (1.6): Bugfix on VERSION check.

2004-06-04 01:32  jmates

	* lib/Term/CallEditor.pm (1.5): Bugfix on @EXPORT due to solicit
	being exported by default.

2004-06-04 01:31  jmates

	* Makefile.PL (1.4): Bugfix on name.

2004-06-04 01:30  jmates

	* MANIFEST (1.3), META.yml (1.2), Makefile.PL (1.3), README (1.3),
	lib/Term/CallEditor.pm (1.4), t/1.t (1.5): Changed name to
	Term::CallEditor. Import solicit by default.

2004-06-04 01:10  jmates

	* MANIFEST (1.2), META.yml (1.1): Added by MakeMaker.

2004-06-04 01:08  jmates

	* t/1.t (1.4): Note about how to test manually.

2004-06-04 01:03  jmates

	* README (1.2), lib/Term/CallEditor.pm (1.3), t/1.t (1.3): POD and
	README documentation; timeout support on external editor (untested,
	need?). Added is_interactive() to check whether have interactive
	terminal. Removed stub OO code, other cleanups.

2004-06-04 00:12  jmates

	* Makefile.PL (1.2): Require File::Temp.

2004-06-04 00:08  jmates

	* lib/Term/CallEditor.pm (1.2), t/1.t (1.2), t/pod.t (1.2): Added
	solicit() function, various tests on it. Use 'warnings' and
	'strict' in test scripts as well.

2004-06-03 21:18  jmates

	* Changes (1.1), MANIFEST (1.1), Makefile.PL (1.1), README (1.1),
	lib/Term/CallEditor.pm (1.1), t/1.t (1.1), t/pod.t (1.1): Import
	from template plus initial skeleton/thoughts/TODO.