[Bps-public-commit] Path-Dispatcher branch, master, updated. 05a759f7cabfaa8a229fa389f90e864986489903

Shawn Moore sartak at bestpractical.com
Sun Oct 24 03:31:58 EDT 2010


The branch, master has been updated
       via  05a759f7cabfaa8a229fa389f90e864986489903 (commit)
      from  c24243c329ece85fc7531f99a792f9fb65e52e57 (commit)

Summary of changes:
 t/000-compile.t               |    1 -
 t/001-api.t                   |    1 -
 t/002-rule.t                  |    1 -
 t/003-404.t                   |    1 -
 t/004-run.t                   |    1 -
 t/005-multi-rule.t            |    1 -
 t/006-abort.t                 |    1 -
 t/007-coderef-matcher.t       |    1 -
 t/009-args.t                  |    1 -
 t/010-return.t                |    1 -
 t/011-next-rule.t             |    1 -
 t/012-under.t                 |    1 -
 t/013-tokens.t                |    1 -
 t/014-tokens-prefix.t         |    1 -
 t/015-regex-prefix.t          |    1 -
 t/017-intersection.t          |    1 -
 t/018-metadata.t              |    1 -
 t/019-intersection-metadata.t |    1 -
 t/022-numbers-undef.t         |    1 -
 t/023-alternation.t           |    1 -
 t/024-sequence.t              |    1 -
 t/025-sequence-custom-rule.t  |    1 -
 t/026-named-captures.t        |    1 -
 t/030-exceptions.t            |    1 -
 t/031-structured-match.t      |    1 -
 t/100-match-object.t          |    1 -
 t/901-return-values.t         |    1 -
 t/902-coderef.t               |    1 -
 28 files changed, 0 insertions(+), 28 deletions(-)

- Log -----------------------------------------------------------------
commit 05a759f7cabfaa8a229fa389f90e864986489903
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Sun Oct 24 16:31:52 2010 +0900

    Remove shebang from test files

diff --git a/t/000-compile.t b/t/000-compile.t
index e76d804..4bf29d3 100644
--- a/t/000-compile.t
+++ b/t/000-compile.t
@@ -1,4 +1,3 @@
-#!/usr/bin/env perl
 use strict;
 use warnings;
 use Test::More;
diff --git a/t/001-api.t b/t/001-api.t
index cd86805..3242fc9 100644
--- a/t/001-api.t
+++ b/t/001-api.t
@@ -1,4 +1,3 @@
-#!/usr/bin/env perl
 use strict;
 use warnings;
 use Test::More;
diff --git a/t/002-rule.t b/t/002-rule.t
index 60e91ea..30537b4 100644
--- a/t/002-rule.t
+++ b/t/002-rule.t
@@ -1,4 +1,3 @@
-#!/usr/bin/env perl
 use strict;
 use warnings;
 use Test::More;
diff --git a/t/003-404.t b/t/003-404.t
index ed90fec..0072b9b 100644
--- a/t/003-404.t
+++ b/t/003-404.t
@@ -1,4 +1,3 @@
-#!/usr/bin/env perl
 use strict;
 use warnings;
 use Test::More;
diff --git a/t/004-run.t b/t/004-run.t
index 6b1c77d..a931ab9 100644
--- a/t/004-run.t
+++ b/t/004-run.t
@@ -1,4 +1,3 @@
-#!/usr/bin/env perl
 use strict;
 use warnings;
 use Test::More;
diff --git a/t/005-multi-rule.t b/t/005-multi-rule.t
index 51f9dc4..c4203e8 100644
--- a/t/005-multi-rule.t
+++ b/t/005-multi-rule.t
@@ -1,4 +1,3 @@
-#!/usr/bin/env perl
 use strict;
 use warnings;
 use Test::More;
diff --git a/t/006-abort.t b/t/006-abort.t
index 9bd43e9..85fc4c6 100644
--- a/t/006-abort.t
+++ b/t/006-abort.t
@@ -1,4 +1,3 @@
-#!/usr/bin/env perl
 use strict;
 use warnings;
 use Test::More;
diff --git a/t/007-coderef-matcher.t b/t/007-coderef-matcher.t
index 86fa0f0..0e94412 100644
--- a/t/007-coderef-matcher.t
+++ b/t/007-coderef-matcher.t
@@ -1,4 +1,3 @@
-#!/usr/bin/env perl
 use strict;
 use warnings;
 use Test::More;
diff --git a/t/009-args.t b/t/009-args.t
index 9355f45..bc0e9e1 100644
--- a/t/009-args.t
+++ b/t/009-args.t
@@ -1,4 +1,3 @@
-#!/usr/bin/env perl
 use strict;
 use warnings;
 use Test::More;
diff --git a/t/010-return.t b/t/010-return.t
index 678f00b..c36c5c6 100644
--- a/t/010-return.t
+++ b/t/010-return.t
@@ -1,4 +1,3 @@
-#!/usr/bin/env perl
 use strict;
 use warnings;
 use Test::More;
diff --git a/t/011-next-rule.t b/t/011-next-rule.t
index 941c55e..5caf361 100644
--- a/t/011-next-rule.t
+++ b/t/011-next-rule.t
@@ -1,4 +1,3 @@
-#!/usr/bin/env perl
 use strict;
 use warnings;
 use Test::More;
