X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class-DeploymentHandler.git;a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FDeploymentHandler%2FHandlesMigrationSchema.pm;fp=lib%2FDBIx%2FClass%2FDeploymentHandler%2FHandlesProvideSchema.pm;h=28cf9f71a237a20ee1ca4d82287e75acd94fe993;hp=6a0fd25fbb2cc19fdff364c08cbb2f8222557d40;hb=41a539b4f7147fb311409eb99ddd3a71f5787bbe;hpb=7d876442f151bedf8bcf7d594f30d58f6dad8b59 diff --git a/lib/DBIx/Class/DeploymentHandler/HandlesProvideSchema.pm b/lib/DBIx/Class/DeploymentHandler/HandlesMigrationSchema.pm similarity index 54% rename from lib/DBIx/Class/DeploymentHandler/HandlesProvideSchema.pm rename to lib/DBIx/Class/DeploymentHandler/HandlesMigrationSchema.pm index 6a0fd25..28cf9f7 100644 --- a/lib/DBIx/Class/DeploymentHandler/HandlesProvideSchema.pm +++ b/lib/DBIx/Class/DeploymentHandler/HandlesMigrationSchema.pm @@ -1,4 +1,4 @@ -package DBIx::Class::DeploymentHandler::HandlesProvideSchema; +package DBIx::Class::DeploymentHandler::HandlesMigrationSchema; use Moose::Role; # ABSTRACT: Interface for providing a $schema to the deployment scripts @@ -11,9 +11,9 @@ requires 'migration_schema'; __END__ -=method schema_for_run_files +=method migration_schema - my $schema = $dh->schema_for_run_files; + my $schema = $dh->migration_schema; Provides a L object that we can pass to the Perl deploy scripts. @@ -24,11 +24,11 @@ scripts. =item * -L +L =item * -L +L =back