DBIx::Class::RDBOHelpers

DBIC compat with Rose::DBx::Object::MoreHelpers
Download

DBIx::Class::RDBOHelpers Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Peter Karman
  • Publisher web site:
  • http://search.cpan.org/~karman/

DBIx::Class::RDBOHelpers Tags


DBIx::Class::RDBOHelpers Description

DBIx::Class::RDBOHelpers is a Perl module that 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.SYNOPSIS package MyDB::Schema::Foo; use strict; use base 'DBIx::Class'; __PACKAGE__->load_components(qw( RDBOHelpers Core )); # ... rest of schema setup hereProduct's homepage


DBIx::Class::RDBOHelpers Related Software