1#!perl -I..
2
3# Readonly hash tests
4
5use strict;
6use Test::More tests => 1;
7
8# Find the module (1 test)
9BEGIN {use_ok('Readonly', qw/Scalar Scalar1 Array Array1 Hash Hash1/); }
10
11