restructure namespace
[dbsrgits/DBIx-Class-DeploymentHandler.git] / t / lib / DBICVersion_v2.pm
index 659e3b6..602a1c3 100644 (file)
@@ -32,6 +32,6 @@ use warnings;
 our $VERSION = '2.0';
 
 __PACKAGE__->register_class('Foo', 'DBICVersion::Foo');
-__PACKAGE__->load_components('DeploymentHandler::Component');
+__PACKAGE__->load_components('DeploymentHandler::VersionStorage::Standard::Component');
 
 1;