The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
[Changes for 0.03 - 2004-10-18]

* Auto-install dependencies in Makefile.PL.
* Allow the use of in-repository files as config files, as well as
  other URI-based config files.

[Changes for 0.02 - 2004-10-17]

* Path matching logic now actually works.
* Fix ${revision} interpolation in config values, so
  '/tmp/tarball-${revision}.tgz' would work.
* Allow variables with dashes, such as ${with-diff}.
* Factor out ->new, ->prepare and ->execute, and move the exit() call
  inside ->import so this module may be used programmatically.
* Add README and Changes.

[Changes for 0.01 - 2004-10-17]

* Initial CPAN release.