Package perl-DBIx-Class-Loader: Information

    Source package: perl-DBIx-Class-Loader
    Version: 0.21-alt1.1.1
    Build time:  Nov 23, 2010, 10:34 AM
    Category: Development/Perl
    Report package bug
    License: Artistic
    Summary: Dynamic definition of DBIx::Class sub classes
    Description: 
    DBIx::Class::Loader automate the definition of DBIx::Class sub-classes by
    scanning table schemas and setting up columns and primary keys.
    
    Class names are defined by table names and the namespace option.  The only
    required arguments are "namespace" and "dsn".
    
     +---------+-----------+--------------+
     | table   | namespace | class        |
     +---------+-----------+--------------+
     | foo     | Data      | Data::Foo    |
     | foo_bar | MyDB      | MyDB::FooBar |
     +---------+-----------+--------------+
    
    DBIx::Class::Loader supports MySQL, Postgres, SQLite and DB2.  See
    DBIx::Class::Loader::Generic for more, and DBIx::Class::Loader::Writing
    for notes on writing your own db-specific subclass for an unsupported db.

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

    Maintainer: Michael Bochkaryov

    List of contributors:
    Igor Vlasenko
    Michael Bochkaryov

      1. perl-DBD-SQLite
      2. perl-DBIx-Class
      3. perl-Lingua-EN-Inflect
      4. perl-Log-Agent
      5. perl-Test-Pod
      6. perl-Test-Pod-Coverage
      7. perl-Text-Balanced
      8. perl-UNIVERSAL-require

    Last changed


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