mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-05-05 22:11:12 +08:00

1. generating bogus feedgnuplot.pm module. It's just a 'package' statement and the source. The source is there to get the POD 2. comments
18 lines
320 B
Perl
18 lines
320 B
Perl
#!perl
|
|
|
|
use strict;
|
|
use Test::More tests => 1;
|
|
|
|
# Here I use my bogus package (which only exists for CPAN indexing), and make
|
|
# sure it works. This test is needless too, it just exists to satisfy CPAN
|
|
# checks
|
|
|
|
BEGIN{
|
|
require_ok 'App::feedgnuplot';
|
|
|
|
}
|
|
|
|
diag("App::feedgnuplot/$App::feedgnuplot::VERSION");
|
|
|
|
__DATA__
|