Subject: | Perl Version not escaped in Simple.pm |
The value of $] on the machine where the module was started gets statically inserted into the t/00-load.t script.
Index: lib/Module/Starter/Simple.pm
===================================================================
--- lib/Module/Starter/Simple.pm (revision 421)
+++ lib/Module/Starter/Simple.pm (revision 450)
@@ -598,7 +598,7 @@
$use_lines
}
-diag( "Testing $main_module \$${main_module}::VERSION, Perl $], $^X" );
+diag( "Testing $main_module \$${main_module}::VERSION, Perl \$], \$^X" );
HERE
return %t_files;