[svk-commit] r2111 - in trunk: lib/SVK
clkao at bestpractical.com
clkao at bestpractical.com
Mon Nov 6 04:11:26 EST 2006
Author: clkao
Date: Mon Nov 6 04:11:25 2006
New Revision: 2111
Modified:
trunk/ (props changed)
trunk/Makefile.PL
trunk/lib/SVK/Test.pm
Log:
r7227 at ubuntu: clkao | 2006-11-06 05:16:45 +0000
get rid of Clone.
Modified: trunk/Makefile.PL
==============================================================================
--- trunk/Makefile.PL (original)
+++ trunk/Makefile.PL Mon Nov 6 04:11:25 2006
@@ -40,7 +40,6 @@
);
build_requires(
'Test::More' => '0.42',
- 'Clone' => 0,
);
features(
'Localized messages' => [
Modified: trunk/lib/SVK/Test.pm
==============================================================================
--- trunk/lib/SVK/Test.pm (original)
+++ trunk/lib/SVK/Test.pm Mon Nov 6 04:11:25 2006
@@ -44,7 +44,6 @@
use SVK::Util qw( dirname catdir tmpdir can_run abs_path $SEP $EOL IS_WIN32 HAS_SVN_MIRROR );
require Storable;
use SVK::Path::Checkout;
-use Clone;
# Fake standard input
our $answer = [];
More information about the svk-commit
mailing list