File Text-Reform-1.11-perl_path.diff of Package perl-Text-Reform
diff -Naur Text-Reform-1.11.old/demo_filler.pl Text-Reform-1.11/demo_filler.pl
--- Text-Reform-1.11.old/demo_filler.pl 2006-06-10 18:41:13.000000000 +0200
+++ Text-Reform-1.11/demo_filler.pl 2006-06-10 18:42:29.000000000 +0200
@@ -1,4 +1,4 @@
-#! /usr/local/bin/perl -w
+#! /usr/bin/perl -w
use Text::Reform;
diff -Naur Text-Reform-1.11.old/demo.pl Text-Reform-1.11/demo.pl
--- Text-Reform-1.11.old/demo.pl 2006-06-10 18:41:13.000000000 +0200
+++ Text-Reform-1.11/demo.pl 2006-06-10 18:42:29.000000000 +0200
@@ -1,4 +1,4 @@
-#! /usr/local/bin/perl -ws
+#! /usr/bin/perl -ws
# TRY DOING *THIS* WITH format!
diff -Naur Text-Reform-1.11.old/demo_table.pl Text-Reform-1.11/demo_table.pl
--- Text-Reform-1.11.old/demo_table.pl 2006-06-10 18:41:13.000000000 +0200
+++ Text-Reform-1.11/demo_table.pl 2006-06-10 18:42:29.000000000 +0200
@@ -1,4 +1,4 @@
-#! /usr/local/bin/perl -w
+#! /usr/bin/perl -w
use Text::Reform;
diff -Naur Text-Reform-1.11.old/demo_ws.pl Text-Reform-1.11/demo_ws.pl
--- Text-Reform-1.11.old/demo_ws.pl 2006-06-10 18:41:13.000000000 +0200
+++ Text-Reform-1.11/demo_ws.pl 2006-06-10 18:42:29.000000000 +0200
@@ -1,4 +1,4 @@
-#! /usr/local/bin/perl -w
+#! /usr/bin/perl -w
use Text::Reform 'form';
diff -Naur Text-Reform-1.11.old/test.pl Text-Reform-1.11/test.pl
--- Text-Reform-1.11.old/test.pl 2006-06-10 18:41:13.000000000 +0200
+++ Text-Reform-1.11/test.pl 2006-06-10 18:42:29.000000000 +0200
@@ -1,4 +1,4 @@
-#! /usr/local/bin/perl -w
+#! /usr/bin/perl -w
# Before `make install' is performed this script should be runnable with
# `make test'. After `make install' it should work as `perl test.pl'