]> granicus.if.org Git - fortune-mod/commitdiff
Fix tidyall tests.
authorShlomi Fish <shlomif@shlomifish.org>
Sat, 24 Sep 2022 02:51:05 +0000 (05:51 +0300)
committerShlomi Fish <shlomif@shlomifish.org>
Sat, 24 Sep 2022 02:51:05 +0000 (05:51 +0300)
See:

https://metacpan.org/release/Code-TidyAll .

fortune-mod/fortune/process-fortune-man-template.pl
fortune-mod/run-tests.pl
fortune-mod/tests/t/trailing-space-and-CRs.t
fortune-mod/util/FortuneMod/ManPage/Generate/App.pm

index f8c3b306d7234d6dddb65bc6a57687eeddb666bb..84e8c0321c2518e13459287e1f491c432b4a0a2b 100644 (file)
@@ -20,8 +20,8 @@ sub _utf8_slurp
 }
 
 use File::Basename qw / dirname /;
-use File::Path qw / mkpath /;
-use Getopt::Long qw/ GetOptions /;
+use File::Path     qw / mkpath /;
+use Getopt::Long   qw/ GetOptions /;
 
 my $input_fn;
 my $output_fn;
index 43e1989abd27982dda322338db43ea2a43263efc..5c6dbce7edd6efa1273823ccebcd607c4a30efc9 100644 (file)
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-use File::Spec ();
+use File::Spec   ();
 use Getopt::Long qw/ GetOptions /;
 
 my $src_dir;
index 0ffab860bd22772d428ce099a2bb7e09d8663a7c..5e86c429e2b521d7e02415e5d5efc4440249f55c 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 
 use File::Find::Object ();
-use Path::Tiny qw/ path /;
+use Path::Tiny         qw/ path /;
 use Test::More tests => 3;
 use Test::Differences (qw( eq_or_diff ));
 
index 4e821710d45dd987b58c5156bfaa28ebcac8f5fb..b7567f419ec665f99c12bb1604b90c217edf6e2c 100644 (file)
@@ -5,7 +5,7 @@ use warnings;
 use autodie;
 
 use Getopt::Long qw/ GetOptions /;
-use Path::Tiny qw/ path tempdir tempfile cwd /;
+use Path::Tiny   qw/ path tempdir tempfile cwd /;
 
 sub do_system
 {