X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FDeploymentHandler%2FDeprecated.pm;h=3697761b93786bc5f2dbf35c2910dc0cd6122509;hb=12d6fbade8361d1eb8ac95f54543bf784175315d;hp=d13faf4f383aedbeb03f5d29a92deb59049585b7;hpb=fe3b6dffd232cf147c614485fcdb139b3079ff2b;p=dbsrgits%2FDBIx-Class-DeploymentHandler.git diff --git a/lib/DBIx/Class/DeploymentHandler/Deprecated.pm b/lib/DBIx/Class/DeploymentHandler/Deprecated.pm index d13faf4..3697761 100644 --- a/lib/DBIx/Class/DeploymentHandler/Deprecated.pm +++ b/lib/DBIx/Class/DeploymentHandler/Deprecated.pm @@ -1,11 +1,16 @@ package DBIx::Class::DeploymentHandler::Deprecated; +# ABSTRACT: (DEPRECATED) Use this if you are stuck in the past + use Moose; use Moose::Util 'apply_all_roles'; extends 'DBIx::Class::DeploymentHandler::Dad'; +# a single with would be better, but we can't do that +# see: http://rt.cpan.org/Public/Bug/Display.html?id=46347 with 'DBIx::Class::DeploymentHandler::Deprecated::WithDeprecatedSqltDeployMethod', 'DBIx::Class::DeploymentHandler::Deprecated::WithDeprecatedVersionStorage'; +with 'DBIx::Class::DeploymentHandler::WithReasonableDefaults'; sub BUILD { my $self = shift; @@ -27,6 +32,8 @@ __PACKAGE__->meta->make_immutable; 1; +# vim: ts=2 sw=2 expandtab + __END__ -vim: ts=2 sw=2 expandtab +