File: export.t

package info (click to toggle)
libreadonly-perl 1.03-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny, squeeze
  • size: 124 kB
  • ctags: 36
  • sloc: perl: 727; makefile: 44
file content (10 lines) | stat: -rw-r--r-- 177 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!perl -I..

# Readonly hash tests

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

# Find the module (1 test)
BEGIN {use_ok('Readonly', qw/Scalar Scalar1 Array Array1 Hash Hash1/); }