Changelog
[catagits/Catalyst-Runtime.git] / t / aggregate / unit_core_script_create.t
index db2e5af..588cfd5 100644 (file)
@@ -18,7 +18,7 @@ use lib "$Bin/../lib";
 {
     package TestHelperClass;
     use Moose;
-    
+
     has 'newfiles' => ( is => 'ro', init_arg => '.newfiles' );
     has 'mech' => ( is => 'ro' );
     our @ARGS;