remove remaining refereces to Method::Signatures::Simple
[dbsrgits/DBIx-Class-DeploymentHandler.git] / lib / DBIx / Class / DeploymentHandler / VersionHandler / DatabaseToSchemaVersions.pm
index de34af0..fd0f798 100644 (file)
@@ -3,8 +3,6 @@ use Moose;
 
 # ABSTRACT: Go straight from Database to Schema version
 
-use Method::Signatures::Simple;
-
 with 'DBIx::Class::DeploymentHandler::HandlesVersioning';
 
 has schema_version => (