Description: do not install dateparse into /usr/bin
Origin: vendor
Forwarded: not-needed
Author: Ansgar Burchardt <ansgar@debian.org>
Reviewed-by: gregor herrmann <gregoa@debian.org>
Last-Update: 2015-06-05

--- a/Build.PL
+++ b/Build.PL
@@ -34,7 +34,7 @@ my $build = Module::Build->new
                        'Test::More' => 0,
                      },
    recommends => { 'Date::Calc' => 0 },
-   script_files => [ 'scripts/dateparse' ],
+#   script_files => [ 'scripts/dateparse' ],
    license => 'perl',
    create_readme => 1,
    create_makefile_pl => 'traditional',
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -26,9 +26,9 @@ WriteMakefile
                    'boolean' => 0
                  },
   'INSTALLDIRS' => 'site',
-  'EXE_FILES' => [
-                   'scripts/dateparse'
-                 ],
+  #'EXE_FILES' => [
+  #                 'scripts/dateparse'
+  #               ],
   'PL_FILES' => {}
 )
 ;
