Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,9 @@ Eric Brine <[email protected]> ikegami <eric@fmdev10.(none)>
Eric Fifer <[email protected]> Fifer, Eric <[email protected]>
Eric Melville <unknown> Eric Melville <[email protected]>
Erik <[email protected]> [email protected] <[email protected]>
Eugen Konkov <[email protected]> Eugen Konkov <[email protected]>
Eugen Konkov <unknown> Eugen Konkov <ekonkov@konkov>
Eugen Konkov <unknown> Eugen Konkov <[email protected]>
Eugen Konkov <unknown> Eugen Konkov <[email protected]>
Fabien Tassin <[email protected]> Fabien TASSIN <[email protected]>
Father Chrysostomos <[email protected]> Father Chrysostomos (via RT) <[email protected]>
Father Chrysostomos <[email protected]> Father Chrysostomos <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# you wish to remove yourself. If you wish to register a new email
# against one of these names you should update the .mailmap file
# instead.
--
--
A. C. Yardley <[email protected]>
A. Sinan Unur <[email protected]>
Aaron B. Dossett <[email protected]>
Expand Down Expand Up @@ -473,7 +473,7 @@ Erik <[email protected]>
Erik Huelsmann <[email protected]>
Eryq <[email protected]>
Etienne Grossman <[email protected]>
Eugen Konkov <[email protected]>
Eugen Konkov
Eugene Alterman <[email protected]>
Eugene Alvin Villar <[email protected]>
Evan Miller <[email protected]>
Expand Down
4 changes: 4 additions & 0 deletions lib/perl5db.t
Original file line number Diff line number Diff line change
Expand Up @@ -3012,6 +3012,10 @@ SKIP:
local $ENV{LANG} = "C";
local $ENV{LC_MESSAGES} = "C";
local $ENV{LC_ALL} = "C";
my $out = `/usr/bin/man --version`;
if ($out =~ /^This system has been minimized/) {
skip "No man. This system has been minimized...", 1;
}
my $wrapper = DebugWrap->new(
{
cmds =>
Expand Down
Loading