Subject: | docs - typo & suggestion for "THIS SUCKS" section |
'new' is missing here:
my $dh = DBIx::Class::DeploymentHandler->({ schema => $s });
Also, maybe consider adding a note about need to define the version first, e.g. change this:
First off, you'll want to just install the version_storage:
To something like:
First off, define the version in your main schema file (e.g. using $VERSION) as in the Intro
<link to DBIx/Class/DeploymentHandler/Manual/Intro.pod#Sample_database >
Then you'll want to just install the version_storage: