Pkgsrc changes:
- Add build dependency on databases/p5-DBIx-Class for test target
Upstream changes:
0.08 17 Nov 2008
* add unique_value() method similar to Rose::DBx::Object::MoreHelpers
DBIx::Class::RDBOHelpers implements several methods with the same
names as those in Rose::DBx::Object::MoreHelpers. This class helps
ease compatability issues when using packages that expect these
methods to exist, like Rose::HTMLx::Form::Related and CatalystX::CRUD::YUI.
Most of these are convenience wrappers rather than implementing
any new features.