Description: Remove .pl extension from js_beautify.pl
Origin: vendor
Forwarded: not-needed
Author: Jonathan Yu <frequency@cpan.org>
Reviewed-by: gregor herrmann <gregoa@debian.org>
Last-Update: 2018-07-28

--- a/bin/js_beautify.pl
+++ b/bin/js_beautify.pl
@@ -56,12 +56,12 @@
 
 =head1 NAME
 
-js_beautify.pl - command tool to beautify your javascript files
+js_beautify - command tool to beautify your javascript files
 
 =head1 SYNOPSIS
 
-    js_beautify.pl [options] FILE
-    js_beautify.pl [options] -
+    js_beautify [options] FILE
+    js_beautify [options] -
 
 =head1 OPTIONS
 
--- a/lib/Code/TidyAll/Plugin/JSBeautifier.pm
+++ b/lib/Code/TidyAll/Plugin/JSBeautifier.pm
@@ -8,7 +8,7 @@
 
 our $VERSION = '0.21';
 
-sub _build_cmd {'js_beautify.pl'}
+sub _build_cmd {'js_beautify'}
 
 sub transform_file {
     my ( $self, $file ) = @_;
@@ -55,7 +55,7 @@
 
 =head1 DESCRIPTION
 
-Runs C<js_beautify.pl> of L<JavaScript::Beautifier>, a JavaScript tidier implemented in Perl.
+Runs C<js_beautify> of L<JavaScript::Beautifier>, a JavaScript tidier implemented in Perl.
 
 =head1 INSTALLATION
 
@@ -67,10 +67,10 @@
 
 =item argv
 
-Arguments to pass to js_beautify.pl
+Arguments to pass to js_beautify
 
 =item cmd
 
-Full path to js_beautify.pl
+Full path to js_beautify
 
 =back
