Package perl-DBIx-Class-SingletonRows: Information

    Source package: perl-DBIx-Class-SingletonRows
    Version: 0.11-alt1.1.1
    Build time:  Nov 23, 2010, 07:46 AM
    Category: Development/Perl
    Report package bug
    License: Artistic
    Summary: make database rows returned by DBIx::Class
    Description: 
    DBIx::Class::SingletonRows wraps around inflate_result() method of DBIx::Class::Row
    class so that it always returns singletons.
    
    Sample:
    
    	package MyProject::DB::Employee;
    	use base qw(DBIx::Class);
    	__PACKAGE__->load_components(qw(SingletonRows Core));
    	__PACKAGE__->table('employees');
    	...

    List of rpms provided by this srpm:
    perl-DBIx-Class-SingletonRows (noarch)

    Maintainer: Michael Bochkaryov

    List of contributors:
    Igor Vlasenko
    Michael Bochkaryov

      1. perl-DBD-SQLite
      2. perl-DBIx-Class
      3. perl-Log-Agent
      4. perl-Test-Pod

    Last changed


    Nov. 22, 2010 Igor Vlasenko 0.11-alt1.1.1
    - repair after perl 5.12 upgrade using girar-nmu
    Oct. 6, 2008 Igor Vlasenko 0.11-alt1.1
    - NMU for unknown reason:
      the person above was too neglectant to add --changelog "- NMU: <reason>" option.
    June 30, 2008 Michael Bochkaryov 0.11-alt1
    - first build for ALT Linux Sisyphus