Revision history for Perl extension PAR::Repository.

0.15     Sun Aug 10 11:48 2008
    - Properly close scripts dbm on DESTROY.
    - Calculate DBM checkums.
    - Require DBM::Deep 1.0012: No more XS dependency.

0.14     Sat Nov  4 22:47 2006
    - Fixed a bug during injection.
    - META.yml now conforms to spec. 1.20.
    - Now including t/00podcover.t

0.13     Fri Sep 15 10:50 2006
    - Broke out PAR::Repository::Query into its own distribution
      so that PAR::Repository and PAR::Repository::Client can share
      the same querying interface.
    - Slight change to the interface!
      modules_dbm(), symlinks_dbm(), and scripts_dbm() now all return
      the name of the temporary file as second return value in order
      to make *_dbm() work consistently across PAR::Repository::Query
      uses.

0.12     Sun Aug 28 10:31 2006
    - Explicitly depending on PAR::Dist 0.18.
    - Added optional POD tests.
    - Fixed spelling error in query output of parrepo

0.11     Sat Aug 28 19:18 2006
    - Relaxed the "query dist" command syntax a bit.

0.10     Sat Aug 28 18:26 2006
    - Implemented querying.
      --> Added Query.pm
      --> Added "query script", "query module" and "query dist" to parrepo

0.03     Thu Aug 10 18:01 2006
    - Added scripts support.
    - Added support for upgrading repository versions.
    - Fixed a dangerous bug in the remove() method. (It didn't work
      correctly for symlinks before!)
    - Removing files from the repository by specifying individual bits
      of information now works.

0.02     Thu Aug 10 15:00 2006
    - Added new file "repository_info.yml" to the repositories.
    - Checks for compatible repository versions when opening a
      repository.
    - Corrected a couple of error messages.
    
0.01_02  Sat Aug 05 18:34 2006
    - Added documentation for the remove command in "parrepo".
    - Corrected documentation error.
    - Now including POD correctness tests.

0.01     Tue Jul 25 14:21 2006
    - original version