summarylogtreecommitdiffstats
path: root/PDL-Transform-Color-1.007.patch
blob: 3cc17ab1ec0e2631cd6f752b0ddf491b00c882b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
diff --unified --recursive --text PDL-Transform-Color-1.007.orig/Makefile.PL PDL-Transform-Color-1.007.new/Makefile.PL
--- PDL-Transform-Color-1.007.orig/Makefile.PL	2024-02-14 22:19:09.029497089 +1100
+++ PDL-Transform-Color-1.007.new/Makefile.PL	2024-02-14 22:19:59.890206873 +1100
@@ -14,15 +14,15 @@
 }
 
 
-sub MY::postamble {
-    my $text = <<'FOO';
-install ::
-	@echo "Updating PDL documentation database...";
-	@$(PERL) -e "exit if $$ENV{DESTDIR}; use PDL::Doc; eval { PDL::Doc::add_module(q{PDL::Trasform::Color}); }; ";
-
-FOO
-    return $text;
-}
+# sub MY::postamble {
+#     my $text = <<'FOO';
+# install ::
+# 	@echo "Updating PDL documentation database...";
+# 	@$(PERL) -e "exit if $$ENV{DESTDIR}; use PDL::Doc; eval { PDL::Doc::add_module(q{PDL::Trasform::Color}); }; ";
+#
+# FOO
+#     return $text;
+# }
 
 WriteMakefile(
     NAME                      => 'PDL::Transform::Color',