Create deprecated
From ClassDBI
As of version 3.0.9, create() is deprecated in favor of insert(). According to the Changes file, it will start issuing 'deprecated' warnings in 3.2.0 and will be removed no earlier than 3.4.0.
While create() currently still works, there is one caveat you should be aware of. If you are overriding _croak, $info{data} now returns 'insert' instead of 'create'.
-- Claco

