DEBSOURCES
Skip Quicknav
sources / libchart-gnuplot-perl / 0.23-2 / t / use.t
123456789
#!/usr/bin/perl -w use strict; use Test::More (tests => 2); BEGIN { use_ok('Chart::Gnuplot'); use_ok('Chart::Gnuplot::Util'); }