Fixed annotation bug in script

Change-Id: I2aef3e9d2bb73adf4969f0378e2bbe4914cee48a
diff --git a/Makefile.PL b/Makefile.PL
index 8e3aae2..efe949b 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -40,9 +40,10 @@
   test => {
     TESTS =>
       't/*.t '.
-	't/annotation/*.t ' .
-	  't/sgbr/*.t ' .
-	    't/real/*.t'
+      't/annotation/*.t ' .
+      't/sgbr/*.t ' .
+      't/real/*.t ' .
+      't/script/*.t '
 	  },
   EXE_FILES => ['script/korapxml2krill']
 );