projects
/
dbsrgits/DBIx-Class-DeploymentHandler.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
cc64124
)
Correct the resultset used for deployment
Nigel Metheringham [Fri, 24 Sep 2010 14:43:36 +0000 (15:43 +0100)]
lib/DBIx/Class/DeploymentHandler/Manual/Intro.pod
patch
|
blob
|
blame
|
history
diff --git
a/lib/DBIx/Class/DeploymentHandler/Manual/Intro.pod
b/lib/DBIx/Class/DeploymentHandler/Manual/Intro.pod
index
a214e73
..
3e24518
100644
(file)
--- a/
lib/DBIx/Class/DeploymentHandler/Manual/Intro.pod
+++ b/
lib/DBIx/Class/DeploymentHandler/Manual/Intro.pod
@@
-94,7
+94,7
@@
is create a file called C<dbicdh/_common/deploy/1/create_artists.pl>:
sub {
my $schema = shift;
- $schema->resultset('User')->populate([
+ $schema->resultset('Artist')->populate([
['name'],
['Marillion'],
['The Moutain Goats'],