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

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix dumb SYNOPSIS
  • Loading branch information
autarch committed Jun 14, 2012
1 parent dd6c8ae commit 247a79c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/Database/Migrator/mysql.pm
Expand Up @@ -108,7 +108,9 @@ __PACKAGE__->meta()->make_immutable();
package MyApp::Migrator;
use parent 'Database::Migrator::mysql';
use Moose;
extends 'Database::Migrator::mysql';
has '+database' => (
required => 0,
Expand Down

0 comments on commit 247a79c

Please sign in to comment.