[Bps-public-commit] r12172 - in Prophet/trunk: .
sartak at bestpractical.com
sartak at bestpractical.com
Thu May 8 19:57:14 EDT 2008
Author: sartak
Date: Thu May 8 19:57:13 2008
New Revision: 12172
Modified:
Prophet/trunk/ (props changed)
Prophet/trunk/bin/prophet
Prophet/trunk/bin/run_test_yml.pl
Prophet/trunk/bin/taste_recipe
Log:
r55465 at onn: sartak | 2008-05-08 19:55:06 -0400
Use #!/usr/bin/env perl not #!/usr/bin/perl
Modified: Prophet/trunk/bin/prophet
==============================================================================
--- Prophet/trunk/bin/prophet (original)
+++ Prophet/trunk/bin/prophet Thu May 8 19:57:13 2008
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
use warnings;
use strict;
Modified: Prophet/trunk/bin/run_test_yml.pl
==============================================================================
--- Prophet/trunk/bin/run_test_yml.pl (original)
+++ Prophet/trunk/bin/run_test_yml.pl Thu May 8 19:57:13 2008
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/env perl -w
use strict;
use Prophet::Test::Arena;
Modified: Prophet/trunk/bin/taste_recipe
==============================================================================
--- Prophet/trunk/bin/taste_recipe (original)
+++ Prophet/trunk/bin/taste_recipe Thu May 8 19:57:13 2008
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
use strict;
my $script = 'bin/run_test_yml.pl';
More information about the Bps-public-commit
mailing list