The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Module::DevAid
===================================

0.24 Tue 18 November 2008
-------------------------

  * (2008-11-18) No longer archiving certain auto-generated files.
  * (2008-11-18) Added Getopt:;ArgvFile to enable options files.

0.2303 Sun 07 September 2008
----------------------------

  * (2008-09-07) Er, updated documentation.

0.2302 Sun 07 September 2008
----------------------------

  * (2008-09-07) Making the SVK version do the tagging copy.

0.2301 Sun 07 September 2008
----------------------------

  * (2008-09-07) Improving the formatting of multi-line SVK change info.
  * (2008-09-07) Improving the SVK list-of-changes detection.
    Assumes that the depot is using "trunk" and "tags".

0.23 Sun 07 September 2008
--------------------------

  * (2008-09-07) Make traditional Makefile.PL not passthrough.
  * (2008-09-07) First pass at getting this working with SVK.

0.2202 Wed 21st November 2007
-----------------------------

  * (13 Jun 2007) Fixed bug with README generation
  * (13 Jun 2007) Changed build dependencies
  * (21 Nov 2007) Fixed bug with version-changing

0.2201 Sun 17 June 2007
-----------------------

  * (17 Jun 2007) makefile

0.22 Sun 17 June 2007
---------------------

  * (7 Jun 2007) updated copyright notice

  * (7 Jun 2007) always Makefile.PL
  	Always create the Makefile.PL, even if it already exists.
  This is to prevent old, obsolete, non-working versions of Makefile.PL
  from hanging around.

0.21 Sat 01 July 2006
---------------------

  * (1 Jul 2006) broadening
  	Some tweaks for use for non-perl projects.

0.20 Sat 15 January 2005
------------------------

  * (15 Jan 2005) added CONTENTS for bundles

0.14 Sat 15 January 2005
------------------------

  * (15 Jan 2005) allow for not having scripts

0.13 Fri 05 November 2004
-------------------------

  * (5 Nov 2004) little bugfix


0.12 Wed 20 October 2004
------------------------

  * (20 Oct 2004) oops

  * (20 Oct 2004) update release notes

  * (20 Oct 2004) some fixes
  	Need to build META.yml in the test target now.
  	Also need to fix version_bump_files to be defined empty.


0.11 Wed 20 October 2004
------------------------

  * (20 Oct 2004) some fixes
  	Need to build META.yml in the test target now.
  	Also need to fix version_bump_files to be defined empty.


0.10 Wed 20 October 2004
------------------------

  * (20 Oct 2004) added version_bump_files
  	Found that using just version_bump_code for custom version changes
  doesn't work if the changes involve test .ok files, because trying to
  commit version-id changes non-atomically will therefore fail if darcs
  test is set, since the version-ids will be out of sync.
  	Therefore, add another paramter, version_bump_files, to list
  the files that were changed by the version_bump_code, so that the actual
  commit of all files with version-ids in them can be done atomically.


0.06 Tue 19 October 2004
------------------------

  * (19 Oct 2004) added commit_todo option
  	Realized that some setups need one to commit the TODO file
  as well as the .todo file.

  * (19 Oct 2004) added option to change name of README file


0.05 Tue 12 October 2004
------------------------

  * (12 Oct 2004) fixing Changes format workaround
  	For the first version, there is no "release-" tag, so the
  first "darcs changes" command doesn't work.  I'd been making do with
  just calling 'darcs changes' by itself, but that gave the old format
  rather than the compact format, so now changed to check the command
  beforehand, and change the command, so that one always gets the
  compact format.


0.04 Sun 10 October 2004
------------------------

  * (10 Oct 2004) fixing README version problem
  	Because the README was being generated before the version_bump
  was done, then it had the wrong version number in it.


0.03 Sun 10 October 2004
------------------------

  * (10 Oct 2004) tweaking Changes format


0.02 Sun 10 October 2004
------------------------

  * (10 Oct 2004) updating documentation

  * (10 Oct 2004) fixing Changes stuff
  	- workaround for darcs changes bug
  	- changed the format of the changes generated by the auto-changes stuff

  * (10 Oct 2004) fixing VERSION stuff
  	Looks like the VERSION change stuff wasn't quite working.


0.01 Sun 10 October 2004
------------------------

  * (10 Oct 2004) fixing darcs_release
  	Ooops, didn't update to OO there!

  * (10 Oct 2004) tweaking changes

  * (10 Oct 2004) darcs auto-test stuff now on-line

  * (10 Oct 2004) tweaking README stuff
  	Now the README generation is a bit more generous in the sections
  which it selects.

  * (10 Oct 2004) darcs tweaking stuff

  * (10 Oct 2004) getting into the groove
  	Changes to make this (a) work properly and (b) work better.
  Changed the format of the version.txt file, made the config file be
  read in by the module not the script, made more "test" kind of options
  to the module and script.

  * (10 Oct 2004) initial checkin
  	A proper module for my "developers aid" tools.