Fix documentation for in the Cookbook
[dbsrgits/DBIx-Class-DeploymentHandler.git] / t / lib / DBICVersion_v2.pm
index fa7932b..602a1c3 100644 (file)
@@ -17,7 +17,8 @@ __PACKAGE__->add_columns(
        },
        baz => {
                data_type => 'VARCHAR',
-               size => '10'
+               size => '10',
+               is_nullable => 1,
        },
 );
 
@@ -31,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;