changelog
[p5sagit/App-FatPacker.git] / t / pack.t
index cbbcb71..c88b9e1 100644 (file)
--- a/t/pack.t
+++ b/t/pack.t
@@ -49,11 +49,12 @@ require $temp_fh;
 
     my @files = sort $INC[0]->files;
 
-    is_deeply( \@files, [ 't/mod/a.pm',
-                       't/mod/b.pm',
-                       't/mod/c.pm',
-                       't/mod/cond.pm',
-                       ], "\$INC[0]->files returned the files" );
+    is_deeply( \@files, [
+        't/mod/a.pm',
+        't/mod/b.pm',
+        't/mod/c.pm',
+        't/mod/cond.pm',
+    ], "\$INC[0]->files returned the files" );
 
 }