Revision history for SVN-Look. -*- text -*-
0.20 2010-12-12
Fix methods copied_from and copied_to.
0.19 2010-12-12
Implements the method tree.
0.18 2010-04-28
Being more careful during tests.
0.17 2010-02-24
Minor error correction.
0.16 2010-02-16
Implements the methods: youngest, uuid, and lock.
Bypasses an issue in the testing of method author.
Croaks instead of dying.
0.15 2009-10-24
Drops the sub-minor version. Now it's just M.mm.
Implements the kwalitee test.
Implements the --author-tests flag to Makefile.PL, which
enables the pod and kwalitee tests.
0.13 2008-11-06
Changing the LICENSE from GPL to Perl.
0.12 2008-10-09
Removing dependency from SVN::Hooks from the tests.
0.11 2008-10-04
Using File::Spec to be a little more portable.
0.10 2008-09-27
Implemented the 'diff' method.
0.09 2008-09-27
Removed dependency from Switch.pm.
Look for the svnlook command in a bunch of directories.
Now the module can be built without the svn commands but the
tests will check this and be skipped.
Added tests: t/pod.t and t/pod-coverage.t
Private functions got the _ prefix to avoid complaints from
pod-coverage.t.
0.08 2008-09-25/23:00:00
First version released independently of SVN::Hooks.