File: 00.load.t

package info (click to toggle)
cipux 3.4.0.11-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 316 kB
  • ctags: 59
  • sloc: perl: 1,064; makefile: 13
file content (8 lines) | stat: -rw-r--r-- 125 bytes parent folder | download
1
2
3
4
5
6
7
8
use Test::More tests => 2;

BEGIN {
use_ok( 'CipUX' );
use_ok( 'CipUX::Trait' );
}

diag( "Testing CipUX $CipUX::VERSION" );