The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for SVN-Look. -*- text -*-

0.27    2011-09-17

	Make the arguments -r/-t optional.
	Remove unecessary methods 'repo', 'rev', and 'txn'.
	Implement methods 'date', 'info', and 'propget'.

0.26    2011-08-27

	Requiring at least svnlook version 1.4.0.

0.25	2011-08-21

	Method ::cat don't chomp the file contents when called in
	scalar context anymore.

	Don't append hardcoded paths to $ENV{PATH} anymore.

0.24	2011-07-30

	Tests grok username using svnlook to be sure.

0.23	2011-07-27

	Porting Makefile.PL to Windows.
	Adding URI::file to the dependencies.

0.22	2011-07-21

	Avoiding dependency from File::Slurp in the tests.

0.21	2011-07-20

	Ported to Windows with Strawberry Perl and also with Active Perl.

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.