Revision b74da90f8d1625a557c915f9f1b6862e3a1535e3 authored by Kim Rutherford on 24 January 2012, 06:26:50 UTC, committed by Kim Rutherford on 24 January 2012, 06:26:50 UTC
1 parent 78f8a39
Raw File
60_model_TrackModel.t
use strict;
use warnings;
use Test::More tests => 1;

BEGIN { use_ok 'PomCur::Model::TrackModel' }

back to top