From 72adba82f79de10e42deb43b47462c606a42d251 Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Wed, 14 May 2014 00:43:13 -0700 Subject: [PATCH] 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 --- bin/feedgnuplot | 3 +++ 1 file changed, 3 insertions(+) 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;