summaryrefslogtreecommitdiff
path: root/devel/p5-File-HomeDir/files/500503-patch-inc__Module__Install.pm
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-File-HomeDir/files/500503-patch-inc__Module__Install.pm')
-rw-r--r--devel/p5-File-HomeDir/files/500503-patch-inc__Module__Install.pm11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/p5-File-HomeDir/files/500503-patch-inc__Module__Install.pm b/devel/p5-File-HomeDir/files/500503-patch-inc__Module__Install.pm
deleted file mode 100644
index 165f018bd673..000000000000
--- a/devel/p5-File-HomeDir/files/500503-patch-inc__Module__Install.pm
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./inc/Module/Install.pm.orig Sat Aug 5 15:05:20 2006
-+++ ./inc/Module/Install.pm Sat Aug 5 15:05:52 2006
-@@ -116,7 +116,7 @@
- my %seen;
- foreach my $obj ( @exts ) {
- while (my ($method, $glob) = each %{ref($obj) . '::'}) {
-- next unless exists &{ref($obj).'::'.$method};
-+ next unless $obj->can($method);
- next if $method =~ /^_/;
- next if $method eq uc($method);
- $seen{$method}++;