Skip to content

Commit

Permalink
fixed more pod
Browse files Browse the repository at this point in the history
  • Loading branch information
jjn1056 committed Feb 25, 2012
1 parent af3fded commit 384c5ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions lib/DBIx/Class/Migration.pm
Original file line number Diff line number Diff line change
Expand Up @@ -904,6 +904,7 @@ Accepts: Arrayref of fixture sets
After database installation, populate the fixtures in order.
=back
Currently we allow one callback C<on_install> which gets passed two arguments:
=head1 THANKS
Expand Down
6 changes: 3 additions & 3 deletions lib/DBIx/Class/Migration/Script.pm
Original file line number Diff line number Diff line change
Expand Up @@ -288,8 +288,8 @@ Accepts Str. Not Required
This is the DSN for the database you are going to be targeting for deploying
or altering ddl, and installing or generating fixtures.
This should be a DSN suitable for L<DBIx::Class::Schema/connect), something
in the form of C<DBI:SQLite:myapp-schema.db)>.
This should be a DSN suitable for L<DBIx::Class::Schema/connect>, something
in the form of C<DBI:SQLite:myapp-schema.db>.
Please take care where you point this (like production :) )
Expand Down Expand Up @@ -405,7 +405,7 @@ Should point to the class that does what L<DBIx::Class::Migration> does. This
is exposed here for those who need to subclass L<DBIx::Class::Migration>. We
don't expose this attribute to the commandline, so if you are smart enough to
do the subclassing (and sure you need to do that), I will assume you will also
either subclass L<L<DBIx::Class::Migration:Script> or override then default
either subclass L<DBIx::Class::Migration:Script> or override then default
value using some standard technique.
=head2 dbic_fixture_class
Expand Down

0 comments on commit 384c5ce

Please sign in to comment.