diff --git a/t/012-under.t b/t/012-under.t
index 9b2e1a6..5f739bf 100644
--- a/t/012-under.t
+++ b/t/012-under.t
@@ -1,4 +1,3 @@
-#!/usr/bin/env perl
 use strict;
 use warnings;
 use Test::More;
diff --git a/t/013-tokens.t b/t/013-tokens.t
index 68d8ab5..07e2732 100644
--- a/t/013-tokens.t
+++ b/t/013-tokens.t
@@ -1,4 +1,3 @@
-#!/usr/bin/env perl
 use strict;
 use warnings;
 use Test::More;
diff --git a/t/014-tokens-prefix.t b/t/014-tokens-prefix.t
index d376e94..246be01 100644
--- a/t/014-tokens-prefix.t
+++ b/t/014-tokens-prefix.t
@@ -1,4 +1,3 @@
-#!/usr/bin/env perl
 use strict;
 use warnings;
 use Test::More;
diff --git a/t/015-regex-prefix.t b/t/015-regex-prefix.t
index b43f68e..9f9d0b2 100644
--- a/t/015-regex-prefix.t
+++ b/t/015-regex-prefix.t
@@ -1,4 +1,3 @@
-#!/usr/bin/env perl
 use strict;
 use warnings;
 use Test::More;
diff --git a/t/017-intersection.t b/t/017-intersection.t
index 6301869..8923d34 100644
--- a/t/017-intersection.t
+++ b/t/017-intersection.t
@@ -1,4 +1,3 @@
-#!/usr/bin/env perl
 use strict;
 use warnings;
 use Test::More;
diff --git a/t/018-metadata.t b/t/018-metadata.t
index 0049c8b..91699e4 100644
--- a/t/018-metadata.t
+++ b/t/018-metadata.t
@@ -1,4 +1,3 @@
-#!/usr/bin/env perl
 use strict;
 use warnings;
 use Test::More;
diff --git a/t/019-intersection-metadata.t b/t/019-intersection-metadata.t
index 9c314c5..9260817 100644
--- a/t/019-intersection-metadata.t
+++ b/t/019-intersection-metadata.t
@@ -1,4 +1,3 @@
-#!/usr/bin/env perl
 use strict;
 use warnings;
 use Test::More;
diff --git a/t/022-numbers-undef.t b/t/022-numbers-undef.t
index 0ce65a2..76fed52 100644
--- a/t/022-numbers-undef.t
+++ b/t/022-numbers-undef.t
@@ -1,4 +1,3 @@
-#!/usr/bin/env perl
 use strict;
 use warnings;
 use Test::More;
diff --git a/t/023-alternation.t b/t/023-alternation.t
index 6733821..25f2e4f 100644
--- a/t/023-alternation.t
+++ b/t/023-alternation.t
@@ -1,4 +1,3 @@
-#!/usr/bin/env perl
 use strict;
 use warnings;
 use Test::More;
diff --git a/t/024-sequence.t b/t/024-sequence.t
index 6e61c29..4e2cf82 100644
--- a/t/024-sequence.t
+++ b/t/024-sequence.t
@@ -1,4 +1,3 @@
-#!/usr/bin/env perl
 use strict;
 use warnings;
 use Test::More;
diff --git a/t/025-sequence-custom-rule.t b/t/025-sequence-custom-rule.t
index 8494ecc..26b68a0 100644
--- a/t/025-sequence-custom-rule.t
+++ b/t/025-sequence-custom-rule.t
@@ -1,4 +1,3 @@
-#!/usr/bin/env perl
 use strict;
 use warnings;
 use Test::More;
diff --git a/t/026-named-captures.t b/t/026-named-captures.t
index c30b836..71bbee0 100644
--- a/t/026-named-captures.t
+++ b/t/026-named-captures.t
@@ -1,4 +1,3 @@
-#!/usr/bin/env perl
 use strict;
 use warnings;
 use Test::More;
diff --git a/t/030-exceptions.t b/t/030-exceptions.t
index d152c9a..2307615 100644
--- a/t/030-exceptions.t
+++ b/t/030-exceptions.t
@@ -1,4 +1,3 @@
-#!/usr/bin/env perl
 use strict;
 use warnings;
 use Test::More;
diff --git a/t/031-structured-match.t b/t/031-structured-match.t
index 9120d9f..595439f 100644
--- a/t/031-structured-match.t
+++ b/t/031-structured-match.t
@@ -1,4 +1,3 @@
-#!/usr/bin/env perl
 use strict;
 use warnings;
 use Test::More;
diff --git a/t/100-match-object.t b/t/100-match-object.t
index 73326b5..9a0f3dd 100644
--- a/t/100-match-object.t
+++ b/t/100-match-object.t
@@ -1,4 +1,3 @@
-#!/usr/bin/env perl
 use strict;
 use warnings;
 use Test::More;
diff --git a/t/901-return-values.t b/t/901-return-values.t
index 7b4b372..63a6b5d 100644
--- a/t/901-return-values.t
+++ b/t/901-return-values.t
@@ -1,4 +1,3 @@
-#!/usr/bin/env perl
 use strict;
 use warnings;
 use Test::More;
diff --git a/t/902-coderef.t b/t/902-coderef.t
index 57af809..df2304d 100644
--- a/t/902-coderef.t
+++ b/t/902-coderef.t
@@ -1,4 +1,3 @@
-#!/usr/bin/env perl
 use strict;
 use warnings;
 use Test::More;

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list