mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-05-05 22:11:12 +08:00
Declaring feedgnuplot as a package to pacify the MetaCPAN indexer
Hopefully this is sufficient. We'll see https://github.com/dkogan/feedgnuplot/pull/16 https://github.com/CPAN-API/metacpan-web/issues/1148 https://github.com/CPAN-API/metacpan-web/issues/1170 https://github.com/CPAN-API/metacpan-web/issues/994
This commit is contained in:
parent
539b2035d8
commit
72adba82f7
@ -1,4 +1,7 @@
|
||||
#!/usr/bin/perl
|
||||
|
||||
package feedgnuplot; # for the metacpan indexer
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
use Getopt::Long;
|
||||
|
Loading…
Reference in New Issue
Block a user