Test::Unix::Group

Test::Unix::Group is a Perl module with Test::Builder based tests for Unix groups.
Download

Test::Unix::Group Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Nik Clayton
  • Publisher web site:
  • http://search.cpan.org/~nikc/Test-Net-Connect-0.03/lib/Test/Net/Connect.pm

Test::Unix::Group Tags


Test::Unix::Group Description

Test::Unix::Group is a Perl module with Test::Builder based tests for Unix groups. Test::Unix::Group is a Perl module with Test::Builder based tests for Unix groups.SYNOPSIS use Test::Unix::Group tests => 4; group_ok({ name => 'wheel' }, "'wheel' must exist"); group_ok({ name => 'wheel' }); # Auto-generate test name group_ok({ name => 'wheel', gid => 0, }, "'wheel' must have gid 0"); group_ok({ name => 'wheel', members => , } "'wheel' has the correct members");Test::Unix::Group automatically exports group_ok() to make it easier to test whether or not Unix groups have been correctly configured.Test::Unix::Group uses Test::Builder, so plays nicely with Test::Simple, Test::More, and other Test::Builder based modules. Requirements: · Perl


Test::Unix::Group Related Software