Subject: | typos in commans for create models |
Hello!
This example
$ script/myapp_create.pl model DB DBIC::Schema MyApp::Schema \
create=static component=TimeStamp dbi:SQLite:myapp.db \
on_connect_do="PRAGMA foreign_keys = ON"
does not add new components (in this case, TimeStamp). I looked at the documentation DBIx::Class::Schema::Loader::Base and found only 'components' option https://metacpan.org/pod/DBIx::Class::Schema::Loader::Base#components
Also, I found the commit in which these changes occur:
fix typos in example commands (RT#89475)