Help for this page

Select Code to Download


  1. or download this
    $row->discard_changes;
    
  2. or download this
    package MyDB::T;
    use base qw( DBIx::Class );
    ...
    
        return $class->next::method( $attrs );
    }