File: 00basic.t

package info (click to toggle)
libcolor-calc-perl 1.073-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 232 kB
  • sloc: perl: 398; makefile: 7
file content (7 lines) | stat: -rw-r--r-- 128 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
use Test::More tests => 3;
use Test::NoWarnings;

use_ok('Color::Calc');

my $cc = new Color::Calc;
isa_ok($cc, 'Color::Calc');