Changes for version 0.300400

  • THIS RELEASE CONTAINS A POTENTIALLY BREAKING CHANGE.
  • NOT NULL columns are now populated, not just those with a sims setting.
    • This no longer throws an error if the column wasn't populated.
    • This will skip columns in PK and UK declarations.
  • Move the "our $VERSION" declaration to within the first 10 lines of lib/DBIx/Class/Sims.pm
    • CPAN hasn't been indexing new versions since 0.300004.
  • Use our own clone() function instead of Clone::Any
    • Clone::Any may disconnect the schema if a Result object is passed in.
  • Reporting of duplicates returns a copy of the row, not the row itself.

Modules

The addition of simulating data to DBIx::Class

Provides

in lib/DBIx/Class/Sims/Runner.pm
in lib/DBIx/Class/Sims/Util.pm
in lib/DBIx/Class/Sims.pm