SYNOPSIS

  use Test::More;
  use Test::Debian;

  ok($value, 'test name');
  system_is_debian;
  package_is_installed 'dpkg';
  package_is_installed 'dpkg', 'dpkg is installed';
  package_isnt_installed 'kde-base';

DESCRIPTION

The module provides some perl tests for debian system: Passes if current \s-1OS\s0 is debian Passes if package is installed Passes if package isn't installed

AUTHOR

Dmitry E. Oboukhov, <[email protected]<gt>

COPYRIGHT AND LICENSE

Copyright (C) 2012 by Dmitry E. Oboukhov

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.