summaryrefslogtreecommitdiff
path: root/www/bricolage/files/patch-inst::cpan.pl
diff options
context:
space:
mode:
Diffstat (limited to 'www/bricolage/files/patch-inst::cpan.pl')
-rw-r--r--www/bricolage/files/patch-inst::cpan.pl10
1 files changed, 0 insertions, 10 deletions
diff --git a/www/bricolage/files/patch-inst::cpan.pl b/www/bricolage/files/patch-inst::cpan.pl
deleted file mode 100644
index 47e1ec35bf67..000000000000
--- a/www/bricolage/files/patch-inst::cpan.pl
+++ /dev/null
@@ -1,10 +0,0 @@
---- inst/cpan.pl.orig 2008-03-10 04:33:51.000000000 +0900
-+++ inst/cpan.pl 2010-01-20 08:42:44.824399835 +0900
-@@ -46,6 +46,7 @@
- my $need;
- for my $i (0 .. $#$MOD) {
- next if $MOD->[$i]{found};
-+ print "Not found ", $MOD->[$i]->{name}, "\n";
- $need = 1;
- last;
- }