#!/usr/bin/perl ## ## Tests for accessors.pm ## use strict; use warnings; use Test::More tests => 1; use Carp; use_ok( "accessors" );