diff options
-rw-r--r-- | x11-clocks/intclock/files/patch-Makefile.PL | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-clocks/intclock/files/patch-Makefile.PL b/x11-clocks/intclock/files/patch-Makefile.PL new file mode 100644 index 000000000000..a786ea32a478 --- /dev/null +++ b/x11-clocks/intclock/files/patch-Makefile.PL @@ -0,0 +1,11 @@ +--- ./Makefile.PL.orig 2014-08-28 18:50:07.282934874 +0100 ++++ ./Makefile.PL 2014-08-28 18:50:28.962268980 +0100 +@@ -33,7 +33,7 @@ + # preliminary checks + #------------------------------------------------------------------------ + # Mandatory perl modules +-foreach my $module qw(Data::Dumper Time::HiRes Locale::Maketext) { ++foreach my $module (qw(Data::Dumper Time::HiRes Locale::Maketext)) { + print "Checking whether $module perl module is available... "; + eval "use $module"; + if ($@) { |