<quote>
The uploaded file

    Test-Unix-User-0.01.tar.gz

has entered CPAN as

  file: $CPAN/authors/id/N/NI/NIKC/Test-Unix-User-0.01.tar.gz
  size: 7007 bytes
   md5: c3506dce32b5f841b1e6e7e351757556
</quote>

From the docs:

SYNOPSIS
       use Test::Unix::User tests => 2;

       user_ok({ name => 'nik', uid => 1000, ... },
               "Verify nik's account");

       homedir_ok({ name => 'nik', perm => 0755, ... },
                  "Verify nik's home directory");

   Test::Unix::User automatically exports "user_ok()" and "homedir_ok()"
   to make it easier to test whether or not the Unix users and home
   directories on the system have been correctly configured.

More at http://search.cpan.org/~nikc/Test-Unix-User/.

Reply via email to