From: Arthur Axel 'fREW' Schmidt Date: Sat, 10 Jul 2010 08:58:16 +0000 (-0500) Subject: env > !perl X-Git-Tag: v0.001003~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class-DeploymentHandler.git;a=commitdiff_plain;h=ee8b35488f1450fe7e6e5a1cc3d995ef6eb65141 env > !perl --- diff --git a/lib/DBIx/Class/DeploymentHandler/Manual/Intro.pod b/lib/DBIx/Class/DeploymentHandler/Manual/Intro.pod index 6e2b8f6..58d3d3b 100644 --- a/lib/DBIx/Class/DeploymentHandler/Manual/Intro.pod +++ b/lib/DBIx/Class/DeploymentHandler/Manual/Intro.pod @@ -43,7 +43,7 @@ this makes versioning much simpler for figuring out what version is next Our first script, C reads our schema file and creates the tables in the database. - #!perl + #!/usr/bin/env perl use strict; use warnings; use aliased 'DBIx::Class::DeploymentHandler' => 'DH'; @@ -125,7 +125,7 @@ want to remember the earlier advice about integer version numbers. So here is our next script, C: - #!perl + #!/usr/bin/env perl use strict; use warnings; use aliased 'DBIx::Class::DeploymentHandler' => 'DH';