DEBSOURCES
Skip Quicknav
sources / liborlite-statistics-perl / 0.03-4 / t / 01_compile.t
1234567891011
#!/usr/bin/perl use strict; BEGIN { $| = 1; $^W = 1; } use Test::More tests => 1; require_ok( 'ORLite::Statistics' );