Пакет perl-DBIx-Class-Loader: Информация

    Исходный пакет: perl-DBIx-Class-Loader
    Версия: 0.21-alt1.1.1
    Собран:  23 ноября 2010 г. 10:34
    Категория: Разработка/Perl
    Сообщить об ошибке в пакете
    Домашняя страница: http://search.cpan.org/dist/DBIx-Class-Loader/

    Лицензия: Artistic
    О пакете: Dynamic definition of DBIx::Class sub classes
    Описание: 
    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.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    perl-DBIx-Class-Loader (noarch)

    Сопровождающий: Michael Bochkaryov

    Список участников:
    Igor Vlasenko
    Michael Bochkaryov

    Права:
    Michael Bochkaryov
    @cpan

      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

    Последнее изменение


    22 ноября 2010 г. Igor Vlasenko 0.21-alt1.1.1
    - repair after perl 5.12 upgrade using girar-nmu
    6 октября 2008 г. Igor Vlasenko 0.21-alt1.1
    - NMU for unknown reason:
      the person above was too neglectant to add --changelog "- NMU: <reason>" option.
    13 июня 2008 г. Michael Bochkaryov 0.21-alt1
    - first build for ALT Linux Sisyphus