Revision history for CPANPLUS-Dist-Mdv
High-level changelog
====================
0.3.x better module information
0.2.x better resilience to errors
0.1.x initial release
Low-level changelog
===================
0.3.0 Thu Nov 8 19:24:00 CET 2007
- provide summary in generated specfile + rpm
- try to provide a description in generated specfile + rpm
**
0.2.2 Wed Nov 7 19:09:50 CET 2007
- taking guillomovitch's input into account
- don't provide runtime requirements: rpmbuild will find them
- restricting file inclusion:
. prefer specific files instead of system manpage directory
. including module top level
- providing full source url for easier updates later on
0.2.1 Mon Nov 5 18:33:13 CET 2007
- using File::HomeDir instead of computing ourselves $HOME
- removed YAML usage (was here for debugging purpose)
0.2.0 Sun Nov 4 17:41:46 CET 2007
- fixing spec-file when missing files detected by rpmbuild
- rpmbuild now quiet for better output
- fixing test on windows
- fixing case where more than one rpm / srpm found
**
0.1.3 Wed Oct 24 18:46:01 CEST 2007
- reordered calls to makemaker
- don't rebuild rpm unless needed (or forced)
0.1.2 Sat Oct 20 12:36:16 CEST 2007
- taking jos boumans' input into account
- fixing name of spec file (using distname instead of module name)
0.1.1 Fri Oct 19 13:28:02 CEST 2007
- fixing missing prereqs in build scripts
0.1.0 Thu Oct 18 20:02:52 CEST 2007
- initial release: format_available, and rough init / prepare / create
methods