We need to capture @ARGV in the restarter, for the benefit of Win32
authorDave Rolsky <autarch@urth.org>
Fri, 29 May 2009 22:28:39 +0000 (22:28 +0000)
committerDave Rolsky <autarch@urth.org>
Fri, 29 May 2009 22:28:39 +0000 (22:28 +0000)
commit5ad5350a3aec742ee638fabbc4a8e9fa2c806311
treee7a026f917ac18ee54ce932767106596b79b9508
parent693e890f580eda818b0d9ccb455a6a43753af8be
We need to capture @ARGV in the restarter, for the benefit of Win32
only, so that it can re-execute itself with the right
options. Getopt::Long eats @ARGV before we have a chance to get to it.
Changes
lib/Catalyst/Devel.pm
lib/Catalyst/Helper.pm
lib/Catalyst/Restarter.pm
lib/Catalyst/Restarter/Win32.pm