mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-05-06 06:21:16 +08:00
14 lines
157 B
Perl
14 lines
157 B
Perl
![]() |
#!perl
|
||
|
|
||
|
use strict;
|
||
|
use Test::More tests => 1;
|
||
|
|
||
|
BEGIN{
|
||
|
require_ok 'App::feedgnuplot';
|
||
|
|
||
|
}
|
||
|
|
||
|
diag("App::feedgnuplot/$App::feedgnuplot::VERSION");
|
||
|
|
||
|
__DATA__
|