Scoop.pm thinks "darwin"="windows"
Brought to you by:
jmason
I just ran sitescooper2.2.7 (not the latest, I know,
but I don't see any record of this bug fixed later) on
MacOsX. This bit in Scoop.pm,
if ($os=~/win/i) {
$os = 'Win32';
makes sitescooper think that I'm running Windows,
because $^O comes back with "darwin" on OsX. This
produces very bad results, because the path separator
is different. After fixing that, it ran fine!