2004-12-17 09:42  mgrimes

	* t/: 05-nextcode.t, 07-select.t, 08-select.t: Removed 08-select.t
	  test which mixed select calls and <$fs> reads.  Correctly (I
	  believe) implemented the select/sysread/next_codes tests.

2004-12-17 09:41  mgrimes

	* lib/Lirc/Client.pm: Implemented next_codes() to handle select
	  compatible reads with sysread.

2004-12-17 09:40  mgrimes

	* MANIFEST: Removed the 08-select.t test. Shouldn't mix select and
	  <$fh> reads.

2004-12-15 15:07  mgrimes

	* lib/Lirc/Client.pm, t/05-nextcode.t, t/07-select.t,
	  t/08-select.t: Trying to nail down this event loop stuff.

2004-12-14 10:31  mgrimes

	* lib/Lirc/Client.pm: Minor change.

2004-12-14 10:28  mgrimes

	* t/: 07-select.t, 08-select.t: Converted new tests back to unix
	  file format.

2004-12-14 10:15  mgrimes

	* Changes, MANIFEST, Makefile.PL: Update the MANIFEST and the
	  repreqs in Makefile.PL Deletect Changes since we are using
	  ChangeLog.

2004-12-14 10:05  mgrimes

	* t/10-lircd.t: Added a test to connect to a standard /dev/lircd
	  daemon.

2004-12-14 09:53  mgrimes

	* lib/Lirc/Client.pm, samples/lircrc.2, t/00-new.t, t/03-parse.t,
	  t/05-nextcode.t, t/07-select.t, t/08-select.t, t/lirc-client.t:
	  Significant code review and update.  - Added the ability to call
	  the constructor with names parameters - Fixed bugs in the
	  next_code routine - Updated the pod to reflect all the external
	  functions and   give examples of non-blocking implementations -
	  Replaced existing tests with five new test files - Generally
	  cleaned up some ugly code - Use Carp instead of warn and die

2004-05-28 15:46  mgrimes

	* MANIFEST, lib/Lirc/Client.pm: Fixed minor pod error in
	  Lirc::Client (/etc/lircd -> /dev/lircd)

2003-10-06 13:05  mgrimes

	* t/lirc-client.t: Fixed problems in ordering when comparing the
	  recognized commands.

2003-10-06 13:05  mgrimes

	* samples/lircrc: Revised the lircrc file to facilitate testing.

2003-07-31 14:20  mgrimes

	* lib/Lirc/Client.pm: Fixed error in debug output.

2003-07-24 18:41  mgrimes

	* lib/Lirc/Client.pm: Added a \n after printing the code for
	  debugging.

2003-07-10 18:31  mgrimes

	* lib/Lirc/Client.pm: Bug fix in the constant definition code.

2003-07-10 09:50  mgrimes

	* lib/Lirc/Client.pm: Added a new debug flag: D_PARSE -- only
	  display rc parsing if (debug & 8)

2003-07-03 16:33  mgrimes

	* lib/Lirc/Client.pm: Added logic to fake a connection to
	  /dev/lirc.  If debug & 16 is true, then watches STDIN for lirc
	  codes.

2003-07-03 15:08  mgrimes

	* lib/Lirc/Client.pm: Cleaned up some formatting.

2003-06-30 17:29  mgrimes

	* lib/Lirc/Client.pm: Added a parse_line method and sock accessor
	  to facilitate a non-blocking interface.  Need to update the POD.

2003-06-27 11:34  mgrimes

	* MANIFEST, Makefile.PL: Fixed the Makefile autogeneration of the
	  ChangeLog

2003-06-27 10:16  mgrimes

	* lib/Lirc/Client.pm: Added some TODO related items to the pod.

2003-06-27 10:14  mgrimes

	* lib/Lirc/Client.pm: Added the VERSION variable.

2003-06-27 10:09  mgrimes

	* t/lirc-client.t: Added test code to examine the
	  recongized_commands method.

2003-06-27 10:00  mgrimes

	* Changes, MANIFEST, Makefile.PL, README.head, samples/lircrc:
	  Initial revision

2003-06-27 10:00  mgrimes

	* Changes, MANIFEST, Makefile.PL, README.head, samples/lircrc:
	  Moving Lirc::Client out of RRoadie

2003-06-27 09:37  mgrimes

	* lib/Lirc/Client.pm: Cleaned up the formatting and a few comments.

2002-10-09 14:30  mgrimes

	* t/lirc-client.t: Getting ready for the 0.10 release.

2002-07-16 19:33  mgrimes

	* lib/Lirc/Client.pm: Tweaked the mode control.

2002-04-05 13:28  mgrimes

	* lib/Lirc/Client.pm: Additional documentation.

2002-04-05 10:24  mgrimes

	* lib/Lirc/Client.pm: Added documentation.

2002-02-04 09:06  mgrimes

	* lib/Lirc/Client.pm: Minimized the debugging output if the DEBUG
	  flag is not set.

2002-01-31 04:39  mgrimes

	* t/lirc-client.t: Revised makefile to automatically place the
	  config files in the user home directory.

2002-01-31 02:02  mgrimes

	* t/lirc-client.t: Creating test script to check lirc::client is
	  loadalbe, etc.

2002-01-30 08:04  mgrimes

	* lib/Lirc/Client.pm: Made modifications to look for files in their
	  new locations.

2002-01-24 07:33  mgrimes

	* lib/Lirc/Client.pm: Initial import of mp3tools.

2002-01-24 07:33  mgrimes

	* lib/Lirc/Client.pm: Initial revision