File: 00.load.t

package info (click to toggle)
libgraphics-gnuplotif-perl 1.6-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 140 kB
  • ctags: 27
  • sloc: perl: 442; makefile: 9
file content (27 lines) | stat: -rw-r--r-- 757 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#
#===============================================================================
#
#         FILE:  00.load.t
#
#  DESCRIPTION:  module load test
#
#        FILES:  ---
#         BUGS:  ---
#        NOTES:  ---
#       AUTHOR:  Dr.-Ing. Fritz Mehner (Mn), <mehner@fh-swf.de>
#      COMPANY:  Fachhochschule Südwestfalen, Iserlohn
#      VERSION:  1.0
#      CREATED:  06.06.2007 19:51:15 CEST
#     REVISION:  $Id: 00.load.t,v 1.1.1.1 2007/06/07 07:14:27 mehner Exp $
#===============================================================================

use strict;
use warnings;

use Test::More tests => 1;                      # last test to print

BEGIN {
    use_ok( 'Graphics::GnuplotIF' );
}

diag( "Testing GnuplotIF $Graphics::GnuplotIF::VERSION" );