Blob Blame History Raw
From 7d134109e89c344200b24b67c720d5813e586c8e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
Date: Wed, 20 Apr 2016 16:27:28 +0200
Subject: [PATCH] Make benchmark.pl an example
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Petr Písař <ppisar@redhat.com>
---
 MANIFEST    | 2 +-
 Makefile.PL | 3 ---
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/MANIFEST b/MANIFEST
index f254218..99dee0b 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,5 +1,6 @@
 # This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.008.
 Changes
+examples/benchmark.pl
 INSTALL
 LICENSE
 MANIFEST
@@ -8,7 +9,6 @@ META.yml
 Makefile.PL
 README
 README.pod
-bin/benchmark.pl
 dist.ini
 lib/Net/Statsd.pm
 t/000-load.t
diff --git a/Makefile.PL b/Makefile.PL
index 1d950b8..1274683 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -17,9 +17,6 @@ my %WriteMakefileArgs = (
     "ExtUtils::MakeMaker" => "6.30"
   },
   "DISTNAME" => "Net-Statsd",
-  "EXE_FILES" => [
-    "bin/benchmark.pl"
-  ],
   "LICENSE" => "perl",
   "NAME" => "Net::Statsd",
   "PREREQ_PM" => {
-- 
2.5.5