diff -u Text-Reform-1.11.org/demo.pl Text-Reform-1.11/demo.pl --- Text-Reform-1.11.org/demo.pl 2001-04-17 09:23:19.000000000 +0900 +++ Text-Reform-1.11/demo.pl 2004-02-19 02:06:27.000000000 +0900 @@ -1,4 +1,4 @@ -#! /usr/local/bin/perl -ws +#! /usr/bin/perl -ws # TRY DOING *THIS* WITH format! diff -u Text-Reform-1.11.org/demo_filler.pl Text-Reform-1.11/demo_filler.pl --- Text-Reform-1.11.org/demo_filler.pl 2001-04-27 06:01:14.000000000 +0900 +++ Text-Reform-1.11/demo_filler.pl 2004-02-19 02:06:27.000000000 +0900 @@ -1,4 +1,4 @@ -#! /usr/local/bin/perl -w +#! /usr/bin/perl -w use Text::Reform; diff -u Text-Reform-1.11.org/demo_table.pl Text-Reform-1.11/demo_table.pl --- Text-Reform-1.11.org/demo_table.pl 2001-04-27 05:59:31.000000000 +0900 +++ Text-Reform-1.11/demo_table.pl 2004-02-19 02:06:27.000000000 +0900 @@ -1,4 +1,4 @@ -#! /usr/local/bin/perl -w +#! /usr/bin/perl -w use Text::Reform; diff -u Text-Reform-1.11.org/demo_ws.pl Text-Reform-1.11/demo_ws.pl --- Text-Reform-1.11.org/demo_ws.pl 2001-04-27 06:01:46.000000000 +0900 +++ Text-Reform-1.11/demo_ws.pl 2004-02-19 02:06:27.000000000 +0900 @@ -1,4 +1,4 @@ -#! /usr/local/bin/perl -w +#! /usr/bin/perl -w use Text::Reform 'form'; Common subdirectories: Text-Reform-1.11.org/lib and Text-Reform-1.11/lib diff -u Text-Reform-1.11.org/test.pl Text-Reform-1.11/test.pl --- Text-Reform-1.11.org/test.pl 2003-05-01 06:04:33.000000000 +0900 +++ Text-Reform-1.11/test.pl 2004-02-19 02:06:27.000000000 +0900 @@ -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'