File: 00.load.t

package info (click to toggle)
pkg-components 0.6
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 236 kB
  • ctags: 15
  • sloc: perl: 423; sh: 157; makefile: 16
file content (8 lines) | stat: -rw-r--r-- 214 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
use Test::More tests => 2;

BEGIN {
use_ok( 'Debian::Debhelper::Dh_components' );
use_ok( 'Debian::Parse::Uscan' );
}

diag( "Testing Debian::Debhelper::Dh_components $Debian::Debhelper::Dh_components::VERSION" );