[Bps-public-commit] r17442 - in Path-Dispatcher/trunk: lib/Path lib/Path/Dispatcher lib/Path/Dispatcher/Role lib/Path/Dispatcher/Rule
sartak at bestpractical.com
sartak at bestpractical.com
Tue Dec 30 14:20:56 EST 2008
Author: sartak
Date: Tue Dec 30 14:20:55 2008
New Revision: 17442
Modified:
Path-Dispatcher/trunk/ (props changed)
Path-Dispatcher/trunk/lib/Path/Dispatcher.pm
Path-Dispatcher/trunk/lib/Path/Dispatcher/Declarative.pm
Path-Dispatcher/trunk/lib/Path/Dispatcher/Dispatch.pm
Path-Dispatcher/trunk/lib/Path/Dispatcher/Match.pm
Path-Dispatcher/trunk/lib/Path/Dispatcher/Path.pm
Path-Dispatcher/trunk/lib/Path/Dispatcher/Role/Rules.pm
Path-Dispatcher/trunk/lib/Path/Dispatcher/Rule.pm
Path-Dispatcher/trunk/lib/Path/Dispatcher/Rule/Always.pm
Path-Dispatcher/trunk/lib/Path/Dispatcher/Rule/CodeRef.pm
Path-Dispatcher/trunk/lib/Path/Dispatcher/Rule/Dispatch.pm
Path-Dispatcher/trunk/lib/Path/Dispatcher/Rule/Empty.pm
Path-Dispatcher/trunk/lib/Path/Dispatcher/Rule/Eq.pm
Path-Dispatcher/trunk/lib/Path/Dispatcher/Rule/Intersection.pm
Path-Dispatcher/trunk/lib/Path/Dispatcher/Rule/Metadata.pm
Path-Dispatcher/trunk/lib/Path/Dispatcher/Rule/Regex.pm
Path-Dispatcher/trunk/lib/Path/Dispatcher/Rule/Tokens.pm
Path-Dispatcher/trunk/lib/Path/Dispatcher/Rule/Under.pm
Log:
r78060 at onn: sartak | 2008-12-29 23:48:55 -0500
Remove shebangs; no need for them
Modified: Path-Dispatcher/trunk/lib/Path/Dispatcher.pm
==============================================================================
--- Path-Dispatcher/trunk/lib/Path/Dispatcher.pm (original)
+++ Path-Dispatcher/trunk/lib/Path/Dispatcher.pm Tue Dec 30 14:20:55 2008
@@ -1,4 +1,3 @@
-#!/usr/bin/env perl
package Path::Dispatcher;
use Moose;
use MooseX::AttributeHelpers;
Modified: Path-Dispatcher/trunk/lib/Path/Dispatcher/Declarative.pm
==============================================================================
--- Path-Dispatcher/trunk/lib/Path/Dispatcher/Declarative.pm (original)
+++ Path-Dispatcher/trunk/lib/Path/Dispatcher/Declarative.pm Tue Dec 30 14:20:55 2008
@@ -1,4 +1,3 @@
-#!/usr/bin/env perl
package Path::Dispatcher::Declarative;
use strict;
use warnings;
Modified: Path-Dispatcher/trunk/lib/Path/Dispatcher/Dispatch.pm
==============================================================================
--- Path-Dispatcher/trunk/lib/Path/Dispatcher/Dispatch.pm (original)
+++ Path-Dispatcher/trunk/lib/Path/Dispatcher/Dispatch.pm Tue Dec 30 14:20:55 2008
@@ -1,4 +1,3 @@
-#!/usr/bin/env perl
package Path::Dispatcher::Dispatch;
use Moose;
use MooseX::AttributeHelpers;
Modified: Path-Dispatcher/trunk/lib/Path/Dispatcher/Match.pm
==============================================================================
--- Path-Dispatcher/trunk/lib/Path/Dispatcher/Match.pm (original)
+++ Path-Dispatcher/trunk/lib/Path/Dispatcher/Match.pm Tue Dec 30 14:20:55 2008
@@ -1,4 +1,3 @@
-#!/usr/bin/env perl
package Path::Dispatcher::Match;
use Moose;
Modified: Path-Dispatcher/trunk/lib/Path/Dispatcher/Path.pm
==============================================================================
--- Path-Dispatcher/trunk/lib/Path/Dispatcher/Path.pm (original)
+++ Path-Dispatcher/trunk/lib/Path/Dispatcher/Path.pm Tue Dec 30 14:20:55 2008
@@ -1,4 +1,3 @@
-#!/usr/bin/env perl
package Path::Dispatcher::Path;
use Moose;
use MooseX::AttributeHelpers;
Modified: Path-Dispatcher/trunk/lib/Path/Dispatcher/Role/Rules.pm
==============================================================================
--- Path-Dispatcher/trunk/lib/Path/Dispatcher/Role/Rules.pm (original)
+++ Path-Dispatcher/trunk/lib/Path/Dispatcher/Role/Rules.pm Tue Dec 30 14:20:55 2008
@@ -1,4 +1,3 @@
-#!/usr/bin/env perl
package Path::Dispatcher::Role::Rules;
use Moose::Role;
Modified: Path-Dispatcher/trunk/lib/Path/Dispatcher/Rule.pm
==============================================================================
--- Path-Dispatcher/trunk/lib/Path/Dispatcher/Rule.pm (original)
+++ Path-Dispatcher/trunk/lib/Path/Dispatcher/Rule.pm Tue Dec 30 14:20:55 2008
@@ -1,4 +1,3 @@
-#!/usr/bin/env perl
package Path::Dispatcher::Rule;
use Moose;
Modified: Path-Dispatcher/trunk/lib/Path/Dispatcher/Rule/Always.pm
==============================================================================
--- Path-Dispatcher/trunk/lib/Path/Dispatcher/Rule/Always.pm (original)
+++ Path-Dispatcher/trunk/lib/Path/Dispatcher/Rule/Always.pm Tue Dec 30 14:20:55 2008
@@ -1,4 +1,3 @@
-#!/usr/bin/env perl
package Path::Dispatcher::Rule::Always;
use Moose;
extends 'Path::Dispatcher::Rule';
Modified: Path-Dispatcher/trunk/lib/Path/Dispatcher/Rule/CodeRef.pm
==============================================================================
--- Path-Dispatcher/trunk/lib/Path/Dispatcher/Rule/CodeRef.pm (original)
+++ Path-Dispatcher/trunk/lib/Path/Dispatcher/Rule/CodeRef.pm Tue Dec 30 14:20:55 2008
@@ -1,4 +1,3 @@
-#!/usr/bin/env perl
package Path::Dispatcher::Rule::CodeRef;
use Moose;
extends 'Path::Dispatcher::Rule';
Modified: Path-Dispatcher/trunk/lib/Path/Dispatcher/Rule/Dispatch.pm
==============================================================================
--- Path-Dispatcher/trunk/lib/Path/Dispatcher/Rule/Dispatch.pm (original)
+++ Path-Dispatcher/trunk/lib/Path/Dispatcher/Rule/Dispatch.pm Tue Dec 30 14:20:55 2008
@@ -1,4 +1,3 @@
-#!/usr/bin/env perl
package Path::Dispatcher::Rule::Dispatch;
use Moose;
extends 'Path::Dispatcher::Rule';
Modified: Path-Dispatcher/trunk/lib/Path/Dispatcher/Rule/Empty.pm
==============================================================================
--- Path-Dispatcher/trunk/lib/Path/Dispatcher/Rule/Empty.pm (original)
+++ Path-Dispatcher/trunk/lib/Path/Dispatcher/Rule/Empty.pm Tue Dec 30 14:20:55 2008
@@ -1,4 +1,3 @@
-#!/usr/bin/env perl
package Path::Dispatcher::Rule::Empty;
use Moose;
extends 'Path::Dispatcher::Rule';
Modified: Path-Dispatcher/trunk/lib/Path/Dispatcher/Rule/Eq.pm
==============================================================================
--- Path-Dispatcher/trunk/lib/Path/Dispatcher/Rule/Eq.pm (original)
+++ Path-Dispatcher/trunk/lib/Path/Dispatcher/Rule/Eq.pm Tue Dec 30 14:20:55 2008
@@ -1,4 +1,3 @@
-#!/usr/bin/env perl
package Path::Dispatcher::Rule::Eq;
use Moose;
extends 'Path::Dispatcher::Rule';
Modified: Path-Dispatcher/trunk/lib/Path/Dispatcher/Rule/Intersection.pm
==============================================================================
--- Path-Dispatcher/trunk/lib/Path/Dispatcher/Rule/Intersection.pm (original)
+++ Path-Dispatcher/trunk/lib/Path/Dispatcher/Rule/Intersection.pm Tue Dec 30 14:20:55 2008
@@ -1,4 +1,3 @@
-#!/usr/bin/env perl
package Path::Dispatcher::Rule::Intersection;
use Moose;
use MooseX::AttributeHelpers;
Modified: Path-Dispatcher/trunk/lib/Path/Dispatcher/Rule/Metadata.pm
==============================================================================
--- Path-Dispatcher/trunk/lib/Path/Dispatcher/Rule/Metadata.pm (original)
+++ Path-Dispatcher/trunk/lib/Path/Dispatcher/Rule/Metadata.pm Tue Dec 30 14:20:55 2008
@@ -1,4 +1,3 @@
-#!/usr/bin/env perl
package Path::Dispatcher::Rule::Metadata;
use Moose;
use MooseX::AttributeHelpers;
Modified: Path-Dispatcher/trunk/lib/Path/Dispatcher/Rule/Regex.pm
==============================================================================
--- Path-Dispatcher/trunk/lib/Path/Dispatcher/Rule/Regex.pm (original)
+++ Path-Dispatcher/trunk/lib/Path/Dispatcher/Rule/Regex.pm Tue Dec 30 14:20:55 2008
@@ -1,4 +1,3 @@
-#!/usr/bin/env perl
package Path::Dispatcher::Rule::Regex;
use Moose;
extends 'Path::Dispatcher::Rule';
Modified: Path-Dispatcher/trunk/lib/Path/Dispatcher/Rule/Tokens.pm
==============================================================================
--- Path-Dispatcher/trunk/lib/Path/Dispatcher/Rule/Tokens.pm (original)
+++ Path-Dispatcher/trunk/lib/Path/Dispatcher/Rule/Tokens.pm Tue Dec 30 14:20:55 2008
@@ -1,4 +1,3 @@
-#!/usr/bin/env perl
package Path::Dispatcher::Rule::Tokens;
use Moose;
use Moose::Util::TypeConstraints;
Modified: Path-Dispatcher/trunk/lib/Path/Dispatcher/Rule/Under.pm
==============================================================================
--- Path-Dispatcher/trunk/lib/Path/Dispatcher/Rule/Under.pm (original)
+++ Path-Dispatcher/trunk/lib/Path/Dispatcher/Rule/Under.pm Tue Dec 30 14:20:55 2008
@@ -1,4 +1,3 @@
-#!/usr/bin/env perl
package Path::Dispatcher::Rule::Under;
use Moose;
use Moose::Util::TypeConstraints;
More information about the Bps-public-commit
mailing list