The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

DBIx::Cookbook::DBIC::Sakila::Result::SalesByFilmCategory

ACCESSORS

category

  data_type: VARCHAR
  default_value: undef
  is_nullable: 0
  size: 25

total_sales

  data_type: DECIMAL
  default_value: undef
  is_nullable: 1
  size: 27