Skip to content
This repository has been archived by the owner on Dec 21, 2019. It is now read-only.

Commit

Permalink
Add some docs
Browse files Browse the repository at this point in the history
  • Loading branch information
autarch committed Apr 14, 2012
1 parent 2bdfba0 commit 61568b2
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions lib/Database/Migrator/mysql.pm
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,21 @@ sub _build_dbh {
__PACKAGE__->meta()->make_immutable();

1;

#ABSTRACT: Database::Migrator implementation for MySQL

=head1 SYNOPSIS
package MyApp::Migrator;
use parent 'Database::Migrator::mysql';
has '+database' => (
required => 0,
default => 'MyApp',
);
=head1 DESCRIPTION
This module provides a L<Database::Migrator> implementation for MySQL. See
L<Database::Migrator> and L<Database::Migrator::Core> for more documentation.

0 comments on commit 61568b2

Please sign in to comment.