Description: Rename md-utils.pl to md-utils
 We don't want programs that end with ".pl".
Author: Andrew Ruthven
Forwarded: not-needed
Last-Update: 2024-07-14
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -18,7 +18,7 @@
   ABSTRACT         => 'Render markdown using GitHub API',
   LICENSE          => 'perl',
   PL_FILES         => {},
-  EXE_FILES        => ['bin/md-utils.pl'],
+  EXE_FILES        => ['bin/md-utils'],
   PREREQ_PM        => {
     'Class::Accessor::Fast' => '0.51',
     'Config::Tiny'          => '2.28',
--- a/lib/Markdown/Render.pm
+++ b/lib/Markdown/Render.pm
@@ -480,11 +480,11 @@
 
 ...or from the command line to create HTML
 
- md-utils.pl -r README.md > README.html
+ md-utils -r README.md > README.html
 
 ...or from the command line to replace render custom tags
 
- md-utils.pl README.md.in > README.md
+ md-utils README.md.in > README.md
 
 =head1 DESCRIPTION
 
