simplify most of the code significantly thanks to version handling code
[dbsrgits/DBIx-Class-DeploymentHandler.git] / lib / DBIx / Class / DeploymentHandler / HandlesVersioning.pm
index 7b111a2..b1ebb78 100644 (file)
@@ -7,7 +7,7 @@ has schema => (
   isa      => 'DBIx::Class::Schema',
   is       => 'ro',
   required => 1,
-  handles => [qw( ddl_filename schema_version )],
+  handles => [qw( schema_version )],
 );
 
 has version_rs => (