File: je-scope.t

package info (click to toggle)
libje-perl 0.066-4
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,008 kB
  • sloc: perl: 31,288; makefile: 2
file content (12 lines) | stat: -rw-r--r-- 190 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
#!perl  -T

use Test::More tests => 1;
use strict;



#--------------------------------------------------------------------#
# Test 1: See if the module loads

BEGIN { use_ok 'JE::Scope' }