diff _test/DOM.t @ 49:16ada169ca75

migrating to the Eclipse IDE
author wizard@linux-odin.local
date Fri, 26 Feb 2010 10:49:21 +0300
parents a8086f85a571
children 44977efed303
line wrap: on
line diff
--- a/_test/DOM.t	Fri Feb 26 01:43:42 2010 +0300
+++ b/_test/DOM.t	Fri Feb 26 10:49:21 2010 +0300
@@ -1,18 +1,18 @@
-#!/usr/bin/perl -w
-use strict;
-use lib '../Lib';
-use lib '.';
-
-use IMPL::Test::Plan;
-use IMPL::Test::TAPListener;
-
-my $plan = new IMPL::Test::Plan qw(
-    Test::DOM::Node
-    Test::DOM::Navigator
-    Test::DOM::Schema
-    Test::DOM::Builder
-);
-
-$plan->AddListener(new IMPL::Test::TAPListener);
-$plan->Prepare();
-$plan->Run();
\ No newline at end of file
+#!/usr/bin/perl -w
+use strict;
+use lib '../Lib';
+use lib '.';
+
+use IMPL::Test::Plan;
+use IMPL::Test::TAPListener;
+
+my $plan = new IMPL::Test::Plan qw(
+    Test::DOM::Node
+    Test::DOM::Navigator
+    Test::DOM::Schema
+    Test::DOM::Builder
+);
+
+$plan->AddListener(new IMPL::Test::TAPListener);
+$plan->Prepare();
+$plan->Run();