From: Nigel Metheringham Date: Fri, 24 Sep 2010 14:41:32 +0000 (+0100) Subject: Correct the directory name for the populate script X-Git-Tag: v0.001005~10 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class-DeploymentHandler.git;a=commitdiff_plain;h=cc64124f3a8f27b0b39ba9449776056da254d8b2 Correct the directory name for the populate script --- diff --git a/lib/DBIx/Class/DeploymentHandler/Manual/Intro.pod b/lib/DBIx/Class/DeploymentHandler/Manual/Intro.pod index 58d3d3b..a214e73 100644 --- a/lib/DBIx/Class/DeploymentHandler/Manual/Intro.pod +++ b/lib/DBIx/Class/DeploymentHandler/Manual/Intro.pod @@ -90,7 +90,7 @@ translated into the sql. To truly take advantage of all DBIx::Class::DeploymentHandler offers, you should probably be using it for population. To do that all you need to do -is create a file called C: +is create a file called C: sub { my $schema = shift;