File: 00.load.t

package info (click to toggle)
libdevice-cdio-perl 0.2.4-5
  • links: PTS, VCS
  • area: main
  • in suites: lenny, squeeze
  • size: 2,396 kB
  • ctags: 893
  • sloc: ansic: 7,012; perl: 3,625; makefile: 119; sh: 3
file content (17 lines) | stat: -rwxr-xr-x 271 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/perl -w
# $Id: 00.load.t,v 1.2 2006/02/09 19:09:21 rocky Exp $

use strict;
BEGIN {
    chdir 't' if -d 't';
}
use lib '../lib';
use blib;

use Test::More tests => 1;

BEGIN {
use_ok( 'Device::Cdio' );
}

diag( "Testing Device::Cdio $Device::Cdio::VERSION" );