diff _test/Test/Lang.pm @ 174:d920d2b70230

minor changes
author sergey
date Tue, 04 Oct 2011 17:55:38 +0400
parents 6148f89bb7bf
children 9057e4b95d10
line wrap: on
line diff
--- a/_test/Test/Lang.pm	Wed Sep 14 18:59:01 2011 +0400
+++ b/_test/Test/Lang.pm	Tue Oct 04 17:55:38 2011 +0400
@@ -5,7 +5,7 @@
 use parent qw(IMPL::Test::Unit);
 
 use IMPL::Test qw(test failed assert);
-use IMPL::lang qw(:hash :compare);
+use IMPL::lang qw(:hash :compare clone);
 
 __PACKAGE__->PassThroughArgs;
 
@@ -74,4 +74,8 @@
 	
 };
 
+test clone => {
+	
+};
+
 1;
\ No newline at end of file