NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Hmmmmm (Score:1)
Wouldn't it have been slightly better to have made Test::User with Test::User::Unix, Test::User::Win32, etc child classes...sorta like File::Spec?
As it stands now, we would have to make a Test::Win32::User, which would turned out slightly dirty namespace wise for all of the possibilities...
Just a thought...
Module naming is always a bit subjective (Score:1)
Six of one, half a dozen of the other I guess. Working out which order to put the 2nd and 3rd level namespaces in Perl modules is always a bit subjective. FWIW, I did get feedback from the perl-qa mailing list which suggested that Test::Unix::User/Group was appropriate.