Subject: | Dackup directory should default to something sensible |
Let me try that subject again with the correct bug report this time.
Dackup requires manual directory parameter.
It's fairly simple to come up with a useful default path, following the
pattern.
File::Spec->catdir(
File::HomeDir->my_data,
(Win32 ? 'Perl' : '.perl'),
'Dackup',
)
)