Correct the directory name for the populate script
Nigel Metheringham [Fri, 24 Sep 2010 14:41:32 +0000 (15:41 +0100)]
lib/DBIx/Class/DeploymentHandler/Manual/Intro.pod

index 58d3d3b..a214e73 100644 (file)
@@ -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<dbicdh/_common/install/1/create_artists.pl>:
+is create a file called C<dbicdh/_common/deploy/1/create_artists.pl>:
 
  sub {
     my $schema = shift;