Versions
v0.82.843 :: 0 :: gentoo
- Modified
- License
- || ( Artistic GPL-1+ )
- Keywords
- ~amd64 ~x86
- USE flags
- admin admin-script deploy examples replicated test
USE flags
General
- admin
- Modules required for the DBIx::Class administrative library
- admin-script
- Modules required for the CLI DBIx::Class interface dbicadmin
- deploy
- Modules required for "deploy" in DBIx::Class::Storage::DBI and "deploymen_statements" in DBIx::Class::Storage::DBI
- examples
- Install examples, usually source code
- replicated
- Modules required for DBIx::Class::Storage::DBI::Replicated
- test
- Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
perl_features
- debug
- PERL_FEATURES setting enabling internal debug support in Perl
- ithreads
- PERL_FEATURES setting enabling interpreter level threads, has some compatibility problems
- quadmath
- PERL_FEATURES setting enabling 128bit floating point arithmetic via libquadmath
Dependencies
dev-lang / perl : Larry Wall's Practical Extraction and Report Language
Runtime Dependencies
dev-lang / perl : Larry Wall's Practical Extraction and Report Language
dev-perl / Class-Accessor-Grouped : Lets you build groups of accessors
dev-perl / Class-C3-Componentised : Load mix-ins or components to your C3-based class
dev-perl / Class-Inspector : Provides information about Classes
dev-perl / Clone : Recursively copy Perl datatypes
dev-perl / Config-Any : Load configuration from different file formats, transparently
dev-perl / Context-Preserve : Return chained, modified values from subs, without losing context
dev-perl / DBI : Database independent interface for Perl
dev-perl / Data-Dumper-Concise : Less indentation and newlines plus sub deparsing
dev-perl / Devel-GlobalDestruction : Returns the equivalent of ${^GLOBAL_PHASE} eq DESTRUCT for older perls
dev-perl / Getopt-Long-Descriptive : Getopt::Long with usage text
dev-perl / Hash-Merge : Merges arbitrarily deep hashes into a single hash
dev-perl / JSON-Any : Wrapper Class for the various JSON classes (DEPRECATED)
dev-perl / MRO-Compat : Lets you build groups of accessors
dev-perl / Math-Base36 : Encoding and decoding of base36 strings
dev-perl / Module-Find : Find and use installed modules in a (sub)category
dev-perl / Moo : Minimalist Object Orientation (with Moose compatiblity)
dev-perl / Moose : Postmodern object system for Perl 5
dev-perl / MooseX-Types : Organise your Moose types in libraries
dev-perl / MooseX-Types-JSON : JSON datatype for Moose
dev-perl / MooseX-Types-Path-Class : A Path::Class type library for Moose
dev-perl / Path-Class : Cross-platform path specification manipulation
dev-perl / SQL-Abstract-Classic : Generate SQL from Perl data structures with backwards/forwards compat
dev-perl / SQL-Translator : Manipulate structured data definitions (SQL and more)
dev-perl / Scope-Guard : Lexically scoped resource management
dev-perl / Sub-Name : (Re)name a sub
dev-perl / Text-CSV : Manipulate comma-separated value strings
dev-perl / Try-Tiny : Minimal try/catch with proper localization of $@
dev-perl / namespace-autoclean : Keep imports out of your namespace
dev-perl / namespace-clean : Keep imports and functions out of your namespace
virtual / perl-File-Path : Virtual for File-Path
virtual / perl-Math-BigInt : Virtual for Math-BigInt
virtual / perl-Text-Balanced : Virtual for Text-Balanced
Depending packages
dev-perl / DBIx-Class-DynamicDefault : Automatically set and update fields
dev-perl / DBIx-Class-InflateColumn-Boolean : Auto-create boolean objects from columns
dev-perl / DBIx-Class-InflateColumn-IP : Auto-create NetAddr::IP objects from columns
dev-perl / DBIx-Class-InflateColumn-Object-Enum : Allows a DBIx::Class user to define a Object::Enum column
dev-perl / DBIx-Class-UserStamp : Automatically set update and create user id fields
Bugs
- 864995
- dev-perl/DBIx-Class-0.82.842 fails tests
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Matt Turner · gentoo
dev-perl/DBIx-Class: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-perl/DBIx-Class: add 0.82.843
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Kent Fredric · gentoo
dev-perl/DBIx-Class: Cleanup old 0.82.841-r1
Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Kent Fredric <kentnl@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Kent Fredric · gentoo
dev-perl/DBIx-Class: Drop ppc-aix re bug #690140
Depends: - dev-perl/SQL-Translator - dev-perl/XML-LibXML - dev-perl/Alien-Libxml2 Bug: https://bugs.gentoo.org/690140 Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Kent Fredric · gentoo
dev-perl/DBIx-Class: Bump to version 0.82.842
Upstream: - Add an on_connect rebase_sqlmaker call for per-schema-instance SQL generators outside core. - Automatically detect and use multi-column IN queries on new-enough libsqlite's. - Fix silent failure/incorrect return value on primary key fetch - Fix agressive condition unrolling corrupting custom ops with array args - Fix incorrect ::Storage->_ping() on Sybase - depend on Clone in 'replicated' feature deps to fix Hash-Merge breakage - DBIC_TRACE_PROFILE= now uses new module Storage::Debug::PrettyTrace - Replace SQL::Abstract with ::Classic for fewer expectation changes around stability. - Inline Data::Page mechanics Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andreas K. Hüttel · gentoo
dev-perl/DBIx-Class: Remove old
Closes: https://bugs.gentoo.org/649542 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Kent Fredric · gentoo
dev-perl/DBIx-Class: Fix IUSE wr/t bug #695086
- Update to EAPI7 - Fix IUSE to not use underscores (bug #695086) Bug: https://bugs.gentoo.org/695086 Package-Manager: Portage-2.3.75, Repoman-2.3.16 Signed-off-by: Kent Fredric <kentnl@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Kent Fredric · gentoo
dev-perl/DBIx-Class: Bump to version 0.82.841
- Remove now redundant sed hacks from Makefile.PL Upstream: - Fix build tooling for 'progressive' perls - Fix various test failures - Fix tests for recent SQLites Bug: https://bugs.gentoo.org/649542 Bug: https://bugs.gentoo.org/661214 Bug: https://rt.cpan.org/Ticket/Display.html?id=117271 Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Kent Fredric <kentnl@gentoo.org> - Kent Fredric · gentoo
dev-perl/DBIx-Class: Fix for '.' in @INC re bug #615710
Generic Module::Install fix for 5.26 Bug: https://bugs.gentoo.org/615710 Package-Manager: Portage-2.3.6, Repoman-2.3.2 - Kent Fredric · gentoo
dev-perl/DBIx-Class: Cleanup old
Remove old versions with now failing tests Package-Manager: Portage-2.3.4, Repoman-2.3.2 - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - T. Malfatti · gentoo
media-libs/portaudio: Version bump - Kent Fredric · gentoo
dev-perl/DBIx-Class: Bump to version 0.82.840
- EAPI6 - Add USE=examples - Enable parallel testing Package-Manager: portage-2.3.2 - Kent Fredric · gentoo
dev-perl/DBIx-Class: Remove redundant dep on dev-perl/Test-Pod{,-Coverage}
No user-executable tests use these modules. Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd" - Andreas K. Hüttel · gentoo
dev-perl/DBIx-Class: Remove old
Package-Manager: portage-2.2.26 - Robin H. Johnson · gentoo
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed