diff --git a/bin/feedgnuplot b/bin/feedgnuplot index fb23c8e..6656485 100755 --- a/bin/feedgnuplot +++ b/bin/feedgnuplot @@ -1,4 +1,7 @@ #!/usr/bin/perl + +package feedgnuplot; # for the metacpan indexer + use strict; use warnings; use Getopt::Long;