File: TODO

package info (click to toggle)
libdbix-class-inflatecolumn-serializer-perl 0.09-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 168 kB
  • sloc: perl: 310; sql: 6; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 440 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
TODO list for Perl module DBIx::Class::InflateColumn::Serializer

- Make tests detect what serializers you have installed, and test only those
- Truncation tests now have to manually be executed against a mysql that has the table in t/lib/sqlite.sql
  created DBICTEST_DSN="dbi:mysql:test" DBICTEST_NODEPLOY=1 perl -I blib/lib/ t/002_serialize.t
- Let the user select the parameters for serialization modules (via serializer_args, f. ex.)