Your IP : 216.73.216.1


Current Path : /usr/share/doc/perl-DBIx-Class/t/lib/
Upload File :
Current File : //usr/share/doc/perl-DBIx-Class/t/lib/ViewDeps.pm

package    # hide from PAUSE
    ViewDeps;
## Used in 105view_deps.t

use strict;
use warnings;
use base 'DBICTest::BaseSchema';

__PACKAGE__->load_namespaces;

sub sqlt_deploy_hook {
    my $self = shift;
    $self->{sqlt} = shift;
}

1;