The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
##-*- Mode: ChangeLog -*-
##
## Revision history for Perl module Getopt::Gen

0.14 Tue, 23 Feb 2016 09:23:49 +0100 moocowq
	* updated email address to @cpan
	* tidied up pod docs
	* first CPAN release (finally)

0.13 Fri, 25 Apr 2008 22:26:05 +0200
	* fixed macro character bug in long2cname() when generating cmdline.[ch] to a subdirectory

0.12 Wed, 23 Apr 2008 14:52:17 +0200
	* got examples in examples/ subdir compiling again
	* changed handling of HAVE_STRDUP in Gen/cmdline_c.pm
	* added fix for 'undefined symbol in concatenation' in Gen/cmdline_pod.pm

0.10-0.11
	* various small bugfixes

0.09 Tue, 13 Sep 2005 14:18:52 +0000
	* added preprocessor checks for pwd.h, getuid(), getpwuid()
    for rc filename tilde-expansion.

0.08 Thu, 16 Sep 2004 18:48:49 +0200
	* small bugfixes for pod-generation without 'rcfile' options

0.07 2004-05-24 moocow
	* fixed aesthetic bug for Getopt::Long v2.34

0.06 2004-01-13 moocow
	* cvs2svn

0.05 Fri, 21 Feb 2003 00:43:18 +0100
	* added basic rcfile functions

0.04 Fri Feb  7 12:36:35 CET 2003
	* minor bugfixes
	* re-introduced user-templates into 'optgen.perl'

0.02 - 0.03
	* integrated cmdline_c.pm, cmdline_h.pm, cmdline_pod.pm into distribution (DATA filehandle hack)
	* documented optgen.perl a bit

0.01 Tue Jan 28 03:50:59 CET 2003
	* initial revision