mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
lang/perl: Fixup formatting
Signed-off-by: Marcel Denia <naoir@gmx.net>
This commit is contained in:
@@ -14,7 +14,7 @@ use base 'Exporter';
|
||||
use constant dl_ext => ".$Config{dlext}";
|
||||
use constant lib_ext => $Config{lib_ext};
|
||||
use constant is_insensitive_fs => (
|
||||
-s $0
|
||||
-s $0
|
||||
and (-s lc($0) || -1) == (-s uc($0) || -1)
|
||||
and (-s lc($0) || -1) == -s $0
|
||||
);
|
||||
@@ -342,7 +342,7 @@ my %Preload = (
|
||||
) {
|
||||
return $_ if _find_in_inc($_);
|
||||
}
|
||||
|
||||
|
||||
for (
|
||||
"$archlib/pods/perldiag.pod",
|
||||
"$privlib/pods/perldiag-$Config{version}.pod",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
#
|
||||
# Attempt to strip comments and pod docs from perl modules
|
||||
#
|
||||
|
||||
|
||||
Reference in New Issue
Block a user