Metadata
{
+
"abstracts_in_pod": { … - "DBIx::Class": "Extensible and flexible object <-> relational mapper.",
- "DBIx::Class::AccessorGroup": "See Class::Accessor::Grouped",
- "DBIx::Class::Admin": "Administration object for schemas",
- "DBIx::Class::CDBICompat": "Class::DBI Compatibility layer.",
- "DBIx::Class::Carp": "Provides advanced Carp::Clan-like warning functions for DBIx::Class internals",
- "DBIx::Class::Core": "Core set of DBIx::Class modules",
- "DBIx::Class::Cursor": "Abstract object representing a query cursor on a\nresultset.",
- "DBIx::Class::DB": "(DEPRECATED) classdata schema component",
- "DBIx::Class::Exception": "Exception objects for DBIx::Class",
- "DBIx::Class::FilterColumn": "Automatically convert column data",
- "DBIx::Class::InflateColumn": "Automatically create references from column data",
- "DBIx::Class::InflateColumn::DateTime": "Auto-create DateTime objects from date and datetime columns.",
- "DBIx::Class::InflateColumn::File": "DEPRECATED (superseded by DBIx::Class::InflateColumn::FS)",
- "DBIx::Class::Manual": "Index of the Manual",
- "DBIx::Class::Manual::Component": "Developing DBIx::Class Components",
- "DBIx::Class::Manual::Cookbook": "Miscellaneous recipes",
- "DBIx::Class::Manual::DocMap": "What documentation do we have?",
- "DBIx::Class::Manual::Example": "Simple CD database example",
- "DBIx::Class::Manual::FAQ": "Frequently Asked Questions (in theory)",
- "DBIx::Class::Manual::Features": "A boatload of DBIx::Class features with links to respective documentation",
- "DBIx::Class::Manual::Glossary": "Clarification of terms used.",
- "DBIx::Class::Manual::Intro": "Introduction to DBIx::Class",
- "DBIx::Class::Manual::Joining": "Manual on joining tables with DBIx::Class",
- "DBIx::Class::Manual::QuickStart": "up and running with DBIC in 10 minutes",
- "DBIx::Class::Manual::Reading": "How to read and write DBIx::Class POD.",
- "DBIx::Class::Manual::ResultClass": "Representing a single result (row) from\na DB query",
- "DBIx::Class::Manual::Troubleshooting": "Got a problem? Shoot it.",
- "DBIx::Class::Optional::Dependencies": "Optional module dependency specifications (for module authors)",
- "DBIx::Class::Ordered": "Modify the position of objects in an ordered list.",
- "DBIx::Class::PK": "Primary Key class",
- "DBIx::Class::PK::Auto": "Automatic primary key class",
- "DBIx::Class::Relationship": "Inter-table relationships",
- "DBIx::Class::Relationship::Base": "Inter-table relationships",
- "DBIx::Class::ResultClass::HashRefInflator": "Get raw hashrefs from a resultset",
- "DBIx::Class::ResultSet": "Represents a query used for fetching a set of results.",
- "DBIx::Class::ResultSetColumn": "helpful methods for messing\n with a single column of the resultset",
- "DBIx::Class::ResultSetManager": "scheduled for deletion in 09000",
- "DBIx::Class::ResultSource": "Result source object",
- "DBIx::Class::ResultSource::Table": "Table object",
- "DBIx::Class::ResultSource::View": "ResultSource object representing a view",
- "DBIx::Class::ResultSourceHandle": "Serializable pointers to ResultSource instances",
- "DBIx::Class::ResultSourceProxy::Table": "provides a classdata table\nobject and method proxies",
- "DBIx::Class::Row": "Basic row methods",
- "DBIx::Class::SQLMaker": "An SQL::Abstract-based SQL maker class",
- "DBIx::Class::SQLMaker::LimitDialects": "SQL::Abstract::Limit-like functionality for DBIx::Class::SQLMaker",
- "DBIx::Class::SQLMaker::OracleJoins": "Pre-ANSI Joins-via-Where-Clause Syntax",
- "DBIx::Class::Schema": "composable schemas",
- "DBIx::Class::Schema::Versioned": "DBIx::Class::Schema plugin for Schema upgrades",
- "DBIx::Class::Serialize::Storable": "hooks for Storable nfreeze/thaw",
- "DBIx::Class::StartupCheck": "Run environment checks on startup",
- "DBIx::Class::Storage": "Generic Storage Handler",
- "DBIx::Class::Storage::BlockRunner": "Try running a block of code until success with a configurable retry logic",
- "DBIx::Class::Storage::DBI": "DBI storage handler",
- "DBIx::Class::Storage::DBI::ACCESS": "Support specific to MS Access",
- "DBIx::Class::Storage::DBI::ADO": "Support for L<DBD::ADO>",
- "DBIx::Class::Storage::DBI::ADO::MS_Jet": "Support for MS Access over ADO",
- "DBIx::Class::Storage::DBI::ADO::MS_Jet::Cursor": "GUID Support for MS Access over\nADO",
- "DBIx::Class::Storage::DBI::ADO::Microsoft_SQL_Server": "Support for Microsoft\nSQL Server via DBD::ADO",
- "DBIx::Class::Storage::DBI::ADO::Microsoft_SQL_Server::Cursor": "Remove trailing\nNULLs in binary data and normalize GUIDs for MSSQL over ADO",
- "DBIx::Class::Storage::DBI::AutoCast": "Storage component for RDBMS requiring explicit placeholder typing",
- "DBIx::Class::Storage::DBI::Cursor": "Object representing a query cursor on a\nresultset.",
- "DBIx::Class::Storage::DBI::DB2": "IBM DB2 support for DBIx::Class",
- "DBIx::Class::Storage::DBI::Firebird": "Driver for the Firebird RDBMS via\nL<DBD::Firebird>",
- "DBIx::Class::Storage::DBI::Firebird::Common": "Driver Base Class for the Firebird RDBMS",
- "DBIx::Class::Storage::DBI::IdentityInsert": "Storage Component for Sybase ASE and\nMSSQL for Identity Inserts / Updates",
- "DBIx::Class::Storage::DBI::Informix": "Base Storage Class for Informix Support",
- "DBIx::Class::Storage::DBI::InterBase": "Driver for the Firebird RDBMS via\nL<DBD::InterBase>",
- "DBIx::Class::Storage::DBI::MSSQL": "Base Class for Microsoft SQL Server support\nin DBIx::Class",
- "DBIx::Class::Storage::DBI::NoBindVars": "Sometime DBDs have poor to no support for bind variables",
- "DBIx::Class::Storage::DBI::ODBC": "Base class for ODBC drivers",
- "DBIx::Class::Storage::DBI::ODBC::ACCESS": "Support specific to MS Access over ODBC",
- "DBIx::Class::Storage::DBI::ODBC::DB2_400_SQL": "Support specific to DB2/400\nover ODBC",
- "DBIx::Class::Storage::DBI::ODBC::Firebird": "Driver for using the Firebird RDBMS\nthrough ODBC",
- "DBIx::Class::Storage::DBI::ODBC::Microsoft_SQL_Server": "Support specific\nto Microsoft SQL Server over ODBC",
- "DBIx::Class::Storage::DBI::ODBC::SQL_Anywhere": "Driver for using Sybase SQL\nAnywhere through ODBC",
- "DBIx::Class::Storage::DBI::Oracle": "Base class for Oracle driver",
- "DBIx::Class::Storage::DBI::Oracle::Generic": "Oracle Support for DBIx::Class",
- "DBIx::Class::Storage::DBI::Oracle::WhereJoins": "Oracle joins in WHERE syntax\nsupport (instead of ANSI).",
- "DBIx::Class::Storage::DBI::Pg": "Automatic primary key class for PostgreSQL",
- "DBIx::Class::Storage::DBI::Replicated": "BETA Replicated database support",
- "DBIx::Class::Storage::DBI::Replicated::Balancer": "A Software Load Balancer",
- "DBIx::Class::Storage::DBI::Replicated::Balancer::First": "Just get the First Balancer",
- "DBIx::Class::Storage::DBI::Replicated::Balancer::Random": "A 'random' Balancer",
- "DBIx::Class::Storage::DBI::Replicated::Introduction": "Minimum Need to Know",
- "DBIx::Class::Storage::DBI::Replicated::Pool": "Manage a pool of replicants",
- "DBIx::Class::Storage::DBI::Replicated::Replicant": "A replicated DBI Storage Role",
- "DBIx::Class::Storage::DBI::Replicated::WithDSN": "A DBI Storage Role with DSN\ninformation in trace output",
- "DBIx::Class::Storage::DBI::SQLAnywhere": "Driver for SQL Anywhere",
- "DBIx::Class::Storage::DBI::SQLAnywhere::Cursor": "GUID Support for SQL Anywhere\nover L<DBD::SQLAnywhere>",
- "DBIx::Class::Storage::DBI::SQLite": "Automatic primary key class for SQLite",
- "DBIx::Class::Storage::DBI::Sybase": "Base class for drivers using\nL<DBD::Sybase>",
- "DBIx::Class::Storage::DBI::Sybase::ASE": "Sybase ASE SQL Server support for\nDBIx::Class",
- "DBIx::Class::Storage::DBI::Sybase::ASE::NoBindVars": "Storage::DBI subclass for\nSybase ASE without placeholder support",
- "DBIx::Class::Storage::DBI::Sybase::FreeTDS": "Base class for drivers using\nDBD::Sybase over FreeTDS.",
- "DBIx::Class::Storage::DBI::Sybase::MSSQL": "(DEPRECATED) Legacy storage class for MSSQL via DBD::Sybase",
- "DBIx::Class::Storage::DBI::Sybase::Microsoft_SQL_Server": "Support for Microsoft\nSQL Server via DBD::Sybase",
- "DBIx::Class::Storage::DBI::Sybase::Microsoft_SQL_Server::NoBindVars": "Support for Microsoft\nSQL Server via DBD::Sybase without placeholders",
- "DBIx::Class::Storage::DBI::UniqueIdentifier": "Storage component for RDBMSes\nsupporting GUID types",
- "DBIx::Class::Storage::DBI::mysql": "Storage::DBI class implementing MySQL specifics",
- "DBIx::Class::Storage::Statistics": "SQL Statistics",
- "DBIx::Class::Storage::TxnScopeGuard": "Scope-based transaction handling",
- "DBIx::Class::UTF8Columns": "Force UTF8 (Unicode) flag on columns (DEPRECATED)",
- "SQL::Translator::Parser::DBIx::Class": "Create a SQL::Translator schema\nfrom a DBIx::Class::Schema instance",
- "SQL::Translator::Producer::DBIx::Class::File": "DBIx::Class file producer",
- "dbicadmin": "utility for administrating DBIx::Class schemata"
},- "author": "RIBASUSHI",
- "buildfile_executable": 0,
- "dir_lib": "lib",
- "dir_t": "t",
- "dir_xt": "xt",
+
"dirs_array": [ … - "examples/Benchmarks",
- "examples/MiscTools",
- "examples/Schema/MyApp/Schema/Result",
- "examples/Schema/MyApp/Schema",
- "examples/Schema/MyApp",
- "examples/Schema/db",
- "examples/Schema",
- "examples",
- "inc/Module/Install",
- "inc/Module",
- "inc",
- "lib/DBIx/Class/Admin",
- "lib/DBIx/Class/CDBICompat",
- "lib/DBIx/Class/ClassResolver",
- "lib/DBIx/Class/InflateColumn",
- "lib/DBIx/Class/Manual",
- "lib/DBIx/Class/Optional",
- "lib/DBIx/Class/PK/Auto",
- "lib/DBIx/Class/PK",
- "lib/DBIx/Class/Relationship",
- "lib/DBIx/Class/ResultClass",
- "lib/DBIx/Class/ResultSet",
- "lib/DBIx/Class/ResultSource/RowParser",
- "lib/DBIx/Class/ResultSource",
- "lib/DBIx/Class/ResultSourceProxy",
- "lib/DBIx/Class/SQLAHacks",
- "lib/DBIx/Class/SQLMaker",
- "lib/DBIx/Class/Schema",
- "lib/DBIx/Class/Serialize",
- "lib/DBIx/Class/Storage/DBI/ADO/MS_Jet",
- "lib/DBIx/Class/Storage/DBI/ADO/Microsoft_SQL_Server",
- "lib/DBIx/Class/Storage/DBI/ADO",
- "lib/DBIx/Class/Storage/DBI/Firebird",
- "lib/DBIx/Class/Storage/DBI/ODBC",
- "lib/DBIx/Class/Storage/DBI/Oracle",
- "lib/DBIx/Class/Storage/DBI/Replicated/Balancer",
- "lib/DBIx/Class/Storage/DBI/Replicated",
- "lib/DBIx/Class/Storage/DBI/SQLAnywhere",
- "lib/DBIx/Class/Storage/DBI/Sybase/ASE",
- "lib/DBIx/Class/Storage/DBI/Sybase/Microsoft_SQL_Server",
- "lib/DBIx/Class/Storage/DBI/Sybase",
- "lib/DBIx/Class/Storage/DBI",
- "lib/DBIx/Class/Storage",
- "lib/DBIx/Class",
- "lib/DBIx",
- "lib/SQL/Translator/Parser/DBIx",
- "lib/SQL/Translator/Parser",
- "lib/SQL/Translator/Producer/DBIx/Class",
- "lib/SQL/Translator/Producer/DBIx",
- "lib/SQL/Translator/Producer",
- "lib/SQL/Translator",
- "lib/SQL",
- "lib",
- "maint/Makefile.PL.inc",
- "maint",
- "script",
- "t/admin",
- "t/cdbi/DeepAbstractSearch",
- "t/cdbi/abstract",
- "t/cdbi/sweet",
- "t/cdbi/testlib/DBIC/Test",
- "t/cdbi/testlib/DBIC",
- "t/cdbi/testlib",
- "t/cdbi",
- "t/count",
- "t/delete",
- "t/inflate",
- "t/lib/DBICNSTest/Bogus",
- "t/lib/DBICNSTest/OtherRslt",
- "t/lib/DBICNSTest/RSet",
- "t/lib/DBICNSTest/Result",
- "t/lib/DBICNSTest/ResultSet",
- "t/lib/DBICNSTest/Rslt",
- "t/lib/DBICNSTest/RtBug41083/Result/Foo",
- "t/lib/DBICNSTest/RtBug41083/Result",
- "t/lib/DBICNSTest/RtBug41083/ResultSet",
- "t/lib/DBICNSTest/RtBug41083/ResultSet_A",
- "t/lib/DBICNSTest/RtBug41083/Result_A/A",
- "t/lib/DBICNSTest/RtBug41083/Result_A",
- "t/lib/DBICNSTest/RtBug41083",
- "t/lib/DBICNSTest",
- "t/lib/DBICTest/DynamicForeignCols",
- "t/lib/DBICTest/ForeignComponent",
- "t/lib/DBICTest/ResultSetManager",
- "t/lib/DBICTest/Schema",
- "t/lib/DBICTest/Taint/Classes",
- "t/lib/DBICTest/Taint/Namespaces/Result",
- "t/lib/DBICTest/Taint/Namespaces",
- "t/lib/DBICTest/Taint",
- "t/lib/DBICTest/Util",
- "t/lib/DBICTest",
- "t/lib/ViewDeps/Result",
- "t/lib/ViewDeps",
- "t/lib/ViewDepsBad/Result",
- "t/lib/ViewDepsBad",
- "t/lib/test_deploy",
- "t/lib/testinclude",
- "t/lib",
- "t/multi_create",
- "t/ordered",
- "t/prefetch",
- "t/relationship",
- "t/resultset",
- "t/resultsource",
- "t/row",
- "t/schema",
- "t/search",
- "t/sqlmaker/hierarchical",
- "t/sqlmaker/limit_dialects",
- "t/sqlmaker",
- "t/storage",
- "t/update",
- "t/var",
- "t",
- "xt"
],- "dist": "DBIx-Class",
- "dynamic_config": 0,
+
"error": { … - "consistent_version": "0.082840_01,0.1,1.10",
+
"prereq_matches_use": [ … - "JSON::Any",
- "Moose",
- "Moose::Role",
- "MooseX::Types",
- "MooseX::Types::JSON",
- "MooseX::Types::LoadableClass",
- "MooseX::Types::Moose",
- "MooseX::Types::Path::Class",
- "SQL::Translator::Schema::Constants",
- "SQL::Translator::Utils",
- "Sub::Quote",
- "mro"
],+
"test_prereq_matches_use": [ … ],- "use_warnings": "SQL::Translator::Producer::DBIx::Class::File"
},- "extension": "tar.gz",
- "external_license_file": "LICENSE",
- "extractable": 1,
- "extracts_nicely": 1,
- "file__build": 0,
- "file_blib": 0,
- "file_build": 0,
- "file_changelog": "Changes",
- "file_license": "LICENSE",
- "file_makefile": 0,
- "file_makefile_pl": "Makefile.PL",
- "file_manifest": "MANIFEST",
- "file_meta_yml": "META.yml",
- "file_pm_to_blib": 0,
- "file_readme": "README",
+
"files_array": [ … - "AUTHORS",
- "Changes",
- "LICENSE",
- "MANIFEST",
- "META.yml",
- "Makefile.PL",
- "README",
- "lib/DBIx/Class/AccessorGroup.pm",
- "lib/DBIx/Class/Admin.pm",
- "lib/DBIx/Class/CDBICompat.pm",
- "lib/DBIx/Class/Carp.pm",
- "lib/DBIx/Class/ClassResolver/PassThrough.pm",
- "lib/DBIx/Class/Componentised.pm",
- "lib/DBIx/Class/Core.pm",
- "lib/DBIx/Class/Cursor.pm",
- "lib/DBIx/Class/DB.pm",
- "lib/DBIx/Class/Exception.pm",
- "lib/DBIx/Class/FilterColumn.pm",
- "lib/DBIx/Class/FilterColumn.pod",
- "lib/DBIx/Class/InflateColumn/DateTime.pm",
- "lib/DBIx/Class/InflateColumn/DateTime.pod",
- "lib/DBIx/Class/InflateColumn/File.pm",
- "lib/DBIx/Class/InflateColumn.pm",
- "lib/DBIx/Class/InflateColumn.pod",
- "lib/DBIx/Class/Manual/Component.pod",
- "lib/DBIx/Class/Manual/Cookbook.pod",
- "lib/DBIx/Class/Manual/DocMap.pod",
- "lib/DBIx/Class/Manual/Example.pod",
- "lib/DBIx/Class/Manual/FAQ.pod",
- "lib/DBIx/Class/Manual/Features.pod",
- "lib/DBIx/Class/Manual/Glossary.pod",
- "lib/DBIx/Class/Manual/Intro.pod",
- "lib/DBIx/Class/Manual/Joining.pod",
- "lib/DBIx/Class/Manual/QuickStart.pod",
- "lib/DBIx/Class/Manual/Reading.pod",
- "lib/DBIx/Class/Manual/ResultClass.pod",
- "lib/DBIx/Class/Manual/Troubleshooting.pod",
- "lib/DBIx/Class/Manual.pod",
- "lib/DBIx/Class/Optional/Dependencies.pm",
- "lib/DBIx/Class/Optional/Dependencies.pod",
- "lib/DBIx/Class/Ordered.pm",
- "lib/DBIx/Class/PK/Auto.pm",
- "lib/DBIx/Class/PK.pm",
- "lib/DBIx/Class/PK.pod",
- "lib/DBIx/Class/Relationship/Accessor.pm",
- "lib/DBIx/Class/Relationship/Base.pm",
- "lib/DBIx/Class/Relationship/BelongsTo.pm",
- "lib/DBIx/Class/Relationship/CascadeActions.pm",
- "lib/DBIx/Class/Relationship/HasMany.pm",
- "lib/DBIx/Class/Relationship/HasOne.pm",
- "lib/DBIx/Class/Relationship/Helpers.pm",
- "lib/DBIx/Class/Relationship/ManyToMany.pm",
- "lib/DBIx/Class/Relationship/ProxyMethods.pm",
- "lib/DBIx/Class/Relationship.pm",
- "lib/DBIx/Class/ResultClass/HashRefInflator.pm",
- "lib/DBIx/Class/ResultSet/Pager.pm",
- "lib/DBIx/Class/ResultSet.pm",
- "lib/DBIx/Class/ResultSetColumn.pm",
- "lib/DBIx/Class/ResultSetManager.pm",
- "lib/DBIx/Class/ResultSetProxy.pm",
- "lib/DBIx/Class/ResultSource/RowParser/Util.pm",
- "lib/DBIx/Class/ResultSource/RowParser.pm",
- "lib/DBIx/Class/ResultSource/Table.pm",
- "lib/DBIx/Class/ResultSource/Table.pod",
- "lib/DBIx/Class/ResultSource/View.pm",
- "lib/DBIx/Class/ResultSource/View.pod",
- "lib/DBIx/Class/ResultSource.pm",
- "lib/DBIx/Class/ResultSourceHandle.pm",
- "lib/DBIx/Class/ResultSourceProxy/Table.pm",
- "lib/DBIx/Class/ResultSourceProxy/Table.pod",
- "lib/DBIx/Class/ResultSourceProxy.pm",
- "lib/DBIx/Class/Row.pm",
- "lib/DBIx/Class/SQLAHacks/MSSQL.pm",
- "lib/DBIx/Class/SQLAHacks/MySQL.pm",
- "lib/DBIx/Class/SQLAHacks/Oracle.pm",
- "lib/DBIx/Class/SQLAHacks/OracleJoins.pm",
- "lib/DBIx/Class/SQLAHacks/SQLite.pm",
- "lib/DBIx/Class/SQLAHacks.pm",
- "lib/DBIx/Class/SQLMaker/ACCESS.pm",
- "lib/DBIx/Class/SQLMaker/LimitDialects.pm",
- "lib/DBIx/Class/SQLMaker/MSSQL.pm",
- "lib/DBIx/Class/SQLMaker/MySQL.pm",
- "lib/DBIx/Class/SQLMaker/Oracle.pm",
- "lib/DBIx/Class/SQLMaker/OracleJoins.pm",
- "lib/DBIx/Class/SQLMaker/OracleJoins.pod",
- "lib/DBIx/Class/SQLMaker/SQLite.pm",
- "lib/DBIx/Class/SQLMaker.pm",
- "lib/DBIx/Class/SQLMaker.pod",
- "lib/DBIx/Class/Schema/Versioned.pm",
- "lib/DBIx/Class/Schema.pm",
- "lib/DBIx/Class/Serialize/Storable.pm",
- "lib/DBIx/Class/StartupCheck.pm",
- "lib/DBIx/Class/Storage/BlockRunner.pm",
- "lib/DBIx/Class/Storage/DBI/ACCESS.pm",
- "lib/DBIx/Class/Storage/DBI/ADO/CursorUtils.pm",
- "lib/DBIx/Class/Storage/DBI/ADO/MS_Jet/Cursor.pm",
- "lib/DBIx/Class/Storage/DBI/ADO/MS_Jet.pm",
- "lib/DBIx/Class/Storage/DBI/ADO/Microsoft_SQL_Server/Cursor.pm",
- "lib/DBIx/Class/Storage/DBI/ADO/Microsoft_SQL_Server.pm",
- "lib/DBIx/Class/Storage/DBI/ADO.pm",
- "lib/DBIx/Class/Storage/DBI/AutoCast.pm",
- "lib/DBIx/Class/Storage/DBI/Cursor.pm",
- "lib/DBIx/Class/Storage/DBI/DB2.pm",
- "lib/DBIx/Class/Storage/DBI/Firebird/Common.pm",
- "lib/DBIx/Class/Storage/DBI/Firebird.pm",
- "lib/DBIx/Class/Storage/DBI/IdentityInsert.pm",
- "lib/DBIx/Class/Storage/DBI/Informix.pm",
- "lib/DBIx/Class/Storage/DBI/InterBase.pm",
- "lib/DBIx/Class/Storage/DBI/MSSQL.pm",
- "lib/DBIx/Class/Storage/DBI/NoBindVars.pm",
- "lib/DBIx/Class/Storage/DBI/ODBC/ACCESS.pm",
- "lib/DBIx/Class/Storage/DBI/ODBC/DB2_400_SQL.pm",
- "lib/DBIx/Class/Storage/DBI/ODBC/Firebird.pm",
- "lib/DBIx/Class/Storage/DBI/ODBC/Microsoft_SQL_Server.pm",
- "lib/DBIx/Class/Storage/DBI/ODBC/SQL_Anywhere.pm",
- "lib/DBIx/Class/Storage/DBI/ODBC.pm",
- "lib/DBIx/Class/Storage/DBI/Oracle/Generic.pm",
- "lib/DBIx/Class/Storage/DBI/Oracle/WhereJoins.pm",
- "lib/DBIx/Class/Storage/DBI/Oracle.pm",
- "lib/DBIx/Class/Storage/DBI/Pg.pm",
- "lib/DBIx/Class/Storage/DBI/Replicated/Balancer/First.pm",
- "lib/DBIx/Class/Storage/DBI/Replicated/Balancer/Random.pm",
- "lib/DBIx/Class/Storage/DBI/Replicated/Balancer.pm",
- "lib/DBIx/Class/Storage/DBI/Replicated/Introduction.pod",
- "lib/DBIx/Class/Storage/DBI/Replicated/Pool.pm",
- "lib/DBIx/Class/Storage/DBI/Replicated/Replicant.pm",
- "lib/DBIx/Class/Storage/DBI/Replicated/Types.pm",
- "lib/DBIx/Class/Storage/DBI/Replicated/WithDSN.pm",
- "lib/DBIx/Class/Storage/DBI/Replicated.pm",
- "lib/DBIx/Class/Storage/DBI/SQLAnywhere/Cursor.pm",
- "lib/DBIx/Class/Storage/DBI/SQLAnywhere.pm",
- "lib/DBIx/Class/Storage/DBI/SQLite.pm",
- "lib/DBIx/Class/Storage/DBI/Sybase/ASE/NoBindVars.pm",
- "lib/DBIx/Class/Storage/DBI/Sybase/ASE.pm",
- "lib/DBIx/Class/Storage/DBI/Sybase/FreeTDS.pm",
- "lib/DBIx/Class/Storage/DBI/Sybase/MSSQL.pm",
- "lib/DBIx/Class/Storage/DBI/Sybase/Microsoft_SQL_Server/NoBindVars.pm",
- "lib/DBIx/Class/Storage/DBI/Sybase/Microsoft_SQL_Server.pm",
- "lib/DBIx/Class/Storage/DBI/Sybase.pm",
- "lib/DBIx/Class/Storage/DBI/UniqueIdentifier.pm",
- "lib/DBIx/Class/Storage/DBI/mysql.pm",
- "lib/DBIx/Class/Storage/DBI.pm",
- "lib/DBIx/Class/Storage/DBIHacks.pm",
- "lib/DBIx/Class/Storage/Statistics.pm",
- "lib/DBIx/Class/Storage/TxnScopeGuard.pm",
- "lib/DBIx/Class/Storage.pm",
- "lib/DBIx/Class/UTF8Columns.pm",
- "lib/DBIx/Class/_Util.pm",
- "lib/DBIx/Class.pm",
- "lib/DBIx/Class.pod",
- "lib/SQL/Translator/Parser/DBIx/Class.pm",
- "lib/SQL/Translator/Producer/DBIx/Class/File.pm",
- "script/dbicadmin"
],+
"files_hash": { … +
"AUTHORS": { … - "mtime": 1517144014,
- "size": 9135
},+
"Changes": { … - "mtime": 1517143794,
- "size": 109025
},+
"LICENSE": { … - "mtime": 1517144014,
- "size": 20053
},+
"MANIFEST": { … - "mtime": 1517144013,
- "size": 21317
},+
"META.yml": { … - "mtime": 1517143805,
- "size": 12229
},+
"Makefile.PL": { … - "mtime": 1517139291,
+
"noes": { … },+
"recommends": { … - "DBIx::Class::Optional::Dependencies": "0",
- "File::Spec": "0",
- "Getopt::Long": "0"
},+
"requires": { … - "inc::Module::Install": "1.06",
- "perl": "5.008001",
- "strict": "0",
- "warnings": "0"
},- "size": 9074
},+
"README": { … - "mtime": 1517143991,
- "size": 19428
},+
"examples/Benchmarks/benchmark_datafetch.pl": { … - "mtime": 1475231498,
- "no_index": 1,
- "size": 1296
},+
"examples/Benchmarks/benchmark_hashrefinflator.pl": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 5917
},+
"examples/MiscTools/determine_cpan_joint_deps.pl": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 1497
},+
"examples/Schema/MyApp/Schema.pm": { … - "mtime": 1516959912,
- "no_index": 1,
- "size": 119
},+
"examples/Schema/MyApp/Schema/Result/Artist.pm": { … - "mtime": 1512766922,
- "no_index": 1,
- "size": 453
},+
"examples/Schema/MyApp/Schema/Result/Cd.pm": { … - "mtime": 1512766922,
- "no_index": 1,
- "size": 648
},+
"examples/Schema/MyApp/Schema/Result/Track.pm": { … - "mtime": 1512766922,
- "no_index": 1,
- "size": 497
},+
"examples/Schema/db/example.db": { … - "mtime": 1517143992,
- "no_index": 1,
- "size": 36864
},+
"examples/Schema/db/example.sql": { … - "mtime": 1517143992,
- "no_index": 1,
- "size": 835
},+
"examples/Schema/insertdb.pl": { … - "mtime": 1517138904,
- "no_index": 1,
- "size": 1262
},+
"examples/Schema/testdb.pl": { … - "mtime": 1517138912,
- "no_index": 1,
- "size": 2878
},+
"inc/Module/AutoInstall.pm": { … - "mtime": 1517143805,
- "no_index": 1,
- "size": 25801
},+
"inc/Module/Install.pm": { … - "mtime": 1517143802,
- "no_index": 1,
- "size": 11877
},+
"inc/Module/Install/AutoInstall.pm": { … - "mtime": 1517143805,
- "no_index": 1,
- "size": 2162
},+
"inc/Module/Install/Base.pm": { … - "mtime": 1517143802,
- "no_index": 1,
- "size": 1127
},+
"inc/Module/Install/Can.pm": { … - "mtime": 1517143805,
- "no_index": 1,
- "size": 3333
},+
"inc/Module/Install/Fetch.pm": { … - "mtime": 1517143805,
- "no_index": 1,
- "size": 2455
},+
"inc/Module/Install/Include.pm": { … - "mtime": 1517143805,
- "no_index": 1,
- "size": 525
},+
"inc/Module/Install/Makefile.pm": { … - "mtime": 1517143802,
- "no_index": 1,
- "size": 12063
},+
"inc/Module/Install/Metadata.pm": { … - "mtime": 1517143802,
- "no_index": 1,
- "size": 18114
},+
"inc/Module/Install/Scripts.pm": { … - "mtime": 1517143802,
- "no_index": 1,
- "size": 521
},+
"inc/Module/Install/Win32.pm": { … - "mtime": 1517143805,
- "no_index": 1,
- "size": 1795
},+
"inc/Module/Install/WriteAll.pm": { … - "mtime": 1517143805,
- "no_index": 1,
- "size": 1278
},+
"lib/DBIx/Class.pm": { … - "module": "DBIx::Class",
- "mtime": 1517143782,
+
"requires": { … - "DBIx::Class::AccessorGroup": "0",
- "DBIx::Class::Componentised": "0",
- "DBIx::Class::Exception": "0",
- "DBIx::Class::Optional::Dependencies": "0",
- "DBIx::Class::StartupCheck": "0",
- "DBIx::Class::_Util": "0",
- "base": "0",
- "mro": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 10813
},+
"lib/DBIx/Class.pod": { … - "mtime": 1517143991,
- "size": 18235
},+
"lib/DBIx/Class/AccessorGroup.pm": { … - "module": "DBIx::Class::AccessorGroup",
- "mtime": 1516959912,
+
"noes": { … },+
"requires": { … - "Class::Accessor::Grouped": "0",
- "Scalar::Util": "0",
- "base": "0",
- "namespace::clean": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1365
},+
"lib/DBIx/Class/Admin.pm": { … - "module": "DBIx::Class::Admin",
- "mtime": 1516959912,
+
"recommends": { … },+
"requires": { … - "DBIx::Class": "0",
- "DBIx::Class::Admin::Types": "0",
- "JSON::Any": "0",
- "Moose": "0",
- "MooseX::Types::JSON": "0",
- "MooseX::Types::LoadableClass": "0",
- "MooseX::Types::Moose": "0",
- "MooseX::Types::Path::Class": "0",
- "Try::Tiny": "0",
- "namespace::clean": "0"
},- "size": 12061
},+
"lib/DBIx/Class/Admin/Descriptive.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 222
},+
"lib/DBIx/Class/Admin/Types.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 994
},+
"lib/DBIx/Class/Admin/Usage.pm": { … - "mtime": 1512766922,
- "no_index": 1,
- "size": 1811
},+
"lib/DBIx/Class/CDBICompat.pm": { … - "module": "DBIx::Class::CDBICompat",
- "mtime": 1516959912,
+
"requires": { … - "DBIx::Class::Core": "0",
- "DBIx::Class::DB": "0",
- "base": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 4626
},+
"lib/DBIx/Class/CDBICompat/AbstractSearch.pm": { … - "mtime": 1516959912,
- "no_index": 1,
- "size": 1117
},+
"lib/DBIx/Class/CDBICompat/AccessorMapping.pm": { … - "mtime": 1516959912,
- "no_index": 1,
- "size": 2058
},+
"lib/DBIx/Class/CDBICompat/AttributeAPI.pm": { … - "mtime": 1516959912,
- "no_index": 1,
- "size": 668
},+
"lib/DBIx/Class/CDBICompat/AutoUpdate.pm": { … - "mtime": 1516959912,
- "no_index": 1,
- "size": 900
},+
"lib/DBIx/Class/CDBICompat/ColumnCase.pm": { … - "mtime": 1516959912,
- "no_index": 1,
- "size": 2029
},+
"lib/DBIx/Class/CDBICompat/ColumnGroups.pm": { … - "mtime": 1516959912,
- "no_index": 1,
- "size": 4538
},+
"lib/DBIx/Class/CDBICompat/ColumnsAsHash.pm": { … - "mtime": 1516959912,
- "no_index": 1,
- "size": 2632
},+
"lib/DBIx/Class/CDBICompat/Constraints.pm": { … - "mtime": 1516959912,
- "no_index": 1,
- "size": 1809
},+
"lib/DBIx/Class/CDBICompat/Constructor.pm": { … - "mtime": 1516959912,
- "no_index": 1,
- "size": 673
},+
"lib/DBIx/Class/CDBICompat/Copy.pm": { … - "mtime": 1516959912,
- "no_index": 1,
- "size": 1081
},+
"lib/DBIx/Class/CDBICompat/DestroyWarning.pm": { … - "mtime": 1516959912,
- "no_index": 1,
- "size": 451
},+
"lib/DBIx/Class/CDBICompat/GetSet.pm": { … - "mtime": 1516959912,
- "no_index": 1,
- "size": 639
},+
"lib/DBIx/Class/CDBICompat/ImaDBI.pm": { … - "mtime": 1516959912,
- "no_index": 1,
- "size": 3940
},+
"lib/DBIx/Class/CDBICompat/Iterator.pm": { … - "mtime": 1516959912,
- "no_index": 1,
- "size": 1625
},+
"lib/DBIx/Class/CDBICompat/LazyLoading.pm": { … - "mtime": 1516959912,
- "no_index": 1,
- "size": 2907
},+
"lib/DBIx/Class/CDBICompat/LiveObjectIndex.pm": { … - "mtime": 1516959912,
- "no_index": 1,
- "size": 2542
},+
"lib/DBIx/Class/CDBICompat/NoObjectIndex.pm": { … - "mtime": 1516959912,
- "no_index": 1,
- "size": 1057
},+
"lib/DBIx/Class/CDBICompat/Pager.pm": { … - "mtime": 1516959912,
- "no_index": 1,
- "size": 499
},+
"lib/DBIx/Class/CDBICompat/ReadOnly.pm": { … - "mtime": 1516959912,
- "no_index": 1,
- "size": 288
},+
"lib/DBIx/Class/CDBICompat/Relationship.pm": { … - "mtime": 1516959912,
- "no_index": 1,
- "size": 1101
},+
"lib/DBIx/Class/CDBICompat/Relationships.pm": { … - "mtime": 1516959912,
- "no_index": 1,
- "size": 5578
},+
"lib/DBIx/Class/CDBICompat/Retrieve.pm": { … - "mtime": 1516959912,
- "no_index": 1,
- "size": 1987
},+
"lib/DBIx/Class/CDBICompat/SQLTransformer.pm": { … - "mtime": 1516959912,
- "no_index": 1,
- "size": 3231
},+
"lib/DBIx/Class/CDBICompat/Stringify.pm": { … - "mtime": 1516959912,
- "no_index": 1,
- "size": 451
},+
"lib/DBIx/Class/CDBICompat/TempColumns.pm": { … - "mtime": 1516959912,
- "no_index": 1,
- "size": 2250
},+
"lib/DBIx/Class/CDBICompat/Triggers.pm": { … - "mtime": 1516959912,
- "no_index": 1,
- "size": 971
},+
"lib/DBIx/Class/Carp.pm": { … - "module": "DBIx::Class::Carp",
- "mtime": 1516959912,
+
"noes": { … },+
"requires": { … - "Carp": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 5096
},+
"lib/DBIx/Class/ClassResolver/PassThrough.pm": { … - "module": "DBIx::Class::ClassResolver::PassThrough",
- "mtime": 1471856149,
+
"requires": { … - "strict": "0",
- "warnings": "0"
},- "size": 142
},+
"lib/DBIx/Class/Componentised.pm": { … - "module": "DBIx::Class::Componentised",
- "mtime": 1516959912,
+
"noes": { … },+
"recommends": { … - "B": "0",
- "DBIx::Class::Row": "0"
},+
"requires": { … - "Class::C3::Componentised": "0",
- "DBIx::Class::Carp": "0",
- "base": "0",
- "mro": "0",
- "namespace::clean": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2252
},+
"lib/DBIx/Class/Core.pm": { … - "module": "DBIx::Class::Core",
- "mtime": 1512766922,
+
"requires": { … - "DBIx::Class": "0",
- "base": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1368
},+
"lib/DBIx/Class/Cursor.pm": { … - "module": "DBIx::Class::Cursor",
- "mtime": 1512766922,
+
"requires": { … - "DBIx::Class": "0",
- "base": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1986
},+
"lib/DBIx/Class/DB.pm": { … - "module": "DBIx::Class::DB",
- "mtime": 1516959912,
+
"requires": { … - "DBI": "0",
- "DBIx::Class": "0",
- "DBIx::Class::ClassResolver::PassThrough": "0",
- "DBIx::Class::Schema": "0",
- "DBIx::Class::Storage::DBI": "0",
- "Scalar::Util": "0",
- "base": "0",
- "namespace::clean": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 6040
},+
"lib/DBIx/Class/Exception.pm": { … - "module": "DBIx::Class::Exception",
- "mtime": 1516959912,
+
"requires": { … - "Carp": "0",
- "DBIx::Class::Carp": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2352
},+
"lib/DBIx/Class/FilterColumn.pm": { … - "module": "DBIx::Class::FilterColumn",
- "mtime": 1516959912,
+
"requires": { … - "DBIx::Class::Row": "0",
- "SQL::Abstract": "0",
- "base": "0",
- "namespace::clean": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 7947
},+
"lib/DBIx/Class/FilterColumn.pod": { … - "mtime": 1517143990,
- "size": 4265
},+
"lib/DBIx/Class/InflateColumn.pm": { … - "module": "DBIx::Class::InflateColumn",
- "mtime": 1516959912,
+
"requires": { … - "DBIx::Class::Row": "0",
- "SQL::Abstract": "0",
- "base": "0",
- "namespace::clean": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 7173
},+
"lib/DBIx/Class/InflateColumn.pod": { … - "mtime": 1517143990,
- "size": 5672
},+
"lib/DBIx/Class/InflateColumn/DateTime.pm": { … - "module": "DBIx::Class::InflateColumn::DateTime",
- "mtime": 1516959912,
+
"requires": { … - "DBIx::Class": "0",
- "DBIx::Class::Carp": "0",
- "Try::Tiny": "0",
- "base": "0",
- "namespace::clean": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 9859
},+
"lib/DBIx/Class/InflateColumn/DateTime.pod": { … - "mtime": 1517143990,
- "size": 7808
},+
"lib/DBIx/Class/InflateColumn/File.pm": { … - "module": "DBIx::Class::InflateColumn::File",
- "mtime": 1516959912,
+
"requires": { … - "DBIx::Class": "0",
- "DBIx::Class::Carp": "0",
- "File::Copy": "0",
- "File::Path": "0",
- "Path::Class": "0",
- "base": "0",
- "namespace::clean": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 6557
},+
"lib/DBIx/Class/Manual.pod": { … - "mtime": 1512766922,
- "size": 1781
},+
"lib/DBIx/Class/Manual/Component.pod": { … - "mtime": 1512766922,
- "size": 4798
},+
"lib/DBIx/Class/Manual/Cookbook.pod": { … - "mtime": 1516959912,
- "size": 69943
},+
"lib/DBIx/Class/Manual/DocMap.pod": { … - "mtime": 1512766922,
- "size": 2607
},+
"lib/DBIx/Class/Manual/Example.pod": { … - "mtime": 1512766922,
- "size": 3633
},+
"lib/DBIx/Class/Manual/FAQ.pod": { … - "mtime": 1516959912,
- "size": 24418
},+
"lib/DBIx/Class/Manual/Features.pod": { … - "mtime": 1517138723,
- "size": 13654
},+
"lib/DBIx/Class/Manual/Glossary.pod": { … - "mtime": 1512766922,
- "size": 5293
},+
"lib/DBIx/Class/Manual/Intro.pod": { … - "mtime": 1512766922,
- "size": 16966
},+
"lib/DBIx/Class/Manual/Joining.pod": { … - "mtime": 1512766922,
- "size": 10312
},+
"lib/DBIx/Class/Manual/QuickStart.pod": { … - "mtime": 1512766922,
- "size": 6492
},+
"lib/DBIx/Class/Manual/Reading.pod": { … - "mtime": 1512766922,
- "size": 5675
},+
"lib/DBIx/Class/Manual/ResultClass.pod": { … - "mtime": 1517143990,
- "size": 7049
},+
"lib/DBIx/Class/Manual/Troubleshooting.pod": { … - "mtime": 1512766922,
- "size": 5871
},+
"lib/DBIx/Class/Optional/Dependencies.pm": { … - "module": "DBIx::Class::Optional::Dependencies",
- "mtime": 1516959912,
+
"recommends": { … },+
"requires": { … - "Carp": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 20924,
+
"suggests": { … }
},+
"lib/DBIx/Class/Optional/Dependencies.pod": { … - "mtime": 1517143988,
- "size": 8412
},+
"lib/DBIx/Class/Ordered.pm": { … - "module": "DBIx::Class::Ordered",
- "mtime": 1516959912,
+
"noes": { … },+
"requires": { … - "DBIx::Class": "0",
- "List::Util": "0",
- "base": "0",
- "namespace::clean": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 26854
},+
"lib/DBIx/Class/PK.pm": { … - "module": "DBIx::Class::PK",
- "mtime": 1516959912,
+
"requires": { … - "DBIx::Class::Row": "0",
- "base": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 3382
},+
"lib/DBIx/Class/PK.pod": { … - "mtime": 1517143990,
- "size": 3027
},+
"lib/DBIx/Class/PK/Auto.pm": { … - "module": "DBIx::Class::PK::Auto",
- "mtime": 1512766922,
+
"requires": { … - "DBIx::Class": "0",
- "base": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1232
},+
"lib/DBIx/Class/PK/Auto/DB2.pm": { … - "mtime": 1512766922,
- "no_index": 1,
- "size": 751
},+
"lib/DBIx/Class/PK/Auto/MSSQL.pm": { … - "mtime": 1512766922,
- "no_index": 1,
- "size": 757
},+
"lib/DBIx/Class/PK/Auto/MySQL.pm": { … - "mtime": 1512766922,
- "no_index": 1,
- "size": 757
},+
"lib/DBIx/Class/PK/Auto/Oracle.pm": { … - "mtime": 1512766922,
- "no_index": 1,
- "size": 760
},+
"lib/DBIx/Class/PK/Auto/Pg.pm": { … - "mtime": 1512766922,
- "no_index": 1,
- "size": 748
},+
"lib/DBIx/Class/PK/Auto/SQLite.pm": { … - "mtime": 1512766922,
- "no_index": 1,
- "size": 760
},+
"lib/DBIx/Class/Relationship.pm": { … - "module": "DBIx::Class::Relationship",
- "mtime": 1512766922,
+
"requires": { … - "DBIx::Class": "0",
- "base": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 22055
},+
"lib/DBIx/Class/Relationship/Accessor.pm": { … - "module": "DBIx::Class::Relationship::Accessor",
- "mtime": 1516959912,
+
"requires": { … - "DBIx::Class::Carp": "0",
- "DBIx::Class::_Util": "0",
- "namespace::clean": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 3744
},+
"lib/DBIx/Class/Relationship/Base.pm": { … - "module": "DBIx::Class::Relationship::Base",
- "mtime": 1516959912,
+
"requires": { … - "DBIx::Class": "0",
- "DBIx::Class::_Util": "0",
- "Scalar::Util": "0",
- "Try::Tiny": "0",
- "base": "0",
- "namespace::clean": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 30558
},+
"lib/DBIx/Class/Relationship/BelongsTo.pm": { … - "module": "DBIx::Class::Relationship::BelongsTo",
- "mtime": 1516959912,
+
"requires": { … - "Try::Tiny": "0",
- "namespace::clean": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2596
},+
"lib/DBIx/Class/Relationship/CascadeActions.pm": { … - "module": "DBIx::Class::Relationship::CascadeActions",
- "mtime": 1516959912,
+
"requires": { … - "DBIx::Class::Carp": "0",
- "namespace::clean": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2071
},+
"lib/DBIx/Class/Relationship/HasMany.pm": { … - "module": "DBIx::Class::Relationship::HasMany",
- "mtime": 1516959912,
+
"requires": { … - "Try::Tiny": "0",
- "namespace::clean": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1479
},+
"lib/DBIx/Class/Relationship/HasOne.pm": { … - "module": "DBIx::Class::Relationship::HasOne",
- "mtime": 1516959912,
+
"requires": { … - "DBIx::Class::Carp": "0",
- "Try::Tiny": "0",
- "namespace::clean": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 3303
},+
"lib/DBIx/Class/Relationship/Helpers.pm": { … - "module": "DBIx::Class::Relationship::Helpers",
- "mtime": 1471856149,
+
"requires": { … - "DBIx::Class": "0",
- "base": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 270
},+
"lib/DBIx/Class/Relationship/ManyToMany.pm": { … - "module": "DBIx::Class::Relationship::ManyToMany",
- "mtime": 1516959912,
+
"noes": { … - "strict": "0",
- "warnings": "0"
},+
"requires": { … - "DBIx::Class::Carp": "0",
- "DBIx::Class::_Util": "0",
- "Scalar::Util": "0",
- "Sub::Name": "0",
- "namespace::clean": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 4882
},+
"lib/DBIx/Class/Relationship/ProxyMethods.pm": { … - "module": "DBIx::Class::Relationship::ProxyMethods",
- "mtime": 1516959912,
+
"requires": { … - "DBIx::Class": "0",
- "DBIx::Class::_Util": "0",
- "base": "0",
- "namespace::clean": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1390
},+
"lib/DBIx/Class/ResultClass/HashRefInflator.pm": { … - "module": "DBIx::Class::ResultClass::HashRefInflator",
- "mtime": 1512766922,
+
"requires": { … - "strict": "0",
- "warnings": "0"
},- "size": 3930
},+
"lib/DBIx/Class/ResultSet.pm": { … - "module": "DBIx::Class::ResultSet",
- "mtime": 1517139291,
+
"recommends": { … - "DBIx::Class::ResultClass::HashRefInflator": "0",
- "DBIx::Class::ResultSet::Pager": "0",
- "Data::Dumper::Concise": "0"
},+
"requires": { … - "DBIx::Class": "0",
- "DBIx::Class::Carp": "0",
- "DBIx::Class::ResultSetColumn": "0",
- "DBIx::Class::_Util": "0",
- "Hash::Merge": "0",
- "List::Util": "0",
- "Scalar::Util": "0",
- "Try::Tiny": "0",
- "base": "0",
- "namespace::clean": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 144145
},+
"lib/DBIx/Class/ResultSet/Pager.pm": { … - "module": "DBIx::Class::ResultSet::Pager",
- "mtime": 1512766922,
+
"requires": { … - "DBIx::Class::_Util": "0",
- "Data::Page": "0",
- "base": "0",
- "mro": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 501
},+
"lib/DBIx/Class/ResultSetColumn.pm": { … - "module": "DBIx::Class::ResultSetColumn",
- "mtime": 1516959912,
+
"requires": { … - "DBIx::Class": "0",
- "DBIx::Class::Carp": "0",
- "DBIx::Class::_Util": "0",
- "List::Util": "0",
- "base": "0",
- "namespace::clean": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 10969
},+
"lib/DBIx/Class/ResultSetManager.pm": { … - "module": "DBIx::Class::ResultSetManager",
- "mtime": 1516959912,
+
"noes": { … },+
"requires": { … - "Class::Inspector": "0",
- "DBIx::Class": "0",
- "Sub::Name": "0",
- "base": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 3325
},+
"lib/DBIx/Class/ResultSetProxy.pm": { … - "module": "DBIx::Class::ResultSetProxy",
- "mtime": 1472015136,
+
"requires": { … - "DBIx::Class": "0",
- "base": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 997
},+
"lib/DBIx/Class/ResultSource.pm": { … - "module": "DBIx::Class::ResultSource",
- "mtime": 1516959912,
+
"requires": { … - "DBIx::Class": "0",
- "DBIx::Class::Carp": "0",
- "DBIx::Class::ResultSet": "0",
- "DBIx::Class::ResultSource::RowParser": "0",
- "DBIx::Class::ResultSourceHandle": "0",
- "DBIx::Class::_Util": "0",
- "Devel::GlobalDestruction": "0",
- "List::Util": "0",
- "SQL::Abstract": "0",
- "Scalar::Util": "0",
- "Try::Tiny": "0",
- "base": "0",
- "namespace::clean": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 67930
},+
"lib/DBIx/Class/ResultSource/RowParser.pm": { … - "module": "DBIx::Class::ResultSource::RowParser",
- "mtime": 1516959912,
+
"requires": { … - "DBIx::Class": "0",
- "DBIx::Class::ResultSource::RowParser::Util": "0",
- "List::Util": "0",
- "Try::Tiny": "0",
- "base": "0",
- "namespace::clean": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 15746
},+
"lib/DBIx/Class/ResultSource/RowParser/Util.pm": { … - "module": "DBIx::Class::ResultSource::RowParser::Util",
- "mtime": 1516959912,
+
"requires": { … - "DBIx::Class::_Util": "0",
- "Exporter": "0",
- "List::Util": "0",
- "base": "0",
- "constant": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 10809
},+
"lib/DBIx/Class/ResultSource/Table.pm": { … - "module": "DBIx::Class::ResultSource::Table",
- "mtime": 1516959912,
+
"requires": { … - "DBIx::Class": "0",
- "DBIx::Class::ResultSet": "0",
- "base": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 868
},+
"lib/DBIx/Class/ResultSource/Table.pod": { … - "mtime": 1517143989,
- "size": 3487
},+
"lib/DBIx/Class/ResultSource/View.pm": { … - "module": "DBIx::Class::ResultSource::View",
- "mtime": 1516959912,
+
"requires": { … - "DBIx::Class": "0",
- "DBIx::Class::ResultSet": "0",
- "base": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 4717
},+
"lib/DBIx/Class/ResultSource/View.pod": { … - "mtime": 1517143989,
- "size": 6833
},+
"lib/DBIx/Class/ResultSourceHandle.pm": { … - "module": "DBIx::Class::ResultSourceHandle",
- "mtime": 1516959912,
+
"requires": { … - "DBIx::Class": "0",
- "Try::Tiny": "0",
- "base": "0",
- "namespace::clean": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 3834
},+
"lib/DBIx/Class/ResultSourceProxy.pm": { … - "module": "DBIx::Class::ResultSourceProxy",
- "mtime": 1516959912,
+
"requires": { … - "DBIx::Class": "0",
- "DBIx::Class::_Util": "0",
- "Scalar::Util": "0",
- "base": "0",
- "namespace::clean": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1928
},+
"lib/DBIx/Class/ResultSourceProxy/Table.pm": { … - "module": "DBIx::Class::ResultSourceProxy::Table",
- "mtime": 1516959912,
+
"requires": { … - "DBIx::Class::ResultSource::Table": "0",
- "DBIx::Class::ResultSourceProxy": "0",
- "Scalar::Util": "0",
- "base": "0",
- "namespace::clean": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 3433
},+
"lib/DBIx/Class/ResultSourceProxy/Table.pod": { … - "mtime": 1517143989,
- "size": 3535
},+
"lib/DBIx/Class/Row.pm": { … - "module": "DBIx::Class::Row",
- "mtime": 1516959912,
+
"noes": { … },+
"requires": { … - "DBIx::Class": "0",
- "DBIx::Class::Carp": "0",
- "List::Util": "0",
- "SQL::Abstract": "0",
- "Scalar::Util": "0",
- "Try::Tiny": "0",
- "base": "0",
- "namespace::clean": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 45775
},+
"lib/DBIx/Class/SQLAHacks.pm": { … - "module": "DBIx::Class::SQLAHacks",
- "mtime": 1472015136,
+
"requires": { … - "DBIx::Class::SQLMaker": "0",
- "base": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 120
},+
"lib/DBIx/Class/SQLAHacks/MSSQL.pm": { … - "module": "DBIx::Class::SQLAHacks::MSSQL",
- "mtime": 1472015136,
+
"requires": { … - "DBIx::Class::SQLMaker::MSSQL": "0",
- "base": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 136
},+
"lib/DBIx/Class/SQLAHacks/MySQL.pm": { … - "module": "DBIx::Class::SQLAHacks::MySQL",
- "mtime": 1472015136,
+
"requires": { … - "DBIx::Class::SQLMaker::MySQL": "0",
- "base": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 136
},+
"lib/DBIx/Class/SQLAHacks/Oracle.pm": { … - "module": "DBIx::Class::SQLAHacks::Oracle",
- "mtime": 1472015136,
+
"requires": { … - "DBIx::Class::SQLMaker::Oracle": "0",
- "base": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 138
},+
"lib/DBIx/Class/SQLAHacks/OracleJoins.pm": { … - "module": "DBIx::Class::SQLAHacks::OracleJoins",
- "mtime": 1472015136,
+
"requires": { … - "DBIx::Class::SQLMaker::OracleJoins": "0",
- "base": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 148
},+
"lib/DBIx/Class/SQLAHacks/SQLite.pm": { … - "module": "DBIx::Class::SQLAHacks::SQLite",
- "mtime": 1472015136,
+
"requires": { … - "DBIx::Class::SQLMaker::SQLite": "0",
- "base": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 138
},+
"lib/DBIx/Class/SQLMaker.pm": { … - "module": "DBIx::Class::SQLMaker",
- "mtime": 1516959912,
+
"noes": { … },+
"requires": { … - "DBIx::Class": "0",
- "DBIx::Class::Carp": "0",
- "DBIx::Class::SQLMaker::LimitDialects": "0",
- "SQL::Abstract": "0",
- "Sub::Name": "0",
- "base": "0",
- "mro": "0",
- "namespace::clean": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 14964
},+
"lib/DBIx/Class/SQLMaker.pod": { … - "mtime": 1517143989,
- "size": 1689
},+
"lib/DBIx/Class/SQLMaker/ACCESS.pm": { … - "module": "DBIx::Class::SQLMaker::ACCESS",
- "mtime": 1475231498,
+
"requires": { … - "DBIx::Class::SQLMaker": "0",
- "base": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 742
},+
"lib/DBIx/Class/SQLMaker/LimitDialects.pm": { … - "module": "DBIx::Class::SQLMaker::LimitDialects",
- "mtime": 1516959912,
+
"requires": { … - "List::Util": "0",
- "namespace::clean": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 25045
},+
"lib/DBIx/Class/SQLMaker/MSSQL.pm": { … - "module": "DBIx::Class::SQLMaker::MSSQL",
- "mtime": 1472015136,
+
"requires": { … - "DBIx::Class::SQLMaker": "0",
- "base": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 237
},+
"lib/DBIx/Class/SQLMaker/MySQL.pm": { … - "module": "DBIx::Class::SQLMaker::MySQL",
- "mtime": 1472015136,
+
"recommends": { … },+
"requires": { … - "DBIx::Class::SQLMaker": "0",
- "base": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2693
},+
"lib/DBIx/Class/SQLMaker/Oracle.pm": { … - "module": "DBIx::Class::SQLMaker::Oracle",
- "mtime": 1516959912,
+
"recommends": { … - "Digest::MD5": "0",
- "Math::Base36": "0",
- "Math::BigInt": "0"
},+
"requires": { … - "DBIx::Class::Optional::Dependencies": "0",
- "DBIx::Class::SQLMaker": "0",
- "base": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 6314
},+
"lib/DBIx/Class/SQLMaker/OracleJoins.pm": { … - "module": "DBIx::Class::SQLMaker::OracleJoins",
- "mtime": 1516959912,
+
"requires": { … - "DBIx::Class::SQLMaker::Oracle": "0",
- "base": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 4539
},+
"lib/DBIx/Class/SQLMaker/OracleJoins.pod": { … - "mtime": 1517143990,
- "size": 2270
},+
"lib/DBIx/Class/SQLMaker/SQLite.pm": { … - "module": "DBIx::Class::SQLMaker::SQLite",
- "mtime": 1472015136,
+
"requires": { … - "DBIx::Class::SQLMaker": "0",
- "base": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 229
},+
"lib/DBIx/Class/Schema.pm": { … - "module": "DBIx::Class::Schema",
- "mtime": 1516959912,
+
"noes": { … - "strict": "0",
- "warnings": "0"
},+
"recommends": { … - "File::Spec": "0",
- "Module::Find": "0"
},+
"requires": { … - "DBIx::Class": "0",
- "DBIx::Class::Carp": "0",
- "DBIx::Class::_Util": "0",
- "Devel::GlobalDestruction": "0",
- "Scalar::Util": "0",
- "Try::Tiny": "0",
- "base": "0",
- "namespace::clean": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 43412
},+
"lib/DBIx/Class/Schema/Versioned.pm": { … - "module": "DBIx::Class::Schema::Versioned",
- "mtime": 1516959912,
+
"requires": { … - "DBIx::Class::Carp": "0",
- "DBIx::Class::Core": "0",
- "DBIx::Class::Schema": "0",
- "Scalar::Util": "0",
- "Time::HiRes": "0",
- "Try::Tiny": "0",
- "base": "0",
- "namespace::clean": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 21793
},+
"lib/DBIx/Class/Serialize/Storable.pm": { … - "module": "DBIx::Class::Serialize::Storable",
- "mtime": 1512766922,
+
"requires": { … - "DBIx::Class::Carp": "0",
- "Storable": "0",
- "namespace::clean": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2382
},+
"lib/DBIx/Class/StartupCheck.pm": { … - "module": "DBIx::Class::StartupCheck",
- "mtime": 1516959912,
+
"requires": { … - "strict": "0",
- "warnings": "0"
},- "size": 1519
},+
"lib/DBIx/Class/Storage.pm": { … - "module": "DBIx::Class::Storage",
- "mtime": 1516959912,
+
"recommends": { … - "Config::Any": "0",
- "DBIx::Class::Storage::Debug::PrettyPrint": "0",
- "DBIx::Class::Storage::Statistics": "0"
},+
"requires": { … - "DBIx::Class": "0",
- "DBIx::Class::Carp": "0",
- "DBIx::Class::Exception": "0",
- "DBIx::Class::Storage::BlockRunner": "0",
- "DBIx::Class::Storage::TxnScopeGuard": "0",
- "Scalar::Util": "0",
- "Try::Tiny": "0",
- "base": "0",
- "mro": "0",
- "namespace::clean": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 15860
},+
"lib/DBIx/Class/Storage/BlockRunner.pm": { … - "module": "DBIx::Class::Storage::BlockRunner",
- "mtime": 1516959912,
+
"requires": { … - "Context::Preserve": "0",
- "DBIx::Class::Carp": "0",
- "DBIx::Class::Exception": "0",
- "DBIx::Class::_Util": "0",
- "Moo": "0",
- "Scalar::Util": "0",
- "Try::Tiny": "0",
- "namespace::clean": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 6238
},+
"lib/DBIx/Class/Storage/DBI.pm": { … - "module": "DBIx::Class::Storage::DBI",
- "mtime": 1516959912,
+
"recommends": { … - "DBI": "0",
- "DBI::Const::GetInfoReturn": "0",
- "DBI::Const::GetInfoType": "0",
- "Data::Dumper::Concise": "0",
- "File::Path": "0",
- "SQL::Translator::Diff": "0"
},+
"requires": { … - "Context::Preserve": "0",
- "DBIx::Class::Carp": "0",
- "DBIx::Class::Storage": "0",
- "DBIx::Class::Storage::DBIHacks": "0",
- "DBIx::Class::_Util": "0",
- "List::Util": "0",
- "SQL::Abstract": "0",
- "Scalar::Util": "0",
- "Try::Tiny": "0",
- "base": "0",
- "mro": "0",
- "namespace::clean": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 94726
},+
"lib/DBIx/Class/Storage/DBI/ACCESS.pm": { … - "module": "DBIx::Class::Storage::DBI::ACCESS",
- "mtime": 1516959912,
+
"requires": { … - "DBI": "0",
- "DBIx::Class::Storage::DBI::UniqueIdentifier": "0",
- "List::Util": "0",
- "base": "0",
- "mro": "0",
- "namespace::clean": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 3684
},+
"lib/DBIx/Class/Storage/DBI/ADO.pm": { … - "module": "DBIx::Class::Storage::DBI::ADO",
- "mtime": 1516959912,
+
"noes": { … },+
"recommends": { … },+
"requires": { … - "DBIx::Class::Storage::DBI": "0",
- "DBIx::Class::_Util": "0",
- "Sub::Name": "0",
- "Try::Tiny": "0",
- "base": "0",
- "mro": "0",
- "namespace::clean": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2392
},+
"lib/DBIx/Class/Storage/DBI/ADO/CursorUtils.pm": { … - "module": "DBIx::Class::Storage::DBI::ADO::CursorUtils",
- "mtime": 1472015136,
+
"requires": { … - "Exporter": "0",
- "base": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 922
},+
"lib/DBIx/Class/Storage/DBI/ADO/MS_Jet.pm": { … - "module": "DBIx::Class::Storage::DBI::ADO::MS_Jet",
- "mtime": 1516959912,
+
"recommends": { … - "DateTime::Format::Strptime": "0"
},+
"requires": { … - "DBIx::Class::Storage::DBI::ACCESS": "0",
- "DBIx::Class::Storage::DBI::ADO": "0",
- "DBIx::Class::Storage::DBI::ADO::CursorUtils": "0",
- "base": "0",
- "mro": "0",
- "namespace::clean": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 4721
},+
"lib/DBIx/Class/Storage/DBI/ADO/MS_Jet/Cursor.pm": { … - "module": "DBIx::Class::Storage::DBI::ADO::MS_Jet::Cursor",
- "mtime": 1516959912,
+
"requires": { … - "DBIx::Class::Storage::DBI::ADO::CursorUtils": "0",
- "DBIx::Class::Storage::DBI::Cursor": "0",
- "base": "0",
- "mro": "0",
- "namespace::clean": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2052
},+
"lib/DBIx/Class/Storage/DBI/ADO/Microsoft_SQL_Server.pm": { … - "module": "DBIx::Class::Storage::DBI::ADO::Microsoft_SQL_Server",
- "mtime": 1516959912,
+
"recommends": { … - "DBD::ADO::Const": "0",
- "DateTime::Format::Strptime": "0"
},+
"requires": { … - "DBIx::Class::Carp": "0",
- "DBIx::Class::Storage::DBI::ADO": "0",
- "DBIx::Class::Storage::DBI::ADO::CursorUtils": "0",
- "DBIx::Class::Storage::DBI::MSSQL": "0",
- "base": "0",
- "mro": "0",
- "namespace::clean": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 11792
},+
"lib/DBIx/Class/Storage/DBI/ADO/Microsoft_SQL_Server/Cursor.pm": { … - "module": "DBIx::Class::Storage::DBI::ADO::Microsoft_SQL_Server::Cursor",
- "mtime": 1516959912,
+
"requires": { … - "DBIx::Class::Storage::DBI::ADO::CursorUtils": "0",
- "DBIx::Class::Storage::DBI::Cursor": "0",
- "base": "0",
- "mro": "0",
- "namespace::clean": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2732
},+
"lib/DBIx/Class/Storage/DBI/AutoCast.pm": { … - "module": "DBIx::Class::Storage::DBI::AutoCast",
- "mtime": 1512766922,
+
"requires": { … - "DBIx::Class::Storage::DBI": "0",
- "base": "0",
- "mro": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2270
},+
"lib/DBIx/Class/Storage/DBI/Cursor.pm": { … - "module": "DBIx::Class::Storage::DBI::Cursor",
- "mtime": 1516959912,
+
"requires": { … - "DBIx::Class::Cursor": "0",
- "DBIx::Class::_Util": "0",
- "List::Util": "0",
- "Scalar::Util": "0",
- "Try::Tiny": "0",
- "base": "0",
- "namespace::clean": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 6358
},+
"lib/DBIx/Class/Storage/DBI/DB2.pm": { … - "module": "DBIx::Class::Storage::DBI::DB2",
- "mtime": 1516959912,
+
"requires": { … - "DBIx::Class::Storage::DBI": "0",
- "Try::Tiny": "0",
- "base": "0",
- "mro": "0",
- "namespace::clean": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2191
},+
"lib/DBIx/Class/Storage/DBI/Firebird.pm": { … - "module": "DBIx::Class::Storage::DBI::Firebird",
- "mtime": 1512766922,
+
"requires": { … - "DBIx::Class::Storage::DBI::InterBase": "0",
- "base": "0",
- "mro": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1007
},+
"lib/DBIx/Class/Storage/DBI/Firebird/Common.pm": { … - "module": "DBIx::Class::Storage::DBI::Firebird::Common",
- "mtime": 1516959912,
+
"recommends": { … - "DateTime::Format::Strptime": "0"
},+
"requires": { … - "DBIx::Class::Storage::DBI": "0",
- "List::Util": "0",
- "base": "0",
- "mro": "0",
- "namespace::clean": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 4517
},+
"lib/DBIx/Class/Storage/DBI/IdentityInsert.pm": { … - "module": "DBIx::Class::Storage::DBI::IdentityInsert",
- "mtime": 1516959912,
+
"requires": { … - "DBIx::Class::Storage::DBI": "0",
- "base": "0",
- "mro": "0",
- "namespace::clean": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1662
},+
"lib/DBIx/Class/Storage/DBI/Informix.pm": { … - "module": "DBIx::Class::Storage::DBI::Informix",
- "mtime": 1512766922,
+
"recommends": { … - "DateTime::Format::Strptime": "0"
},+
"requires": { … - "Context::Preserve": "0",
- "DBIx::Class::Storage::DBI": "0",
- "Scope::Guard": "0",
- "base": "0",
- "mro": "0",
- "namespace::clean": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 4354
},+
"lib/DBIx/Class/Storage/DBI/InterBase.pm": { … - "module": "DBIx::Class::Storage::DBI::InterBase",
- "mtime": 1516959912,
+
"requires": { … - "DBIx::Class::Storage::DBI::Firebird::Common": "0",
- "Try::Tiny": "0",
- "base": "0",
- "mro": "0",
- "namespace::clean": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 4179
},+
"lib/DBIx/Class/Storage/DBI/MSSQL.pm": { … - "module": "DBIx::Class::Storage::DBI::MSSQL",
- "mtime": 1516959912,
+
"recommends": { … - "DateTime::Format::Strptime": "0"
},+
"requires": { … - "DBIx::Class::Storage::DBI::IdentityInsert": "0",
- "DBIx::Class::Storage::DBI::UniqueIdentifier": "0",
- "List::Util": "0",
- "Try::Tiny": "0",
- "base": "0",
- "mro": "0",
- "namespace::clean": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 10266
},+
"lib/DBIx/Class/Storage/DBI/NoBindVars.pm": { … - "module": "DBIx::Class::Storage::DBI::NoBindVars",
- "mtime": 1516959912,
+
"requires": { … - "DBIx::Class::SQLMaker::LimitDialects": "0",
- "DBIx::Class::Storage::DBI": "0",
- "List::Util": "0",
- "base": "0",
- "mro": "0",
- "namespace::clean": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 3383
},+
"lib/DBIx/Class/Storage/DBI/ODBC.pm": { … - "module": "DBIx::Class::Storage::DBI::ODBC",
- "mtime": 1512766922,
+
"requires": { … - "DBIx::Class::Storage::DBI": "0",
- "DBIx::Class::_Util": "0",
- "base": "0",
- "mro": "0",
- "namespace::clean": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1932
},+
"lib/DBIx/Class/Storage/DBI/ODBC/ACCESS.pm": { … - "module": "DBIx::Class::Storage::DBI::ODBC::ACCESS",
- "mtime": 1512766922,
+
"recommends": { … - "DateTime::Format::Strptime": "0"
},+
"requires": { … - "DBIx::Class::Storage::DBI::ACCESS": "0",
- "DBIx::Class::Storage::DBI::ODBC": "0",
- "base": "0",
- "mro": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 4390
},+
"lib/DBIx/Class/Storage/DBI/ODBC/DB2_400_SQL.pm": { … - "module": "DBIx::Class::Storage::DBI::ODBC::DB2_400_SQL",
- "mtime": 1512766922,
+
"requires": { … - "DBIx::Class::Storage::DBI::DB2": "0",
- "DBIx::Class::Storage::DBI::ODBC": "0",
- "base": "0",
- "mro": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 773
},+
"lib/DBIx/Class/Storage/DBI/ODBC/Firebird.pm": { … - "module": "DBIx::Class::Storage::DBI::ODBC::Firebird",
- "mtime": 1516959912,
+
"requires": { … - "DBIx::Class::Storage::DBI::Firebird::Common": "0",
- "DBIx::Class::Storage::DBI::ODBC": "0",
- "Try::Tiny": "0",
- "base": "0",
- "mro": "0",
- "namespace::clean": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1967
},+
"lib/DBIx/Class/Storage/DBI/ODBC/Microsoft_SQL_Server.pm": { … - "module": "DBIx::Class::Storage::DBI::ODBC::Microsoft_SQL_Server",
- "mtime": 1516959912,
+
"requires": { … - "DBIx::Class::Carp": "0",
- "DBIx::Class::Storage::DBI::MSSQL": "0",
- "DBIx::Class::Storage::DBI::ODBC": "0",
- "Scalar::Util": "0",
- "Try::Tiny": "0",
- "base": "0",
- "mro": "0",
- "namespace::clean": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 9384
},+
"lib/DBIx/Class/Storage/DBI/ODBC/SQL_Anywhere.pm": { … - "module": "DBIx::Class::Storage::DBI::ODBC::SQL_Anywhere",
- "mtime": 1512766922,
+
"requires": { … - "DBIx::Class::Storage::DBI::ODBC": "0",
- "DBIx::Class::Storage::DBI::SQLAnywhere": "0",
- "base": "0",
- "mro": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1089
},+
"lib/DBIx/Class/Storage/DBI/Oracle.pm": { … - "module": "DBIx::Class::Storage::DBI::Oracle",
- "mtime": 1516959912,
+
"requires": { … - "DBIx::Class::Storage::DBI": "0",
- "Try::Tiny": "0",
- "base": "0",
- "mro": "0",
- "namespace::clean": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1457
},+
"lib/DBIx/Class/Storage/DBI/Oracle/Generic.pm": { … - "module": "DBIx::Class::Storage::DBI::Oracle::Generic",
- "mtime": 1517138723,
+
"requires": { … - "Context::Preserve": "0",
- "DBIx::Class::Carp": "0",
- "DBIx::Class::Storage::DBI": "0",
- "List::Util": "0",
- "Scope::Guard": "0",
- "Try::Tiny": "0",
- "base": "0",
- "mro": "0",
- "namespace::clean": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 21118
},+
"lib/DBIx/Class/Storage/DBI/Oracle/WhereJoins.pm": { … - "module": "DBIx::Class::Storage::DBI::Oracle::WhereJoins",
- "mtime": 1512766922,
+
"requires": { … - "DBIx::Class::Storage::DBI::Oracle::Generic": "0",
- "base": "0",
- "mro": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1839
},+
"lib/DBIx/Class/Storage/DBI/Pg.pm": { … - "module": "DBIx::Class::Storage::DBI::Pg",
- "mtime": 1516959912,
+
"requires": { … - "Context::Preserve": "0",
- "DBIx::Class::Carp": "0",
- "DBIx::Class::Storage::DBI": "0",
- "Scope::Guard": "0",
- "Try::Tiny": "0",
- "base": "0",
- "namespace::clean": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 8297
},+
"lib/DBIx/Class/Storage/DBI/Replicated.pm": { … - "module": "DBIx::Class::Storage::DBI::Replicated",
- "mtime": 1516959912,
+
"requires": { … - "Context::Preserve": "0",
- "DBIx::Class": "0",
- "DBIx::Class::Storage::DBI": "0",
- "DBIx::Class::Storage::DBI::Replicated::Balancer": "0",
- "DBIx::Class::Storage::DBI::Replicated::Pool": "0",
- "DBIx::Class::Storage::DBI::Replicated::Types": "0",
- "Hash::Merge": "0",
- "List::Util": "0",
- "Moose": "0",
- "MooseX::Types::Moose": "0",
- "Scalar::Util": "0",
- "Try::Tiny": "0",
- "namespace::clean": "0"
},- "size": 26557
},+
"lib/DBIx/Class/Storage/DBI/Replicated/Balancer.pm": { … - "module": "DBIx::Class::Storage::DBI::Replicated::Balancer",
- "mtime": 1512766922,
+
"requires": { … - "DBIx::Class::Storage::DBI::Replicated::Pool": "0",
- "DBIx::Class::Storage::DBI::Replicated::Types": "0",
- "Moose::Role": "0",
- "MooseX::Types::Moose": "0",
- "namespace::clean": "0"
},- "size": 6763
},+
"lib/DBIx/Class/Storage/DBI/Replicated/Balancer/First.pm": { … - "module": "DBIx::Class::Storage::DBI::Replicated::Balancer::First",
- "mtime": 1512766922,
+
"requires": { … - "DBIx::Class::Storage::DBI::Replicated::Balancer": "0",
- "Moose": "0",
- "namespace::clean": "0"
},- "size": 1488
},+
"lib/DBIx/Class/Storage/DBI/Replicated/Balancer/Random.pm": { … - "module": "DBIx::Class::Storage::DBI::Replicated::Balancer::Random",
- "mtime": 1516959912,
+
"requires": { … - "DBIx::Class::Storage::DBI::Replicated::Balancer": "0",
- "DBIx::Class::Storage::DBI::Replicated::Types": "0",
- "Moose": "0",
- "namespace::clean": "0"
},- "size": 2742
},+
"lib/DBIx/Class/Storage/DBI/Replicated/Introduction.pod": { … - "mtime": 1512766922,
- "size": 8782
},+
"lib/DBIx/Class/Storage/DBI/Replicated/Pool.pm": { … - "module": "DBIx::Class::Storage::DBI::Replicated::Pool",
- "mtime": 1516959912,
+
"noes": { … },+
"requires": { … - "DBI": "0",
- "DBIx::Class::Storage::DBI::Replicated::Replicant": "0",
- "DBIx::Class::Storage::DBI::Replicated::Types": "0",
- "List::Util": "0",
- "Moose": "0",
- "MooseX::Types::Moose": "0",
- "Scalar::Util": "0",
- "Try::Tiny": "0",
- "namespace::clean": "0"
},- "size": 11439
},+
"lib/DBIx/Class/Storage/DBI/Replicated/Replicant.pm": { … - "module": "DBIx::Class::Storage::DBI::Replicated::Replicant",
- "mtime": 1512766922,
+
"requires": { … - "DBIx::Class::Storage::DBI::Replicated::Types": "0",
- "DBIx::Class::Storage::DBI::Replicated::WithDSN": "0",
- "Moose::Role": "0",
- "MooseX::Types::Moose": "0",
- "namespace::clean": "0"
},- "size": 2764
},+
"lib/DBIx/Class/Storage/DBI/Replicated/Types.pm": { … - "module": "DBIx::Class::Storage::DBI::Replicated::Types",
- "mtime": 1512766922,
+
"requires": { … - "MooseX::Types": "0",
- "MooseX::Types::LoadableClass": "0",
- "MooseX::Types::Moose": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 981
},+
"lib/DBIx/Class/Storage/DBI/Replicated/WithDSN.pm": { … - "module": "DBIx::Class::Storage::DBI::Replicated::WithDSN",
- "mtime": 1516959912,
+
"requires": { … - "Moose::Role": "0",
- "Scalar::Util": "0",
- "Try::Tiny": "0",
- "namespace::clean": "0"
},- "size": 1622
},+
"lib/DBIx/Class/Storage/DBI/SQLAnywhere.pm": { … - "module": "DBIx::Class::Storage::DBI::SQLAnywhere",
- "mtime": 1516959912,
+
"requires": { … - "DBIx::Class::Storage::DBI::UniqueIdentifier": "0",
- "List::Util": "0",
- "Try::Tiny": "0",
- "base": "0",
- "mro": "0",
- "namespace::clean": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 5580
},+
"lib/DBIx/Class/Storage/DBI/SQLAnywhere/Cursor.pm": { … - "module": "DBIx::Class::Storage::DBI::SQLAnywhere::Cursor",
- "mtime": 1516959912,
+
"requires": { … - "DBIx::Class::Storage::DBI::Cursor": "0",
- "base": "0",
- "mro": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2486
},+
"lib/DBIx/Class/Storage/DBI/SQLite.pm": { … - "module": "DBIx::Class::Storage::DBI::SQLite",
- "mtime": 1516959912,
+
"recommends": { … - "File::Copy": "0",
- "File::Spec": "0",
- "POSIX": "0"
},+
"requires": { … - "DBIx::Class::Carp": "0",
- "DBIx::Class::Storage::DBI": "0",
- "DBIx::Class::_Util": "0",
- "SQL::Abstract": "0",
- "Try::Tiny": "0",
- "base": "0",
- "mro": "0",
- "namespace::clean": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 12246
},+
"lib/DBIx/Class/Storage/DBI/Sybase.pm": { … - "module": "DBIx::Class::Storage::DBI::Sybase",
- "mtime": 1516959912,
+
"noes": { … },+
"recommends": { … - "DBIx::Class::Storage::DBI::Sybase::FreeTDS": "0"
},+
"requires": { … - "DBIx::Class::Storage::DBI": "0",
- "Try::Tiny": "0",
- "base": "0",
- "namespace::clean": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 3474
},+
"lib/DBIx/Class/Storage/DBI/Sybase/ASE.pm": { … - "module": "DBIx::Class::Storage::DBI::Sybase::ASE",
- "mtime": 1516959912,
+
"noes": { … - "strict": "0",
- "warnings": "0"
},+
"recommends": { … - "DateTime::Format::Strptime": "0"
},+
"requires": { … - "Context::Preserve": "0",
- "DBIx::Class::Carp": "0",
- "DBIx::Class::Storage::DBI::AutoCast": "0",
- "DBIx::Class::Storage::DBI::IdentityInsert": "0",
- "DBIx::Class::Storage::DBI::Sybase": "0",
- "DBIx::Class::_Util": "0",
- "Data::Dumper::Concise": "0",
- "List::Util": "0",
- "Scalar::Util": "0",
- "Sub::Name": "0",
- "Try::Tiny": "0",
- "base": "0",
- "mro": "0",
- "namespace::clean": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 34970
},+
"lib/DBIx/Class/Storage/DBI/Sybase/ASE/NoBindVars.pm": { … - "module": "DBIx::Class::Storage::DBI::Sybase::ASE::NoBindVars",
- "mtime": 1516959912,
+
"requires": { … - "DBIx::Class::Storage::DBI::NoBindVars": "0",
- "DBIx::Class::Storage::DBI::Sybase::ASE": "0",
- "List::Util": "0",
- "Scalar::Util": "0",
- "base": "0",
- "mro": "0",
- "namespace::clean": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 3010
},+
"lib/DBIx/Class/Storage/DBI/Sybase/FreeTDS.pm": { … - "module": "DBIx::Class::Storage::DBI::Sybase::FreeTDS",
- "mtime": 1516959912,
+
"requires": { … - "DBIx::Class::Storage::DBI::Sybase": "0",
- "Try::Tiny": "0",
- "base": "0",
- "mro": "0",
- "namespace::clean": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2635
},+
"lib/DBIx/Class/Storage/DBI/Sybase/MSSQL.pm": { … - "module": "DBIx::Class::Storage::DBI::Sybase::MSSQL",
- "mtime": 1512766922,
+
"requires": { … - "DBIx::Class::Carp": "0",
- "DBIx::Class::Storage::DBI::Sybase::Microsoft_SQL_Server": "0",
- "base": "0",
- "mro": "0",
- "namespace::clean": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1646
},+
"lib/DBIx/Class/Storage/DBI/Sybase/Microsoft_SQL_Server.pm": { … - "module": "DBIx::Class::Storage::DBI::Sybase::Microsoft_SQL_Server",
- "mtime": 1512766922,
+
"recommends": { … - "DBIx::Class::Storage::DBI::Sybase::Microsoft_SQL_Server::NoBindVars": "0",
- "DateTime::Format::Strptime": "0"
},+
"requires": { … - "DBIx::Class::Carp": "0",
- "DBIx::Class::Storage::DBI::MSSQL": "0",
- "DBIx::Class::Storage::DBI::Sybase": "0",
- "base": "0",
- "mro": "0",
- "namespace::clean": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 4912
},+
"lib/DBIx/Class/Storage/DBI/Sybase/Microsoft_SQL_Server/NoBindVars.pm": { … - "module": "DBIx::Class::Storage::DBI::Sybase::Microsoft_SQL_Server::NoBindVars",
- "mtime": 1512766922,
+
"requires": { … - "DBIx::Class::Storage::DBI::NoBindVars": "0",
- "DBIx::Class::Storage::DBI::Sybase::Microsoft_SQL_Server": "0",
- "base": "0",
- "mro": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1632
},+
"lib/DBIx/Class/Storage/DBI/UniqueIdentifier.pm": { … - "module": "DBIx::Class::Storage::DBI::UniqueIdentifier",
- "mtime": 1512766922,
+
"requires": { … - "DBIx::Class::Storage::DBI": "0",
- "base": "0",
- "mro": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 3038
},+
"lib/DBIx/Class/Storage/DBI/mysql.pm": { … - "module": "DBIx::Class::Storage::DBI::mysql",
- "mtime": 1516959912,
+
"requires": { … - "DBIx::Class::Storage::DBI": "0",
- "base": "0",
- "namespace::clean": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 6161
},+
"lib/DBIx/Class/Storage/DBIHacks.pm": { … - "module": "DBIx::Class::Storage::DBIHacks",
- "mtime": 1516959912,
+
"recommends": { … - "Data::Dumper::Concise": "0"
},+
"requires": { … - "DBIx::Class::Carp": "0",
- "DBIx::Class::Storage": "0",
- "DBIx::Class::_Util": "0",
- "List::Util": "0",
- "SQL::Abstract": "0",
- "Scalar::Util": "0",
- "base": "0",
- "mro": "0",
- "namespace::clean": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 45203
},+
"lib/DBIx/Class/Storage/Statistics.pm": { … - "module": "DBIx::Class::Storage::Statistics",
- "mtime": 1516959912,
+
"requires": { … - "DBIx::Class": "0",
- "DBIx::Class::_Util": "0",
- "IO::Handle": "0",
- "Moo": "0",
- "namespace::clean": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 4747
},+
"lib/DBIx/Class/Storage/TxnScopeGuard.pm": { … - "module": "DBIx::Class::Storage::TxnScopeGuard",
- "mtime": 1516959912,
+
"requires": { … - "DBIx::Class": "0",
- "DBIx::Class::Carp": "0",
- "DBIx::Class::_Util": "0",
- "Scalar::Util": "0",
- "Try::Tiny": "0",
- "namespace::clean": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 4929
},+
"lib/DBIx/Class/UTF8Columns.pm": { … - "module": "DBIx::Class::UTF8Columns",
- "mtime": 1516959912,
+
"requires": { … - "DBIx::Class": "0",
- "base": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 5301
},+
"lib/DBIx/Class/_Util.pm": { … - "module": "DBIx::Class::_Util",
- "mtime": 1516959912,
+
"noes": { … },+
"recommends": { … - "B::Deparse": "0",
- "MRO::Compat": "0",
- "mro": "0"
},+
"requires": { … - "B": "0",
- "Carp": "0",
- "Config": "0",
- "DBIx::Class::Carp": "0",
- "Exporter": "0",
- "List::Util": "0",
- "Scalar::Util": "0",
- "Storable": "0",
- "Sub::Quote": "0",
- "base": "0",
- "constant": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 9786
},+
"lib/SQL/Translator/Parser/DBIx/Class.pm": { … - "module": "SQL::Translator::Parser::DBIx::Class",
- "mtime": 1516959912,
+
"noes": { … },+
"requires": { … - "DBIx::Class::Carp": "0",
- "DBIx::Class::Exception": "0",
- "Exporter": "0",
- "SQL::Translator::Utils": "0",
- "Scalar::Util": "0",
- "Try::Tiny": "0",
- "base": "0",
- "namespace::clean": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 19037
},+
"lib/SQL/Translator/Producer/DBIx/Class/File.pm": { … - "module": "SQL::Translator::Producer::DBIx::Class::File",
- "mtime": 1516959912,
+
"requires": { … - "Data::Dumper": "0",
- "SQL::Translator::Schema::Constants": "0",
- "SQL::Translator::Utils": "0",
- "strict": "0"
},- "size": 5078
},+
"maint/Makefile.PL.inc/01_adjust_INC.pl": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 377
},+
"maint/Makefile.PL.inc/11_authortests.pl": { … - "mtime": 1516959912,
- "no_index": 1,
- "size": 1838
},+
"maint/Makefile.PL.inc/12_authordeps.pl": { … - "mtime": 1516959912,
- "no_index": 1,
- "size": 4828
},+
"maint/Makefile.PL.inc/21_set_meta.pl": { … - "mtime": 1517138723,
- "no_index": 1,
- "size": 2896
},+
"maint/Makefile.PL.inc/29_handle_version.pl": { … - "mtime": 1516959912,
- "no_index": 1,
- "size": 1375
},+
"maint/Makefile.PL.inc/50_redefine_makefile_flow.pl": { … - "mtime": 1516959912,
- "no_index": 1,
- "size": 2650
},+
"maint/Makefile.PL.inc/51_autohandle_MANIFEST.pl": { … - "mtime": 1516959912,
- "no_index": 1,
- "size": 554
},+
"maint/Makefile.PL.inc/53_autogen_pod.pl": { … - "mtime": 1516959912,
- "no_index": 1,
- "size": 4696
},+
"maint/Makefile.PL.inc/54_autogen_legalese_and_README.pl": { … - "mtime": 1516959912,
- "no_index": 1,
- "size": 1344
},+
"maint/Makefile.PL.inc/56_autogen_schema_files.pl": { … - "mtime": 1516959912,
- "no_index": 1,
- "size": 1792
},+
"maint/Makefile.PL.inc/61_inject_dbicadmin_pod.pl": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 820
},+
"maint/Makefile.PL.inc/91_inc_sanity_check.pl": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 835
},+
"maint/gen_pod_authors": { … - "mtime": 1512766922,
- "no_index": 1,
- "size": 629
},+
"maint/gen_pod_index": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 1398
},+
"maint/gen_pod_inherit": { … - "mtime": 1516959912,
- "no_index": 1,
- "size": 2785
},+
"maint/gen_sqlite_schema_files": { … - "mtime": 1516959912,
- "no_index": 1,
- "size": 1464
},+
"maint/getstatus": { … - "mtime": 1512766922,
- "no_index": 1,
- "size": 967
},+
"script/dbicadmin": { … - "license": "Perl_5",
- "mtime": 1517144014,
- "size": 7186
},+
"t/00describe_environment.t": { … - "mtime": 1517139329,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … - "DBICTest::Util::OverrideRequire": "0"
},+
"requires": { … - "Config": "0",
- "Cwd": "0",
- "DBICTest::RunMode": "0",
- "DBICTest::Util": "0",
- "DBIx::Class::Optional::Dependencies": "0",
- "Digest::MD5": "0",
- "ExtUtils::MakeMaker": "0",
- "File::Find": "0",
- "File::Spec": "0",
- "List::Util": "0",
- "Test::More": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 17807,
+
"suggests": { … - "File::HomeDir": "0",
- "version": "0"
}
},+
"t/04_c3_mro.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "DBIx::Class::Core": "0",
- "DBIx::Class::Storage::DBI::Sybase::Microsoft_SQL_Server": "0",
- "Test::More": "0.88",
- "base": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2065
},+
"t/05components.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "DBICTest::ForeignComponent": "0",
- "DBIx::Class": "0",
- "Test::More": "0.88",
- "base": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1039
},+
"t/100extra_source.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "DBIx::Class::ResultSet": "0",
- "Test::More": "0.88",
- "Test::Warn": "0",
- "base": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2140
},+
"t/100populate.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "DBIx::Class::_Util": "0",
- "List::Util": "0",
- "Math::BigInt": "0",
- "Path::Class::File": "0",
- "Storable": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "Test::Warn": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 13151
},+
"t/101populate_rs.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "Test::Warn": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 23524
},+
"t/101source.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 253
},+
"t/102load_classes.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 724,
+
"suggests": { … - "DBIx::Class::Schema": "0",
- "base": "0"
}
},+
"t/103many_to_many_warning.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2256
},+
"t/104view.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1955
},+
"t/106dbic_carp.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "DBIx::Class::Carp": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "Test::Warn": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1703
},+
"t/107obj_result_class.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 901
},+
"t/18insert_default.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 784
},+
"t/19retrieve_on_insert.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 625
},+
"t/20setuperrors.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "DBIx::Class::Core": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "base": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 381
},+
"t/26dumper.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "Data::Dumper": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 609
},+
"t/33exception_wrap.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 463
},+
"t/34exception_action.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "Test::Warn": "0",
- "lib": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2142
},+
"t/35exception_inaction.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"recommends": { … - "DBIx::Class::Schema": "0",
- "DBIx::Class::_Util": "0",
- "File::Temp": "0"
},+
"requires": { … - "DBICTest::RunMode": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2481
},+
"t/39load_namespaces_1.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1264,
+
"suggests": { … - "DBIx::Class::Schema": "0",
- "base": "0"
}
},+
"t/39load_namespaces_2.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::More": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 893,
+
"suggests": { … - "DBIx::Class::Schema": "0",
- "base": "0"
}
},+
"t/39load_namespaces_3.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "DBIx::Class::Schema": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "Test::Warn": "0",
- "base": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1066
},+
"t/39load_namespaces_4.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::More": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 856,
+
"suggests": { … - "DBIx::Class::Schema": "0",
- "base": "0"
}
},+
"t/39load_namespaces_exception.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::More": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 411,
+
"suggests": { … - "DBIx::Class::Schema": "0",
- "base": "0"
}
},+
"t/39load_namespaces_rt41083.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::More": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1704,
+
"suggests": { … - "DBIx::Class::Schema": "0",
- "base": "0"
}
},+
"t/39load_namespaces_stress.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "DBIx::Class::Schema": "0",
- "Test::More": "0.88",
- "Time::HiRes": "0",
- "base": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1139,
+
"suggests": { … }
},+
"t/40compose_connection.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::More": "0.88",
- "Test::Warn": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 427
},+
"t/40resultsetmanager.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"recommends": { … - "DBICTest::ResultSetManager": "0"
},+
"requires": { … - "DBICTest": "0",
- "Test::More": "0.88",
- "Test::Warn": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 646
},+
"t/46where_attribute.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::More": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 4265
},+
"t/50fork.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "DBIx::Class::Optional::Dependencies": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 4137
},+
"t/51threadnodb.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"recommends": { … - "DBICTest": "0",
- "DBIx::Class::_Util": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "threads": "0",
- "warnings": "0"
},+
"requires": { … },- "size": 1636
},+
"t/51threads.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"recommends": { … - "DBICTest": "0",
- "DBIx::Class::Optional::Dependencies": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "threads": "0",
- "warnings": "0"
},+
"requires": { … },- "size": 4363
},+
"t/51threadtxn.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"recommends": { … - "DBICTest": "0",
- "DBIx::Class::Optional::Dependencies": "0",
- "Scalar::Util": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "threads": "0",
- "warnings": "0"
},+
"requires": { … },- "size": 3227
},+
"t/52leaks.t": { … - "mtime": 1517138723,
- "no_index": 1,
+
"recommends": { … - "Config": "0",
- "DBD::SQLite": "0",
- "DBI": "0",
- "Errno": "0",
- "FileHandle": "0",
- "IPC::Open2": "0",
- "IPC::Open3": "0",
- "Moo": "0",
- "Storable": "0",
- "Try::Tiny": "0"
},+
"requires": { … - "DBICTest::RunMode": "0",
- "DBICTest::Util::LeakTracer": "0",
- "DBIx::Class::_Util": "0",
- "Scalar::Util": "0",
- "Test::More": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 20015
},+
"t/53lean_startup.t": { … - "mtime": 1517139291,
- "no_index": 1,
+
"recommends": { … - "DBICTest": "0",
- "DBICTest::Schema": "0"
},+
"requires": { … - "DBICTest::Util::OverrideRequire": "0",
- "Test::More": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 5478
},+
"t/55namespaces_cleaned.t": { … - "mtime": 1517138724,
- "no_index": 1,
+
"recommends": { … - "B": "0",
- "DBICTest": "0",
- "DBICTest::Util::OverrideRequire": "0",
- "DBIx::Class": "0",
- "DBIx::Class::Carp": "0",
- "File::Find": "0",
- "File::Spec": "0",
- "Package::Stash": "0",
- "Package::Stash::PP": "0"
},+
"requires": { … - "DBICTest::RunMode": "0",
- "Test::More": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 6285,
+
"suggests": { … }
},+
"t/60core.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "Test::Warn": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 20271
},+
"t/61findnot.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "Test::Warn": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 3629
},+
"t/63register_class.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "DBICTest::Schema": "0",
- "DBICTest::Schema::Artist": "0",
- "Test::More": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 509
},+
"t/63register_column.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 222
},+
"t/63register_source.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "DBICTest::Schema": "0",
- "DBIx::Class::ResultSource::Table": "0",
- "Test::Exception": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 476
},+
"t/64db.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::More": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2427
},+
"t/65multipk.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::More": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 759
},+
"t/67pager.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Storable": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 5872
},+
"t/69update.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 700
},+
"t/70auto.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::More": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 635
},+
"t/71mysql.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBI::Const::GetInfoType": "0",
- "DBICTest": "0",
- "DBIx::Class::Optional::Dependencies": "0",
- "Scalar::Util": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "Test::Warn": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 13327
},+
"t/72pg.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"noes": { … },+
"requires": { … - "Config": "0",
- "DBICTest": "0",
- "DBICTest::BaseResult": "0",
- "DBIx::Class::Core": "0",
- "DBIx::Class::Optional::Dependencies": "0",
- "DBIx::Class::_Util": "0",
- "SQL::Abstract": "0",
- "Sub::Name": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "Test::Warn": "0",
- "base": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 28839,
+
"suggests": { … }
},+
"t/72pg_bytea.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "DBIx::Class::Optional::Dependencies": "0",
- "Test::More": "0.88",
- "Try::Tiny": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 4026
},+
"t/73oracle.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"noes": { … },+
"requires": { … - "DBICTest": "0",
- "DBIx::Class::Core": "0",
- "DBIx::Class::Optional::Dependencies": "0",
- "Sub::Name": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "Try::Tiny": "0",
- "base": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 23208
},+
"t/73oracle_blob.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "DBICTest::Schema::BindType": "0",
- "DBIx::Class::Optional::Dependencies": "0",
- "Sub::Name": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "Try::Tiny": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 6533
},+
"t/73oracle_hq.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "DBICTest::Schema": "0",
- "DBICTest::Schema::Artist": "0",
- "DBIx::Class::Optional::Dependencies": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 11085
},+
"t/745db2.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "DBIx::Class::Optional::Dependencies": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "Try::Tiny": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 4167
},+
"t/746db2_400.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "DBIx::Class::Optional::Dependencies": "0",
- "Test::More": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2447
},+
"t/746mssql.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"noes": { … },+
"requires": { … - "DBICTest": "0",
- "DBIx::Class::Optional::Dependencies": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "Try::Tiny": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 16665
},+
"t/746sybase.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … - "DBICTest::Schema::ComputedColumn": "0",
- "IPC::Open2": "0"
},+
"requires": { … - "DBICTest": "0",
- "DBIx::Class::Optional::Dependencies": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 17723,
+
"suggests": { … - "DBIx::Class::Storage": "0"
}
},+
"t/747mssql_ado.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "DBIx::Class::Optional::Dependencies": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "Try::Tiny": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 11051
},+
"t/748informix.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "DBIx::Class::Optional::Dependencies": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 3824
},+
"t/749sqlanywhere.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "DBIx::Class::Optional::Dependencies": "0",
- "Scope::Guard": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "Try::Tiny": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 7036
},+
"t/74mssql.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "DBIx::Class::Optional::Dependencies": "0",
- "Scalar::Util": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 9279
},+
"t/750firebird.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "DBIx::Class::Optional::Dependencies": "0",
- "List::Util": "0",
- "Scope::Guard": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "Try::Tiny": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 10017
},+
"t/751msaccess.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"recommends": { … },+
"requires": { … - "DBICTest": "0",
- "DBIx::Class::Optional::Dependencies": "0",
- "Scope::Guard": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "Try::Tiny": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 12193
},+
"t/752sqlite.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "DBICTest::Schema::Artist": "0",
- "DBIx::Class::_Util": "0",
- "Math::BigInt": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "Test::Warn": "0",
- "Time::HiRes": "0",
- "base": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 10129
},+
"t/76joins.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 4049
},+
"t/76select.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 6294
},+
"t/77join_count.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 877
},+
"t/78self_referencial.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::More": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1047
},+
"t/79aliasing.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::More": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2361
},+
"t/80unique.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "Test::Warn": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 8041,
+
"suggests": { … - "DBIx::Class::Core": "0",
- "base": "0"
}
},+
"t/82cascade_copy.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1052
},+
"t/83cache.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 4554
},+
"t/84serialize.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "Carp": "0",
- "DBICTest": "0",
- "Scalar::Util": "0",
- "Storable": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 5297
},+
"t/85utf8.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "DBIx::Class": "0",
- "DBIx::Class::Core": "0",
- "Test::More": "0.88",
- "Test::Warn": "0",
- "base": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 6394
},+
"t/86might_have.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::More": "0.88",
- "Test::Warn": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1288
},+
"t/86sqlt.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "DBIx::Class": "0",
- "Scalar::Util": "0",
- "Test::More": "0",
- "Test::Warn": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 17482
},+
"t/87ordered.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "POSIX": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 10010
},+
"t/88result_set_column.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "Test::Warn": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 9865
},+
"t/90ensure_class_loaded.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "Class::Inspector": "0",
- "DBICTest": "0",
- "DBIx::Class::_Util": "0",
- "Test::More": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 4555,
+
"suggests": { … - "DBIx::Class::ResultSet": "0",
- "base": "0"
}
},+
"t/90join_torture.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 7786
},+
"t/91merge_joinpref_attr.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 4376
},+
"t/93autocast.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "DBIx::Class::Storage::DBI::AutoCast": "0",
- "DBIx::Class::Storage::DBI::SQLite": "0",
- "Test::More": "0.88",
- "base": "0",
- "lib": "0",
- "mro": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2184
},+
"t/93single_accessor_object.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2205
},+
"t/94pk_mutation.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::More": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1590
},+
"t/94versioning.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"recommends": { … },+
"requires": { … - "DBICTest": "0",
- "DBIx::Class::_Util": "0",
- "File::Copy": "0",
- "Path::Class": "0",
- "Test::Exception": "0",
- "Test::More": "0",
- "Test::Warn": "0",
- "Time::HiRes": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 10853
},+
"t/96_is_deteministic_value.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "DBIx::Class": "0",
- "Test::Exception": "0",
- "Test::More": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1404
},+
"t/97result_class.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "Test::Warn": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 3333
},+
"t/99dbic_sqlt_parser.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"recommends": { … - "DBICTest::BaseResult": "0",
- "DBIx::Class::Schema": "0",
- "base": "0"
},+
"requires": { … - "DBICTest": "0",
- "DBIx::Class": "0",
- "DBIx::Class::_Util": "0",
- "Scalar::Util": "0",
- "Test::Exception": "0",
- "Test::More": "0",
- "Test::Warn": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 8667,
+
"suggests": { … }
},+
"t/admin/01load.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "DBIx::Class": "0",
- "Test::More": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 327
},+
"t/admin/02ddl.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"recommends": { … - "DBICVersion_v1": "0",
- "DBICVersion_v2": "0"
},+
"requires": { … - "DBICTest": "0",
- "DBIx::Class": "0",
- "DBIx::Class::_Util": "0",
- "Path::Class": "0",
- "Test::Exception": "0",
- "Test::More": "0",
- "Test::Warn": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 3602
},+
"t/admin/03data.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "DBIx::Class": "0",
- "Test::Exception": "0",
- "Test::More": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1752
},+
"t/admin/10script.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"recommends": { … - "JSON::Any": "0",
- "Win32::ShellQuote": "0"
},+
"requires": { … - "Config": "0",
- "DBICTest": "0",
- "DBIx::Class": "0",
- "File::Spec": "0",
- "Test::More": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 3640
},+
"t/cdbi/01-columns.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBIC::Test::SQLite": "0",
- "Test::More": "0.88",
- "base": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 4388
},+
"t/cdbi/02-Film.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"noes": { … },+
"requires": { … - "Film": "0",
- "Scalar::Util": "0",
- "Test::More": "0.88",
- "lib": "0",
- "namespace::clean": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 12378,
+
"suggests": { … }
},+
"t/cdbi/03-subclassing.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "Film": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 699
},+
"t/cdbi/04-lazy.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "Lazy": "0",
- "Test::More": "0.88",
- "Test::Warn": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 4462,
+
"suggests": { … }
},+
"t/cdbi/06-hasa.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "CDBase": "0",
- "DBIx::Class::_Util": "0",
- "Director": "0",
- "Film": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "base": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 3972
},+
"t/cdbi/08-inheritcols.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBIC::Test::SQLite": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 560
},+
"t/cdbi/09-has_many.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "Actor": "0",
- "Film": "0",
- "OtherThing": "0",
- "Test::More": "0.88",
- "Thing": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 3160
},+
"t/cdbi/11-triggers.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "Film": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1617
},+
"t/cdbi/12-filter.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "Actor": "0",
- "Film": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 3721
},+
"t/cdbi/13-constraint.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "Film": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 3246
},+
"t/cdbi/14-might_have.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "Blurb": "0",
- "Film": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1958
},+
"t/cdbi/15-accessor.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"recommends": { … - "Actor": "0",
- "Director": "0",
- "Film": "0"
},+
"requires": { … - "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 7466
},+
"t/cdbi/16-reserved.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "Film": "0",
- "Order": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 526
},+
"t/cdbi/18-has_a.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"noes": { … },+
"requires": { … - "DBIx::Class::_Util": "0",
- "Director": "0",
- "Film": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 6341
},+
"t/cdbi/19-set_sql.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "Actor": "0",
- "Film": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2988
},+
"t/cdbi/21-iterator.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "Film": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2605
},+
"t/cdbi/22-deflate_order.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBIC::Test::SQLite": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 568,
+
"suggests": { … - "Time::Piece::MySQL": "0"
}
},+
"t/cdbi/22-self_referential.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "Actor": "0",
- "ActorAlias": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 476
},+
"t/cdbi/23-cascade.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "Data::Dumper": "0",
- "Director": "0",
- "Film": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1829
},+
"t/cdbi/24-meta_info.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBIC::Test::SQLite": "0",
- "DBIx::Class::CDBICompat": "0",
- "Test::More": "0.88",
- "Test::Warn": "0",
- "base": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1823,
+
"suggests": { … }
},+
"t/cdbi/26-mutator.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "Film": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 603
},+
"t/cdbi/30-pager.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "Film": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 869
},+
"t/cdbi/68-inflate_has_a.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBIC::Test::SQLite": "0",
- "Test::More": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1499,
+
"suggests": { … }
},+
"t/cdbi/70_implicit_inflate.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"recommends": { … - "ImplicitInflate": "0",
- "lib": "0"
},+
"requires": { … - "DBIx::Class::Optional::Dependencies": "0",
- "Test::More": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1086
},+
"t/cdbi/71_column_object.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"recommends": { … },+
"requires": { … - "Test::More": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1051,
+
"suggests": { … }
},+
"t/cdbi/98-failure.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"noes": { … },+
"requires": { … - "Film": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1529
},+
"t/cdbi/DeepAbstractSearch/01_search.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"recommends": { … - "Class::DBI::Plugin::DeepAbstractSearch": "0",
- "DBIx::Class::CDBICompat": "0",
- "base": "0"
},+
"requires": { … - "DBIC::Test::SQLite": "0",
- "Test::More": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 9705,
+
"suggests": { … - "Class::DBI::Plugin::DeepAbstractSearch": "0"
}
},+
"t/cdbi/abstract/search_where.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "Film": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1872
},+
"t/cdbi/columns_as_hashes.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … },+
"requires": { … - "Film": "0",
- "Test::More": "0.88",
- "Test::Warn": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2339,
+
"suggests": { … }
},+
"t/cdbi/columns_dont_override_custom_accessors.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBIC::Test::SQLite": "0",
- "Test::More": "0.88",
- "base": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 710
},+
"t/cdbi/construct.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "Film": "0",
- "Test::More": "0.88",
- "base": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 801
},+
"t/cdbi/copy.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBIC::Test::SQLite": "0",
- "Test::More": "0.88",
- "base": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 715
},+
"t/cdbi/early_column_heisenbug.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBIC::Test::SQLite": "0",
- "DBIx::Class::CDBICompat": "0",
- "Test::More": "0.88",
- "base": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 553
},+
"t/cdbi/has_many_loads_foreign_class.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "Class::Inspector": "0",
- "Director": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 744
},+
"t/cdbi/hasa_without_loading.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBIC::Test::SQLite": "0",
- "DBIx::Class::CDBICompat": "0",
- "Test::More": "0.88",
- "base": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 463
},+
"t/cdbi/max_min_value_of.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "Film": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 536
},+
"t/cdbi/mk_group_accessors.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"recommends": { … },+
"requires": { … - "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1165
},+
"t/cdbi/multi_column_set.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBIC::Test::SQLite": "0",
- "Test::More": "0.88",
- "base": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 454
},+
"t/cdbi/object_cache.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "Film": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1546
},+
"t/cdbi/retrieve_from_sql_with_limit.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "Film": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 503
},+
"t/cdbi/set_to_undef.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"recommends": { … },+
"requires": { … - "DBIC::Test::SQLite": "0",
- "Test::More": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 754,
+
"suggests": { … }
},+
"t/cdbi/set_vs_DateTime.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"recommends": { … },+
"requires": { … - "DBIC::Test::SQLite": "0",
- "Test::Exception": "0",
- "Test::More": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 635,
+
"suggests": { … }
},+
"t/cdbi/sweet/08pager.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBIC::Test::SQLite": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1501
},+
"t/cdbi/testlib/Actor.pm": { … - "mtime": 1516959912,
- "no_index": 1,
- "size": 533
},+
"t/cdbi/testlib/ActorAlias.pm": { … - "mtime": 1516959912,
- "no_index": 1,
- "size": 428
},+
"t/cdbi/testlib/Blurb.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 368
},+
"t/cdbi/testlib/CDBase.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 103
},+
"t/cdbi/testlib/ColumnObject.pm": { … - "mtime": 1516959912,
- "no_index": 1,
- "size": 553
},+
"t/cdbi/testlib/DBIC/Test/SQLite.pm": { … - "mtime": 1516959912,
- "no_index": 1,
- "size": 2549
},+
"t/cdbi/testlib/Director.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 361
},+
"t/cdbi/testlib/Film.pm": { … - "mtime": 1516959912,
- "no_index": 1,
- "size": 902
},+
"t/cdbi/testlib/ImplicitInflate.pm": { … - "mtime": 1516959912,
- "no_index": 1,
- "size": 775
},+
"t/cdbi/testlib/Lazy.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 515
},+
"t/cdbi/testlib/Log.pm": { … - "mtime": 1516959912,
- "no_index": 1,
- "size": 718
},+
"t/cdbi/testlib/MyBase.pm": { … - "mtime": 1516959912,
- "no_index": 1,
- "size": 1463
},+
"t/cdbi/testlib/MyFilm.pm": { … - "mtime": 1516959912,
- "no_index": 1,
- "size": 449
},+
"t/cdbi/testlib/MyFoo.pm": { … - "mtime": 1516959912,
- "no_index": 1,
- "size": 578
},+
"t/cdbi/testlib/MyStar.pm": { … - "mtime": 1516959912,
- "no_index": 1,
- "size": 385
},+
"t/cdbi/testlib/MyStarLink.pm": { … - "mtime": 1516959912,
- "no_index": 1,
- "size": 404
},+
"t/cdbi/testlib/MyStarLinkMCPK.pm": { … - "mtime": 1516959912,
- "no_index": 1,
- "size": 587
},+
"t/cdbi/testlib/Order.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 344
},+
"t/cdbi/testlib/OtherFilm.pm": { … - "mtime": 1516959912,
- "no_index": 1,
- "size": 406
},+
"t/cdbi/testlib/OtherThing.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 228
},+
"t/cdbi/testlib/Thing.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 255
},+
"t/count/count_rs.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "DBIx::Class::SQLMaker::LimitDialects": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 5079
},+
"t/count/distinct.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 6461
},+
"t/count/group_by_func.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 709
},+
"t/count/grouped_pager.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::More": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 936
},+
"t/count/in_subquery.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 493
},+
"t/count/joined.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1659
},+
"t/count/prefetch.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2789
},+
"t/count/search_related.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1199
},+
"t/delete/cascade_missing.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "Test::Warn": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 540
},+
"t/delete/complex.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 751
},+
"t/delete/m2m.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 486
},+
"t/delete/related.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2008
},+
"t/discard_changes_in_DESTROY.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 657
},+
"t/inflate/core.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 4039
},+
"t/inflate/datetime.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::More": "0.88",
- "Test::Warn": "0",
- "Try::Tiny": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 4224,
+
"suggests": { … - "DBIx::Class::SQLMaker::DateOps": "0"
}
},+
"t/inflate/datetime_determine_parser.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 817
},+
"t/inflate/datetime_firebird.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "DBIx::Class::Optional::Dependencies": "0",
- "Scope::Guard": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2587
},+
"t/inflate/datetime_informix.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "DBIx::Class::Optional::Dependencies": "0",
- "Scope::Guard": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2000
},+
"t/inflate/datetime_missing_deps.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 457
},+
"t/inflate/datetime_msaccess.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "DBIx::Class::Optional::Dependencies": "0",
- "Scope::Guard": "0",
- "Test::More": "0.88",
- "Try::Tiny": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2562
},+
"t/inflate/datetime_mssql.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "DBIx::Class::Optional::Dependencies": "0",
- "Scope::Guard": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "Try::Tiny": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 5064
},+
"t/inflate/datetime_mysql.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "DBICTest::Schema": "0",
- "DBIx::Class::Optional::Dependencies": "0",
- "DBIx::Class::_Util": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "Test::Warn": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 3571
},+
"t/inflate/datetime_oracle.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "DBIx::Class::Optional::Dependencies": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 3456
},+
"t/inflate/datetime_pg.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "DBIx::Class::Optional::Dependencies": "0",
- "Test::More": "0.88",
- "Test::Warn": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1517
},+
"t/inflate/datetime_sqlanywhere.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "DBIx::Class::Optional::Dependencies": "0",
- "Scope::Guard": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2754
},+
"t/inflate/datetime_sybase.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "DBIx::Class::Optional::Dependencies": "0",
- "Scope::Guard": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "Try::Tiny": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 3781
},+
"t/inflate/file_column.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "DBICTest::BaseResult": "0",
- "DBICTest::Schema": "0",
- "File::Compare": "0",
- "File::Temp": "0",
- "Path::Class": "0",
- "Test::More": "0",
- "base": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2948
},+
"t/inflate/hri.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"recommends": { … - "DBICTest": "0",
- "Test::Exception": "0",
- "lib": "0"
},+
"requires": { … - "DBIx::Class::_Util": "0",
- "Test::More": "0",
- "base": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 7132
},+
"t/inflate/hri_torture.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "DBIx::Class::ResultClass::HashRefInflator": "0",
- "Test::Deep": "0",
- "Test::More": "0.88",
- "base": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 8381
},+
"t/inflate/serialize.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2773
},+
"t/lib/DBICNSTest/Bogus/A.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 149
},+
"t/lib/DBICNSTest/Bogus/B.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 150
},+
"t/lib/DBICNSTest/Bogus/Bigos.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 66
},+
"t/lib/DBICNSTest/OtherRslt/D.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 153
},+
"t/lib/DBICNSTest/RSBase.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 96
},+
"t/lib/DBICNSTest/RSet/A.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 97
},+
"t/lib/DBICNSTest/RSet/C.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 97
},+
"t/lib/DBICNSTest/Result/A.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 150
},+
"t/lib/DBICNSTest/Result/B.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 150
},+
"t/lib/DBICNSTest/Result/D.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 150
},+
"t/lib/DBICNSTest/ResultSet/A.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 102
},+
"t/lib/DBICNSTest/ResultSet/C.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 102
},+
"t/lib/DBICNSTest/ResultSet/D.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 65
},+
"t/lib/DBICNSTest/Rslt/A.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 225
},+
"t/lib/DBICNSTest/Rslt/B.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 148
},+
"t/lib/DBICNSTest/RtBug41083/Result/Foo.pm": { … - "mtime": 1475231498,
- "no_index": 1,
- "size": 164
},+
"t/lib/DBICNSTest/RtBug41083/Result/Foo/Sub.pm": { … - "mtime": 1475231498,
- "no_index": 1,
- "size": 127
},+
"t/lib/DBICNSTest/RtBug41083/ResultSet.pm": { … - "mtime": 1471856149,
- "no_index": 1,
- "size": 107
},+
"t/lib/DBICNSTest/RtBug41083/ResultSet/Foo.pm": { … - "mtime": 1471856149,
- "no_index": 1,
- "size": 143
},+
"t/lib/DBICNSTest/RtBug41083/ResultSet_A/A.pm": { … - "mtime": 1471856149,
- "no_index": 1,
- "size": 142
},+
"t/lib/DBICNSTest/RtBug41083/Result_A/A.pm": { … - "mtime": 1475231498,
- "no_index": 1,
- "size": 160
},+
"t/lib/DBICNSTest/RtBug41083/Result_A/A/Sub.pm": { … - "mtime": 1475231498,
- "no_index": 1,
- "size": 127
},+
"t/lib/DBICTest.pm": { … - "mtime": 1516999178,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … - "SQL::Abstract::Test": "0",
- "Test::Builder": "0"
},+
"requires": { … - "Carp": "0",
- "Config": "0",
- "DBICTest::Schema": "0",
- "DBICTest::Util": "0",
- "DBICTest::Util::LeakTracer": "0",
- "DBIx::Class::_Util": "0",
- "Fcntl": "0",
- "File::Spec": "0",
- "Path::Class::File": "0",
- "Scope::Guard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 16114
},+
"t/lib/DBICTest/Base.pm": { … - "mtime": 1516959912,
- "no_index": 1,
- "size": 189
},+
"t/lib/DBICTest/BaseResult.pm": { … - "mtime": 1512766922,
- "no_index": 1,
+
"requires": { … - "DBICTest::Base": "0",
- "DBIx::Class::Core": "0",
- "base": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 770
},+
"t/lib/DBICTest/BaseResultSet.pm": { … - "mtime": 1512766922,
- "no_index": 1,
- "size": 256
},+
"t/lib/DBICTest/BaseSchema.pm": { … - "mtime": 1516959912,
- "no_index": 1,
- "size": 7971
},+
"t/lib/DBICTest/Cursor.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 105
},+
"t/lib/DBICTest/DeployComponent.pm": { … - "mtime": 1516959912,
- "no_index": 1,
- "size": 263
},+
"t/lib/DBICTest/DynamicForeignCols/Computer.pm": { … - "mtime": 1475231498,
- "no_index": 1,
- "size": 322
},+
"t/lib/DBICTest/DynamicForeignCols/TestComputer.pm": { … - "mtime": 1475231498,
- "no_index": 1,
+
"requires": { … - "DBIx::Class::Core": "0",
- "base": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 984
},+
"t/lib/DBICTest/ErrorComponent.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 163
},+
"t/lib/DBICTest/FakeComponent.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 131
},+
"t/lib/DBICTest/ForeignComponent.pm": { … - "mtime": 1472015136,
- "no_index": 1,
+
"requires": { … - "DBIx::Class": "0",
- "base": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 227
},+
"t/lib/DBICTest/ForeignComponent/TestComp.pm": { … - "mtime": 1471856149,
- "no_index": 1,
- "size": 161
},+
"t/lib/DBICTest/OptionalComponent.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 135
},+
"t/lib/DBICTest/ResultSetManager.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 158
},+
"t/lib/DBICTest/ResultSetManager/Foo.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 239
},+
"t/lib/DBICTest/RunMode.pm": { … - "mtime": 1517138723,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … - "Carp": "0",
- "Time::HiRes": "0"
},+
"requires": { … - "DBICTest::Util": "0",
- "Fcntl": "0",
- "File::Spec": "0",
- "File::Temp": "0",
- "Path::Class": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 7718
},+
"t/lib/DBICTest/SQLTracerObj.pm": { … - "mtime": 1516959912,
- "no_index": 1,
- "size": 683
},+
"t/lib/DBICTest/Schema.pm": { … - "mtime": 1516999178,
- "no_index": 1,
+
"noes": { … },+
"requires": { … - "DBICTest::BaseSchema": "0",
- "base": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1104
},+
"t/lib/DBICTest/Schema/Artist.pm": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest::BaseResult": "0",
- "DBICTest::Util": "0",
- "base": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 5446
},+
"t/lib/DBICTest/Schema/ArtistGUID.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 746
},+
"t/lib/DBICTest/Schema/ArtistSourceName.pm": { … - "mtime": 1516959912,
- "no_index": 1,
- "size": 222
},+
"t/lib/DBICTest/Schema/ArtistSubclass.pm": { … - "mtime": 1516959912,
- "no_index": 1,
- "size": 173
},+
"t/lib/DBICTest/Schema/ArtistUndirectedMap.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 753
},+
"t/lib/DBICTest/Schema/Artwork.pm": { … - "mtime": 1516959912,
- "no_index": 1,
- "size": 1547
},+
"t/lib/DBICTest/Schema/Artwork_to_Artist.pm": { … - "mtime": 1516959912,
- "no_index": 1,
- "size": 1741
},+
"t/lib/DBICTest/Schema/BindType.pm": { … - "mtime": 1483446582,
- "no_index": 1,
+
"requires": { … - "DBICTest::BaseResult": "0",
- "base": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 571
},+
"t/lib/DBICTest/Schema/Bookmark.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 668
},+
"t/lib/DBICTest/Schema/BooksInLibrary.pm": { … - "mtime": 1516959912,
- "no_index": 1,
- "size": 759
},+
"t/lib/DBICTest/Schema/CD.pm": { … - "mtime": 1512766922,
- "no_index": 1,
+
"requires": { … - "DBICTest::BaseResult": "0",
- "DBICTest::Util": "0",
- "base": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 4585
},+
"t/lib/DBICTest/Schema/CD_to_Producer.pm": { … - "mtime": 1475231498,
- "no_index": 1,
- "size": 691
},+
"t/lib/DBICTest/Schema/Collection.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 984
},+
"t/lib/DBICTest/Schema/CollectionObject.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 689
},+
"t/lib/DBICTest/Schema/ComputedColumn.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 670
},+
"t/lib/DBICTest/Schema/CustomSql.pm": { … - "mtime": 1516959912,
- "no_index": 1,
- "size": 416
},+
"t/lib/DBICTest/Schema/Dummy.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 476
},+
"t/lib/DBICTest/Schema/Employee.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 1114
},+
"t/lib/DBICTest/Schema/Encoded.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 834
},+
"t/lib/DBICTest/Schema/Event.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 1032
},+
"t/lib/DBICTest/Schema/EventSmallDT.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 399
},+
"t/lib/DBICTest/Schema/EventTZ.pm": { … - "mtime": 1516959912,
- "no_index": 1,
- "size": 638
},+
"t/lib/DBICTest/Schema/EventTZDeprecated.pm": { … - "mtime": 1516959912,
- "no_index": 1,
- "size": 643
},+
"t/lib/DBICTest/Schema/EventTZPg.pm": { … - "mtime": 1516959912,
- "no_index": 1,
- "size": 858
},+
"t/lib/DBICTest/Schema/ForceForeign.pm": { … - "mtime": 1475231498,
- "no_index": 1,
- "size": 872
},+
"t/lib/DBICTest/Schema/FourKeys.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 849
},+
"t/lib/DBICTest/Schema/FourKeys_to_TwoKeys.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 1019
},+
"t/lib/DBICTest/Schema/Genre.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 557
},+
"t/lib/DBICTest/Schema/Image.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 578
},+
"t/lib/DBICTest/Schema/LinerNotes.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 426
},+
"t/lib/DBICTest/Schema/Link.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 672
},+
"t/lib/DBICTest/Schema/LyricVersion.pm": { … - "mtime": 1475231498,
- "no_index": 1,
- "size": 578
},+
"t/lib/DBICTest/Schema/Lyrics.pm": { … - "mtime": 1475231498,
- "no_index": 1,
- "size": 666
},+
"t/lib/DBICTest/Schema/Money.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 366
},+
"t/lib/DBICTest/Schema/NoPrimaryKey.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 377
},+
"t/lib/DBICTest/Schema/NoSuchClass.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 148
},+
"t/lib/DBICTest/Schema/OneKey.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 387
},+
"t/lib/DBICTest/Schema/Owners.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 488
},+
"t/lib/DBICTest/Schema/Producer.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 598
},+
"t/lib/DBICTest/Schema/PunctuatedColumnName.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 627
},+
"t/lib/DBICTest/Schema/SelfRef.pm": { … - "mtime": 1516959912,
- "no_index": 1,
- "size": 449
},+
"t/lib/DBICTest/Schema/SelfRefAlias.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 480
},+
"t/lib/DBICTest/Schema/SequenceTest.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 874
},+
"t/lib/DBICTest/Schema/Serialized.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 332
},+
"t/lib/DBICTest/Schema/Tag.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 790
},+
"t/lib/DBICTest/Schema/TimestampPrimaryKey.pm": { … - "mtime": 1516959912,
- "no_index": 1,
- "size": 344
},+
"t/lib/DBICTest/Schema/Track.pm": { … - "mtime": 1516959912,
- "no_index": 1,
- "size": 3608
},+
"t/lib/DBICTest/Schema/TreeLike.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 928
},+
"t/lib/DBICTest/Schema/TwoKeyTreeLike.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 702
},+
"t/lib/DBICTest/Schema/TwoKeys.pm": { … - "mtime": 1512766922,
- "no_index": 1,
- "size": 820
},+
"t/lib/DBICTest/Schema/TypedObject.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 705
},+
"t/lib/DBICTest/Schema/VaryingMAX.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 674
},+
"t/lib/DBICTest/Schema/Year1999CDs.pm": { … - "mtime": 1475231498,
- "no_index": 1,
- "size": 983
},+
"t/lib/DBICTest/Schema/Year2000CDs.pm": { … - "mtime": 1516959912,
- "no_index": 1,
- "size": 561
},+
"t/lib/DBICTest/SyntaxErrorComponent1.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 167
},+
"t/lib/DBICTest/SyntaxErrorComponent2.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 167
},+
"t/lib/DBICTest/SyntaxErrorComponent3.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 84
},+
"t/lib/DBICTest/Taint/Classes/Auto.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 152
},+
"t/lib/DBICTest/Taint/Classes/Manual.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 154
},+
"t/lib/DBICTest/Taint/Namespaces/Result/Test.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 163
},+
"t/lib/DBICTest/Util.pm": { … - "mtime": 1516959912,
- "no_index": 1,
+
"noes": { … - "strict": "0",
- "warnings": "0"
},+
"recommends": { … - "DBI": "0",
- "Time::HiRes": "0"
},+
"requires": { … - "Carp": "0",
- "Config": "0",
- "DBIx::Class::_Util": "0",
- "Exporter": "0",
- "Fcntl": "0",
- "Scalar::Util": "0",
- "base": "0",
- "constant": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 6089
},+
"t/lib/DBICTest/Util/LeakTracer.pm": { … - "mtime": 1516959912,
- "no_index": 1,
+
"noes": { … },+
"requires": { … - "Carp": "0",
- "DBICTest::Util": "0",
- "DBIx::Class::Optional::Dependencies": "0",
- "DBIx::Class::_Util": "0",
- "Data::Dumper::Concise": "0",
- "Exporter": "0",
- "Scalar::Util": "0",
- "base": "0",
- "constant": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 10683,
+
"suggests": { … }
},+
"t/lib/DBICTest/Util/OverrideRequire.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 4087
},+
"t/lib/DBICVersion_v1.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 995
},+
"t/lib/DBICVersion_v2.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 1216
},+
"t/lib/DBICVersion_v3.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 1436
},+
"t/lib/ViewDeps.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 239
},+
"t/lib/ViewDeps/Result/ANameArtists.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 602
},+
"t/lib/ViewDeps/Result/AbNameArtists.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 711
},+
"t/lib/ViewDeps/Result/AbaNameArtists.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 716
},+
"t/lib/ViewDeps/Result/AbaNameArtistsAnd2010CDsWithManyTracks.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 968
},+
"t/lib/ViewDeps/Result/Artist.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 416
},+
"t/lib/ViewDeps/Result/Artwork.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 479
},+
"t/lib/ViewDeps/Result/CD.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 705
},+
"t/lib/ViewDeps/Result/Track.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 523
},+
"t/lib/ViewDeps/Result/TrackNumberFives.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 744
},+
"t/lib/ViewDeps/Result/Year2010CDs.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 918
},+
"t/lib/ViewDeps/Result/Year2010CDsWithManyTracks.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 1187
},+
"t/lib/ViewDepsBad.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 242
},+
"t/lib/ViewDepsBad/Result/ANameArtists.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 605
},+
"t/lib/ViewDepsBad/Result/AbNameArtists.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 720
},+
"t/lib/ViewDepsBad/Result/AbaNameArtists.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 788
},+
"t/lib/ViewDepsBad/Result/AbaNameArtistsAnd2010CDsWithManyTracks.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 977
},+
"t/lib/ViewDepsBad/Result/Artist.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 422
},+
"t/lib/ViewDepsBad/Result/Artwork.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 485
},+
"t/lib/ViewDepsBad/Result/CD.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 714
},+
"t/lib/ViewDepsBad/Result/Track.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 529
},+
"t/lib/ViewDepsBad/Result/TrackNumberFives.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 753
},+
"t/lib/ViewDepsBad/Result/Year2010CDs.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 927
},+
"t/lib/ViewDepsBad/Result/Year2010CDsWithManyTracks.pm": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 1202
},+
"t/lib/admincfgtest.json": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 128
},+
"t/lib/awesome.json": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 28
},+
"t/lib/sqlite.sql": { … - "mtime": 1517143991,
- "no_index": 1,
- "size": 11218
},+
"t/lib/test_deploy/DBICTest-Schema-1.x-SQLite.sql": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 304
},+
"t/lib/testinclude/DBICTestAdminInc.pm": { … - "mtime": 1516959912,
- "no_index": 1,
- "size": 159
},+
"t/lib/testinclude/DBICTestConfig.pm": { … - "mtime": 1516959912,
- "no_index": 1,
- "size": 329
},+
"t/multi_create/cd_single.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 664
},+
"t/multi_create/diamond.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1151
},+
"t/multi_create/existing_in_chain.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 3209
},+
"t/multi_create/find_or_multicreate.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2009
},+
"t/multi_create/has_many.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 584
},+
"t/multi_create/in_memory.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 5607
},+
"t/multi_create/insert_defaults.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "DBIx::Class::_Util": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2121
},+
"t/multi_create/m2m.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::Exception": "0",
- "Test::More": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 970
},+
"t/multi_create/multilev_single_PKeqFK.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2678
},+
"t/multi_create/reentrance_count.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"recommends": { … - "DBICTest": "0",
- "Test::Exception": "0",
- "lib": "0"
},+
"requires": { … - "Test::More": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 5013
},+
"t/multi_create/standard.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "Test::Warn": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 14827
},+
"t/multi_create/torture.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::More": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 7271
},+
"t/ordered/cascade_delete.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 563
},+
"t/ordered/unordered_movement.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 633
},+
"t/prefetch/attrs_untouched.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Data::Dumper": "0",
- "Test::More": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 790
},+
"t/prefetch/correlated.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::Deep": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 7898
},+
"t/prefetch/count.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 3660
},+
"t/prefetch/diamond.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2700
},+
"t/prefetch/double_prefetch.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1258
},+
"t/prefetch/empty_cache.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 995
},+
"t/prefetch/false_colvalues.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::Deep": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 843
},+
"t/prefetch/grouped.t": { … - "mtime": 1517138724,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "DBIx::Class::SQLMaker::LimitDialects": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 15550
},+
"t/prefetch/incomplete.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::Deep": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 6535
},+
"t/prefetch/join_type.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1521
},+
"t/prefetch/lazy_cursor.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "Test::Warn": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2516
},+
"t/prefetch/manual.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::Deep": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "Test::Warn": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 14745
},+
"t/prefetch/multiple_hasmany.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::More": "0.88",
- "Test::Warn": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1881
},+
"t/prefetch/multiple_hasmany_torture.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "DBIx::Class::_Util": "0",
- "Test::Deep": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 6204
},+
"t/prefetch/o2m_o2m_order_by_with_limit.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "DBIx::Class::SQLMaker::LimitDialects": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 6155
},+
"t/prefetch/one_to_many_to_one.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 782
},+
"t/prefetch/refined_search_on_relation.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 851
},+
"t/prefetch/restricted_children_set.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2355
},+
"t/prefetch/standard.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 9309
},+
"t/prefetch/via_search_related.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 7151
},+
"t/prefetch/with_limit.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "DBIx::Class::SQLMaker::LimitDialects": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 9350
},+
"t/relationship/after_update.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::More": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 632
},+
"t/relationship/core.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 13112
},+
"t/relationship/custom.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "Test::Warn": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 11264
},+
"t/relationship/custom_opaque.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1147
},+
"t/relationship/custom_with_null_in_cond.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 799
},+
"t/relationship/doesnt_exist.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::More": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 683
},+
"t/relationship/dynamic_foreign_columns.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "DBICTest::DynamicForeignCols::TestComputer": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 339
},+
"t/relationship/info.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "DBIx::Class::Core": "0",
- "Test::More": "0.88",
- "base": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2616
},+
"t/relationship/malformed_declaration.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest::Schema::Artist": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 804
},+
"t/relationship/proxy.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1624
},+
"t/relationship/set_column_on_fk.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2234
},+
"t/relationship/unresolvable.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 422
},+
"t/relationship/update_or_create_multi.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "Test::Warn": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2740
},+
"t/relationship/update_or_create_single.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::More": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2528
},+
"t/resultset/as_query.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2185
},+
"t/resultset/as_subselect_rs.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2314
},+
"t/resultset/bind_attr.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 3987
},+
"t/resultset/find_on_subquery_cond.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 566
},+
"t/resultset/inflate_result_api.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"noes": { … },+
"requires": { … - "DBICTest": "0",
- "Test::Deep": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 21180
},+
"t/resultset/inflatemap_abuse.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2982
},+
"t/resultset/is_ordered.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2483
},+
"t/resultset/is_paged.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 344
},+
"t/resultset/nulls_only.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 653
},+
"t/resultset/plus_select.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2069
},+
"t/resultset/rowparser_internals.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "strict": "0",
- "warnings": "0"
},- "size": 30610
},+
"t/resultset/update_delete.t": { … - "mtime": 1517138724,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "DBICTest::Schema::CD": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 13098
},+
"t/resultset_class.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "Class::Inspector": "0",
- "DBICTest": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 916
},+
"t/resultset_overload.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 537
},+
"t/resultsource/bare_resultclass_exception.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "DBIx::Class::Core": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "base": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 238
},+
"t/resultsource/set_primary_key.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "DBIx::Class::Core": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "Test::Warn": "0",
- "base": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 726
},+
"t/row/copy_with_extra_selection.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 502
},+
"t/row/filter_column.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 12748
},+
"t/row/find_one_has_many.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 971
},+
"t/row/inflate_result.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "DBIx::Class::Core": "0",
- "DBIx::Class::Schema": "0",
- "Test::More": "0.88",
- "base": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2430
},+
"t/row/pkless.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 591
},+
"t/row/set_extra_column.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 719
},+
"t/schema/anon.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 274
},+
"t/schema/clone.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 565
},+
"t/search/deprecated_attributes.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::More": "0.88",
- "Test::Warn": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 963
},+
"t/search/distinct.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2595
},+
"t/search/empty_attrs.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1007
},+
"t/search/preserve_original_rs.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Storable": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 3826
},+
"t/search/reentrancy.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 862
},+
"t/search/related_has_many.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 711
},+
"t/search/related_strip_prefetch.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "DBIx::Class::SQLMaker::LimitDialects": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1228
},+
"t/search/select_chains.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 4634
},+
"t/search/select_chains_unbalanced.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 3608
},+
"t/search/stack_cond.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"noes": { … },+
"requires": { … - "DBICTest": "0",
- "Data::Dumper": "0",
- "List::Util": "0",
- "SQL::Abstract": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2745
},+
"t/search/subquery.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "DBIx::Class::SQLMaker::LimitDialects": "0",
- "DBIx::Class::_Util": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 5206
},+
"t/search/void.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 295
},+
"t/sqlmaker/bind_transport.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "DBIx::Class::SQLMaker::LimitDialects": "0",
- "Math::BigInt": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 3760
},+
"t/sqlmaker/core.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"recommends": { … - "DBIx::Class::SQLMaker": "0"
},+
"requires": { … - "DBICTest": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2472
},+
"t/sqlmaker/core_quoted.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 8118
},+
"t/sqlmaker/dbihacks_internals.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"noes": { … },+
"requires": { … - "DBICTest": "0",
- "DBIx::Class::_Util": "0",
- "Data::Dumper": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "Test::Warn": "0",
- "lib": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 22267,
+
"suggests": { … }
},+
"t/sqlmaker/hierarchical/oracle.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "DBICTest::Schema::Artist": "0",
- "DBIx::Class::Optional::Dependencies": "0",
- "DBIx::Class::SQLMaker::LimitDialects": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 10254
},+
"t/sqlmaker/legacy_joins.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "DBIx::Class::SQLMaker": "0",
- "DBIx::Class::_Util": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2946
},+
"t/sqlmaker/limit_dialects/basic.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1843
},+
"t/sqlmaker/limit_dialects/custom.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "DBIx::Class::SQLMaker": "0",
- "Test::More": "0.88",
- "Test::Warn": "0",
- "base": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1209
},+
"t/sqlmaker/limit_dialects/fetch_first.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 7254
},+
"t/sqlmaker/limit_dialects/first_skip.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "DBIx::Class::SQLMaker::LimitDialects": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 4108
},+
"t/sqlmaker/limit_dialects/generic_subq.t": { … - "mtime": 1517138724,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "DBIx::Class::SQLMaker::LimitDialects": "0",
- "List::Util": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 10376
},+
"t/sqlmaker/limit_dialects/mssql_torture.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "DBIx::Class::SQLMaker::LimitDialects": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 9854
},+
"t/sqlmaker/limit_dialects/rno.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "DBIx::Class::SQLMaker::LimitDialects": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 6312
},+
"t/sqlmaker/limit_dialects/rownum.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "DBIx::Class::SQLMaker::LimitDialects": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 6823
},+
"t/sqlmaker/limit_dialects/skip_first.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "DBIx::Class::SQLMaker::LimitDialects": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 4109
},+
"t/sqlmaker/limit_dialects/toplimit.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 8675
},+
"t/sqlmaker/limit_dialects/torture.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Storable": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 29075
},+
"t/sqlmaker/literal_with_bind.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1260
},+
"t/sqlmaker/msaccess.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 3401
},+
"t/sqlmaker/mysql.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"noes": { … },+
"requires": { … - "DBICTest": "0",
- "DBIx::Class::Storage::DBI::mysql": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 5138
},+
"t/sqlmaker/nest_deprec.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::More": "0.88",
- "Test::Warn": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 650
},+
"t/sqlmaker/oracle.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"recommends": { … - "DBICTest": "0",
- "DBIx::Class::SQLMaker::Oracle": "0",
- "Data::Dumper::Concise": "0",
- "Test::Exception": "0",
- "lib": "0"
},+
"requires": { … - "DBIx::Class::Optional::Dependencies": "0",
- "Test::More": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 5420
},+
"t/sqlmaker/oraclejoin.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"recommends": { … - "DBICTest": "0",
- "DBIx::Class::SQLMaker::OracleJoins": "0",
- "lib": "0"
},+
"requires": { … - "DBIx::Class::Optional::Dependencies": "0",
- "Test::More": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2919
},+
"t/sqlmaker/order_by_bindtransport.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Data::Dumper::Concise": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2852
},+
"t/sqlmaker/order_by_func.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 786
},+
"t/sqlmaker/pg.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 3045
},+
"t/sqlmaker/quotes.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2038
},+
"t/sqlmaker/sqlite.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 312
},+
"t/storage/base.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Data::Dumper": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "Test::Warn": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 5576
},+
"t/storage/cursor.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 599,
+
"suggests": { … }
},+
"t/storage/dbh_do.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"noes": { … },+
"requires": { … - "DBICTest": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1011
},+
"t/storage/dbi_coderef.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::More": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 777
},+
"t/storage/dbi_env.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "DBIx::Class::_Util": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 4262
},+
"t/storage/dbic_pretty.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "DBIx::Class": "0",
- "Test::More": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1092
},+
"t/storage/debug.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"noes": { … },+
"requires": { … - "DBICTest": "0",
- "DBIx::Class::Storage::Statistics": "0",
- "File::Spec": "0",
- "Path::Class": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "Try::Tiny": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 4479
},+
"t/storage/deploy.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "DBIx::Class": "0",
- "Path::Class": "0",
- "Test::Exception": "0",
- "Test::More": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2137
},+
"t/storage/deprecated_exception_source_bind_attrs.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "DBIx::Class::Storage::DBI::SQLite": "0",
- "Data::Dumper::Concise": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "Test::Warn": "0",
- "base": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 646
},+
"t/storage/disable_sth_caching.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 809
},+
"t/storage/error.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "Test::Warn": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 3026
},+
"t/storage/exception.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "DBICTest::Schema": "0",
- "DBIx::Class::Storage::DBI": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "base": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 926
},+
"t/storage/global_destruction.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "DBIx::Class::Optional::Dependencies": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1971
},+
"t/storage/nobindvars.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "DBIx::Class::Storage::DBI::NoBindVars": "0",
- "DBIx::Class::Storage::DBI::SQLite": "0",
- "Test::More": "0.88",
- "base": "0",
- "lib": "0",
- "mro": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1177
},+
"t/storage/on_connect_call.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"noes": { … },+
"requires": { … - "DBI": "0",
- "DBICTest": "0",
- "DBICTest::Schema": "0",
- "DBIx::Class::Storage::DBI": "0",
- "Test::More": "0",
- "Test::Warn": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 3002
},+
"t/storage/on_connect_do.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBI": "0",
- "DBICTest": "0",
- "Test::Exception": "0",
- "Test::More": "0",
- "Test::Warn": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2928
},+
"t/storage/ping_count.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"recommends": { … - "DBIx::Class::Storage::DBI": "0"
},+
"requires": { … - "DBICTest": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1154
},+
"t/storage/prefer_stringification.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::More": "0.88",
- "lib": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 676
},+
"t/storage/quote_names.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Data::Dumper::Concise": "0",
- "Test::More": "0.88",
- "Try::Tiny": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 4844
},+
"t/storage/reconnect.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "File::Copy": "0",
- "FindBin": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 3228
},+
"t/storage/replicated.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"recommends": { … - "Class::Accessor::Fast": "0",
- "File::Copy": "0",
- "File::Spec": "0",
- "List::Util": "0",
- "Moose": "0",
- "MooseX::Types": "0",
- "Scalar::Util": "0",
- "Test::Exception": "0",
- "Test::Moose": "0",
- "base": "0"
},+
"requires": { … - "DBICTest": "0",
- "DBIx::Class": "0",
- "Test::More": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 29095
},+
"t/storage/savepoints.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"noes": { … },+
"requires": { … - "DBICTest": "0",
- "DBIx::Class::Optional::Dependencies": "0",
- "DBIx::Class::Storage::Statistics": "0",
- "DBIx::Class::_Util": "0",
- "Scalar::Util": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "base": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 7403
},+
"t/storage/stats.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "Test::More": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1976
},+
"t/storage/txn.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"noes": { … },+
"requires": { … - "DBICTest": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "Test::Warn": "0",
- "lib": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 12765
},+
"t/storage/txn_scope_guard.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"noes": { … - "strict": "0",
- "warnings": "0"
},+
"recommends": { … },+
"requires": { … - "DBICTest": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "Test::Warn": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 6952
},+
"t/update/all.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 521
},+
"t/update/ident_cond.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 822
},+
"t/update/type_aware.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest": "0",
- "Test::More": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 715
},+
"t/zzzzzzz_authors.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"requires": { … - "DBICTest::RunMode": "0",
- "Test::More": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 668
},+
"t/zzzzzzz_perl_perf_bug.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"recommends": { … - "Benchmark": "0",
- "DBICTest": "0",
- "DBICTest::RunMode": "0",
- "overload": "0"
},+
"requires": { … - "Test::More": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 4228
},+
"t/zzzzzzz_sqlite_deadlock.t": { … - "mtime": 1516959912,
- "no_index": 1,
+
"recommends": { … - "DBICTest": "0",
- "File::Temp": "0",
- "Test::Exception": "0"
},+
"requires": { … - "DBICTest::RunMode": "0",
- "Test::More": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1096
},+
"xt/authors.t": { … - "mtime": 1516959912,
- "no_index": 1,
- "size": 2101
},+
"xt/dbictest_unlink_guard.t": { … - "mtime": 1516959912,
- "no_index": 1,
- "size": 469
},+
"xt/footers.t": { … - "mtime": 1516959912,
- "no_index": 1,
- "size": 1497
},+
"xt/old_envvars.t": { … - "mtime": 1472015136,
- "no_index": 1,
- "size": 523
},+
"xt/optional_deps.t": { … - "mtime": 1516959912,
- "no_index": 1,
- "size": 3572
},+
"xt/pod.t": { … - "mtime": 1516959912,
- "no_index": 1,
- "size": 636
},+
"xt/podcoverage.t": { … - "mtime": 1516959912,
- "no_index": 1,
- "size": 6027
},+
"xt/quote_sub.t": { … - "mtime": 1516959912,
- "no_index": 1,
- "size": 1064
},+
"xt/standalone_testschema_resultclasses.t": { … - "mtime": 1516959912,
- "no_index": 1,
- "size": 1512
},+
"xt/strictures.t": { … - "mtime": 1516959912,
- "no_index": 1,
- "size": 1772
},+
"xt/whitespace.t": { … - "mtime": 1516959912,
- "no_index": 1,
- "size": 1730
}
},- "got_prereq_from": "META.yml",
+
"included_modules": [ … - "Module::AutoInstall",
- "Module::Install",
- "Module::Install::AutoInstall",
- "Module::Install::Base",
- "Module::Install::Can",
- "Module::Install::Fetch",
- "Module::Install::Include",
- "Module::Install::Makefile",
- "Module::Install::Metadata",
- "Module::Install::Scripts",
- "Module::Install::Win32",
- "Module::Install::WriteAll"
],+
"kwalitee": { … - "buildtool_not_executable": 1,
- "configure_prereq_matches_use": 1,
- "consistent_version": 0,
- "core_kwalitee": "96.88",
- "distname_matches_name_in_meta": 1,
- "extractable": 1,
- "extracts_nicely": 1,
- "has_abstract_in_pod": 1,
- "has_buildtool": 1,
- "has_changelog": 1,
- "has_contributing_doc": 0,
- "has_human_readable_license": 1,
- "has_known_license_in_source_file": 1,
- "has_license_in_source_file": 1,
- "has_manifest": 1,
- "has_meta_json": 0,
- "has_meta_yml": 1,
- "has_proper_version": 1,
- "has_readme": 1,
- "has_security_doc": 0,
- "has_separate_license_file": 1,
- "has_tests": 1,
- "has_tests_in_t_dir": 1,
- "has_version": 1,
- "kwalitee": "143.75",
- "main_module_version_matches_dist_version": 1,
- "manifest_matches_dist": 1,
- "meta_json_conforms_to_known_spec": 1,
- "meta_json_is_parsable": 1,
- "meta_yml_conforms_to_known_spec": 1,
- "meta_yml_declares_perl_version": 1,
- "meta_yml_has_license": 1,
- "meta_yml_has_provides": 0,
- "meta_yml_has_repository_resource": 1,
- "meta_yml_is_parsable": 1,
- "no_abstract_stub_in_pod": 1,
- "no_broken_auto_install": 1,
- "no_broken_module_install": 1,
- "no_dot_dirs": 1,
- "no_dot_underscore_files": 1,
- "no_files_to_be_skipped": 1,
- "no_generated_files": 1,
- "no_invalid_versions": 1,
- "no_local_dirs": 1,
- "no_maniskip_error": 1,
- "no_missing_files_in_provides": 1,
- "no_mymeta_files": 1,
- "no_pax_headers": 1,
- "no_pod_errors": 1,
- "no_stdin_for_prompting": 1,
- "no_symlinks": 1,
- "no_unauthorized_packages": 1,
- "portable_filenames": 1,
- "prereq_matches_use": 0,
- "proper_libs": 1,
- "security_doc_contains_contact": 0,
- "test_prereq_matches_use": 0,
- "use_strict": 1,
- "use_warnings": 0,
- "valid_signature": 1
},- "latest_mtime": 1517144014,
- "license": "perl defined in META.yml defined in LICENSE",
- "license_file": "script/dbicadmin",
- "license_from_yaml": "perl",
- "license_in_pod": 1,
- "license_type": "Perl_5",
+
"licenses": { … },- "manifest_matches_dist": 1,
- "maturity": "developer",
+
"meta_yml": { … - "abstract": "Extensible and flexible object <-> relational mapper.",
+
"author": [ … - "mst: Matt S Trout <mst@shadowcat.co.uk> (project founder - original idea, architecture and implementation)",
- "castaway: Jess Robinson <castaway@desert-island.me.uk> (lions share of the reference documentation and manuals)",
- "ribasushi: Peter Rabbitson <ribasushi@leporine.io> (present day maintenance and controlled evolution)"
],+
"build_requires": { … - "DBD::SQLite": "1.29",
- "File::Temp": "0.22",
- "Package::Stash": "0.28",
- "Test::Deep": "0.101",
- "Test::Exception": "0.31",
- "Test::More": "0.94",
- "Test::Warn": "0.21"
},+
"configure_requires": { … - "ExtUtils::MakeMaker": "6.59"
},- "distribution_type": "module",
- "dynamic_config": "0",
- "generated_by": "Module::Install version 1.19",
- "license": "perl",
+
"meta-spec": { … },- "name": "DBIx-Class",
+
"no_index": { … +
"directory": [ … - "examples",
- "inc",
- "lib/DBIx/Class/Admin",
- "lib/DBIx/Class/CDBICompat",
- "lib/DBIx/Class/PK/Auto",
- "maint",
- "t",
- "xt"
],+
"package": [ … - "DBIx::Class::Storage::DBIHacks",
- "DBIx::Class::Storage::BlockRunner",
- "DBIx::Class::Carp",
- "DBIx::Class::_Util",
- "DBIx::Class::ResultSet::Pager"
]
},+
"requires": { … - "Class::Accessor::Grouped": "0.10012",
- "Class::C3::Componentised": "1.0009",
- "Class::Inspector": "1.24",
- "Config::Any": "0.20",
- "Context::Preserve": "0.01",
- "DBI": "1.57",
- "Data::Dumper::Concise": "2.020",
- "Data::Page": "2.00",
- "Devel::GlobalDestruction": "0.09",
- "Hash::Merge": "0.12",
- "List::Util": "1.16",
- "MRO::Compat": "0.12",
- "Module::Find": "0.07",
- "Moo": "2.000",
- "Path::Class": "0.18",
- "SQL::Abstract": "1.81",
- "Scope::Guard": "0.03",
- "Sub::Name": "0.04",
- "Text::Balanced": "2.00",
- "Try::Tiny": "0.07",
- "namespace::clean": "0.24",
- "perl": "5.8.1"
},+
"resources": { … },- "version": "0.082840_01",
- "x_authority": "cpan:RIBASUSHI",
+
"x_contributors": [ … - "abraxxa: Alexander Hartmaier <abraxxa@cpan.org>",
- "acca: Alexander Kuznetsov <acca@cpan.org>",
- "aherzog: Adam Herzog <adam@herzogdesigns.com>",
- "Alexander Keusch <cpan@keusch.at>",
- "alexrj: Alessandro Ranellucci <aar@cpan.org>",
- "alnewkirk: Al Newkirk <github@alnewkirk.com>",
- "Altreus: Alastair McGowan-Douglas <alastair.mcgowan@opusvl.com>",
- "amiri: Amiri Barksdale <amiribarksdale@gmail.com>",
- "amoore: Andrew Moore <amoore@cpan.org>",
- "Andrew Mehta <Andrew@unitedgames.co.uk>",
- "andrewalker: Andre Walker <andre@andrewalker.net>",
- "andyg: Andy Grundman <andy@hybridized.org>",
- "ank: Andres Kievsky <ank@ank.com.ar>",
- "arc: Aaron Crane <arc@cpan.org>",
- "arcanez: Justin Hunter <justin.d.hunter@gmail.com>",
- "ash: Ash Berlin <ash@cpan.org>",
- "bert: Norbert Csongrádi <bert@cpan.org>",
- "bfwg: Colin Newell <colin.newell@gmail.com>",
- "blblack: Brandon L. Black <blblack@gmail.com>",
- "bluefeet: Aran Deltac <bluefeet@cpan.org>",
- "boghead: Bryan Beeley <cpan@beeley.org>",
- "bphillips: Brian Phillips <bphillips@cpan.org>",
- "brd: Brad Davis <brd@FreeBSD.org>",
- "Brian Kirkbride <brian.kirkbride@deeperbydesign.com>",
- "bricas: Brian Cassidy <bricas@cpan.org>",
- "brunov: Bruno Vecchi <vecchi.b@gmail.com>",
- "caelum: Rafael Kitover <rkitover@cpan.org>",
- "caldrin: Maik Hentsche <maik.hentsche@amd.com>",
- "castaway: Jess Robinson <castaway@desert-island.me.uk>",
- "chorny: Alexandr Ciornii <alexchorny@gmail.com>",
- "cj: C.J. Adams-Collier <cjcollier@cpan.org>",
- "claco: Christopher H. Laco <claco@cpan.org>",
- "clkao: CL Kao <clkao@clkao.org>",
- "Ctrl-O http://ctrlo.com/",
- "da5id: David Jack Olrik <david@olrik.dk>",
- "dams: Damien Krotkine <dams@cpan.org>",
- "dandv: Dan Dascalescu <ddascalescu+github@gmail.com>",
- "dariusj: Darius Jokilehto <dariusjokilehto@yahoo.co.uk>",
- "davewood: David Schmidt <mail@davidschmidt.at>",
- "daxim: Lars Dɪá´á´á´á´á´¡ è¿ªææ¯ <daxim@cpan.org>",
- "dduncan: Darren Duncan <darren@darrenduncan.net>",
- "debolaz: Anders Nor Berle <berle@cpan.org>",
- "dew: Dan Thomas <dan@godders.org>",
- "dim0xff: Dmitry Latin <dim0xff@gmail.com>",
- "dkubb: Dan Kubb <dan.kubb-cpan@onautopilot.com>",
- "dnm: Justin Wheeler <jwheeler@datademons.com>",
- "dpetrov: Dimitar Petrov <mitakaa@gmail.com>",
- "Dr^ZigMan: Robert Stone <drzigman@drzigman.com>",
- "dsteinbrunner: David Steinbrunner <dsteinbrunner@pobox.com>",
- "duncan_dmg: Duncan Garland <Duncan.Garland@motortrak.com>",
- "dwc: Daniel Westermann-Clark <danieltwc@cpan.org>",
- "dyfrgi: Michael Leuchtenburg <michael@slashhome.org>",
- "edenc: Eden Cardim <edencardim@gmail.com>",
- "Eligo http://eligo.co.uk/",
- "ether: Karen Etheridge <ether@cpan.org>",
- "evdb: Edmund von der Burg <evdb@ecclestoad.co.uk>",
- "faxm0dem: Fabien Wernli <cpan@faxm0dem.org>",
- "felliott: Fitz Elliott <fitz.elliott@gmail.com>",
- "fgabolde: Fabrice Gabolde <fgabolde@weborama.com>",
- "freetime: Bill Moseley <moseley@hank.org>",
- "frew: Arthur Axel \"fREW\" Schmidt <frioux@gmail.com>",
- "gbjk: Gareth Kirwan <gbjk@thermeon.com>",
- "geotheve: Georgina Thevenet <geotheve@gmail.com>",
- "Getty: Torsten Raudssus <torsten@raudss.us>",
- "goraxe: Gordon Irving <goraxe@cpan.org>",
- "gphat: Cory G Watson <gphat@cpan.org>",
- "Grant Street Group http://www.grantstreet.com/",
- "gregoa: Gregor Herrmann <gregoa@debian.org>",
- "groditi: Guillermo Roditi <groditi@cpan.org>",
- "gshank: Gerda Shank <gshank@cpan.org>",
- "guacamole: Fred Steinberg <fred.steinberg@gmail.com>",
- "Haarg: Graham Knop <haarg@haarg.org>",
- "hobbs: Andrew Rodland <andrew@cleverdomain.org>",
- "Ian Wells <ijw@cack.org.uk>",
- "idn: Ian Norton <i.norton@shadowcat.co.uk>",
- "ilmari: Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>",
- "ingy: Ingy döt Net <ingy@ingy.net>",
- "initself: Mike Baas <mike@initselftech.com>",
- "ironcamel: Naveed Massjouni <naveedm9@gmail.com>",
- "jasonmay: Jason May <jason.a.may@gmail.com>",
- "jawnsy: Jonathan Yu <jawnsy@cpan.org>",
- "jegade: Jens Gassmann <jens.gassmann@atomix.de>",
- "jeneric: Eric A. Miller <emiller@cpan.org>",
- "jesper: Jesper Krogh <jesper@krogh.cc>",
- "Jesse Sheidlower <jester@panix.com>",
- "jgoulah: John Goulah <jgoulah@cpan.org>",
- "jguenther: Justin Guenther <jguenther@cpan.org>",
- "jhannah: Jay Hannah <jay@jays.net>",
- "jmac: Jason McIntosh <jmac@appleseed-sc.com>",
- "jmmills: Jason M. Mills <jmmills@cpan.org>",
- "jnapiorkowski: John Napiorkowski <jjn1056@yahoo.com>",
- "Joe Carlson <jwcarlson@lbl.gov>",
- "jon: Jon Schutz <jjschutz@cpan.org>",
- "Jordan Metzmeier <jmetzmeier@magazines.com>",
- "jshirley: J. Shirley <jshirley@gmail.com>",
- "kaare: Kaare Rasmussen",
- "kd: Kieren Diment <diment@gmail.com>",
- "kentnl: Kent Fredric <kentnl@cpan.org>",
- "kkane: Kevin L. Kane <kevin.kane@gmail.com>",
- "konobi: Scott McWhirter <konobi@cpan.org>",
- "lejeunerenard: Sean Zellmer <sean@lejeunerenard.com>",
- "littlesavage: Alexey Illarionov <littlesavage@orionet.ru>",
- "lukes: Luke Saunders <luke.saunders@gmail.com>",
- "marcus: Marcus Ramberg <mramberg@cpan.org>",
- "mateu: Mateu X. Hunter <hunter@missoula.org>",
- "Matt LeBlanc <antirice@gmail.com>",
- "Matt Sickler <imMute@msk4.com>",
- "mattlaw: Matt Lawrence",
- "mattp: Matt Phillips <mattp@cpan.org>",
- "mdk: Mark Keating <m.keating@shadowcat.co.uk>",
- "melo: Pedro Melo <melo@simplicidade.org>",
- "metaperl: Terrence Brannon <metaperl@gmail.com>",
- "michaelr: Michael Reddick <michael.reddick@gmail.com>",
- "milki: Jonathan Chu <milki@rescomp.berkeley.edu>",
- "minty: Murray Walker <perl@minty.org>",
- "mithaldu: Christian Walde <walde.christian@gmail.com>",
- "mjemmeson: Michael Jemmeson <michael.jemmeson@gmail.com>",
- "mna: Maya",
- "mo: Moritz Onken <onken@netcubed.de>",
- "moltar: Roman Filippov <romanf@cpan.org>",
- "moritz: Moritz Lenz <moritz@faui2k3.org>",
- "mrf: Mike Francis <ungrim97@gmail.com>",
- "mst: Matt S. Trout <mst@shadowcat.co.uk>",
- "mstratman: Mark A. Stratman <stratman@gmail.com>",
- "ned: Neil de Carteret <n3dst4@gmail.com>",
- "nigel: Nigel Metheringham <nigelm@cpan.org>",
- "ningu: David Kamholz <dkamholz@cpan.org>",
- "Nniuq: Ron \"Quinn\" Straight\" <quinnfazigu@gmail.org>",
- "norbi: Norbert Buchmuller <norbi@nix.hu>",
- "nothingmuch: Yuval Kogman <nothingmuch@woobling.org>",
- "nuba: Nuba Princigalli <nuba@cpan.org>",
- "Numa: Dan Sully <daniel@cpan.org>",
- "oalders: Olaf Alders <olaf@wundersolutions.com>",
- "Olly Betts <olly@survex.com>",
- "osfameron: Hakim Cassimally <osfameron@cpan.org>",
- "ovid: Curtis \"Ovid\" Poe <ovid@cpan.org>",
- "oyse: Ãystein Torget <oystein.torget@dnv.com>",
- "paulm: Paul Makepeace <paulm+pause@paulm.com>",
- "penguin: K J Cheetham <jamie@shadowcatsystems.co.uk>",
- "perigrin: Chris Prather <chris@prather.org>",
- "Peter Siklósi <einon@einon.hu>",
- "Peter Valdemar Mørch <peter@morch.com>",
- "peter: Peter Collingbourne <peter@pcc.me.uk>",
- "phaylon: Robert Sedlacek <phaylon@dunkelheit.at>",
- "plu: Johannes Plunien <plu@cpan.org>",
- "pmooney: Paul Mooney <paul.mooney@net-a-porter.com>",
- "Possum: Daniel LeWarne <possum@cpan.org>",
- "pplu: Jose Luis Martinez <jlmartinez@capside.com>",
- "quicksilver: Jules Bean <jules@jellybean.co.uk>",
- "racke: Stefan Hornburg <racke@linuxia.de>",
- "rafl: Florian Ragwitz <rafl@debian.org>",
- "rainboxx: Matthias Dietrich <perl@rb.ly>",
- "rbo: Robert Bohne <rbo@cpan.org>",
- "rbuels: Robert Buels <rmb32@cornell.edu>",
- "rdj: Ryan D Johnson <ryan@innerfence.com>",
- "Relequestual: Ben Hutton <relequestual@gmail.com>",
- "renormalist: Steffen Schwigon <schwigon@cpan.org>",
- "ribasushi: Peter Rabbitson <ribasushi@leporine.io>",
- "rjbs: Ricardo Signes <rjbs@cpan.org>",
- "Robert Krimen <rkrimen@cpan.org>",
- "Robert Olson <bob@rdolson.org>",
- "robkinyon: Rob Kinyon <rkinyon@cpan.org>",
- "Roman Ardern-Corris <spam_in@3legs.com>",
- "ruoso: Daniel Ruoso <daniel@ruoso.com>",
- "Sadrak: Felix Antonius Wilhelm Ostmann <sadrak@cpan.org>",
- "sc_: Just Another Perl Hacker",
- "schwern: Michael G Schwern <mschwern@cpan.org>",
- "Scott R. Godin <webdragon.net@gmail.com>",
- "scotty: Scotty Allen <scotty@scottyallen.com>",
- "semifor: Marc Mims <marc@questright.com>",
- "Simon Elliott <cpan@browsing.co.uk>",
- "SineSwiper: Brendan Byrd <perl@resonatorsoft.org>",
- "skaufman: Samuel Kaufman <sam@socialflow.com>",
- "solomon: Jared Johnson <jaredj@nmgi.com>",
- "spb: Stephen Bennett <stephen@freenode.net>",
- "Squeeks <squeek@cpan.org>",
- "srezic: Slaven Rezic <slaven@rezic.de>",
- "sszabo: Stephan Szabo <sszabo@bigpanda.com>",
- "Stephen Peters <steve@stephenpeters.me>",
- "stonecolddevin: Devin Austin <dhoss@cpan.org>",
- "talexb: Alex Beamish <talexb@gmail.com>",
- "tamias: Ronald J Kimball <rjk@tamias.net>",
- "TBSliver: Tom Bloor <t.bloor@shadowcat.co.uk>",
- "teejay: Aaron Trevena <teejay@cpan.org>",
- "theorbtwo: James Mastros <james@mastros.biz>",
- "Thomas Kratz <tomk@cpan.org>",
- "timbunce: Tim Bunce <tim.bunce@pobox.com>",
- "tinita: Tina Mueller <cpan2@tinita.de>",
- "Todd Lipcon",
- "Tom Hukins <tom@eborcom.com>",
- "tommy: Tommy Butler <tbutler.cpan.org@internetalias.net>",
- "tonvoon: Ton Voon <ton.voon@opsview.com>",
- "triode: Pete Gamache <gamache@cpan.org>",
- "typester: Daisuke Murase <typester@cpan.org>",
- "uree: Oriol Soriano <oriol.soriano@capside.com>",
- "uwe: Uwe Voelker <uwe@uwevoelker.de>",
- "vanstyn: Henry Van Styn <vanstyn@cpan.org>",
- "victori: Victor Igumnov <victori@cpan.org>",
- "wdh: Will Hawes <wdhawes@gmail.com>",
- "wesm: Wes Malone <wes@mitsi.com>",
- "willert: Sebastian Willert <willert@cpan.org>",
- "wintermute: Toby Corkindale <tjc@cpan.org>",
- "wreis: Wallace Reis <wreis@cpan.org>",
- "xenoterracide: Caleb Cushing <xenoterracide@gmail.com>",
- "xmikew: Mike Wisener <xmikew@32ths.com>",
- "yrlnry: Mark Jason Dominus <mjd@plover.com>",
- "zamolxes: Bogdan Lucaciu <bogdan@wiz.ro>",
- "Zefram: Andrew Main <zefram@fysh.org>"
],- "x_dependencies_parallel_test_certified": "1",
- "x_parallel_test_certified": "1"
},- "meta_yml_is_parsable": 1,
- "meta_yml_spec_version": "1.4",
+
"module_install": { … },+
"modules": [ … +
{ … - "file": "lib/DBIx/Class.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class"
},+
{ … - "file": "lib/DBIx/Class/AccessorGroup.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::AccessorGroup"
},+
{ … - "file": "lib/DBIx/Class/Admin.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::Admin"
},+
{ … - "file": "lib/DBIx/Class/CDBICompat.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::CDBICompat"
},+
{ … - "file": "lib/DBIx/Class/Carp.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::Carp"
},+
{ … - "file": "lib/DBIx/Class/ClassResolver/PassThrough.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::ClassResolver::PassThrough"
},+
{ … - "file": "lib/DBIx/Class/Componentised.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::Componentised"
},+
{ … - "file": "lib/DBIx/Class/Core.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::Core"
},+
{ … - "file": "lib/DBIx/Class/Cursor.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::Cursor"
},+
{ … - "file": "lib/DBIx/Class/DB.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::DB"
},+
{ … - "file": "lib/DBIx/Class/Exception.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::Exception"
},+
{ … - "file": "lib/DBIx/Class/FilterColumn.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::FilterColumn"
},+
{ … - "file": "lib/DBIx/Class/InflateColumn.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::InflateColumn"
},+
{ … - "file": "lib/DBIx/Class/InflateColumn/DateTime.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::InflateColumn::DateTime"
},+
{ … - "file": "lib/DBIx/Class/InflateColumn/File.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::InflateColumn::File"
},+
{ … - "file": "lib/DBIx/Class/Optional/Dependencies.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::Optional::Dependencies"
},+
{ … - "file": "lib/DBIx/Class/Ordered.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::Ordered"
},+
{ … - "file": "lib/DBIx/Class/PK.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::PK"
},+
{ … - "file": "lib/DBIx/Class/PK/Auto.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::PK::Auto"
},+
{ … - "file": "lib/DBIx/Class/Relationship.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::Relationship"
},+
{ … - "file": "lib/DBIx/Class/Relationship/Accessor.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::Relationship::Accessor"
},+
{ … - "file": "lib/DBIx/Class/Relationship/Base.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::Relationship::Base"
},+
{ … - "file": "lib/DBIx/Class/Relationship/BelongsTo.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::Relationship::BelongsTo"
},+
{ … - "file": "lib/DBIx/Class/Relationship/CascadeActions.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::Relationship::CascadeActions"
},+
{ … - "file": "lib/DBIx/Class/Relationship/HasMany.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::Relationship::HasMany"
},+
{ … - "file": "lib/DBIx/Class/Relationship/HasOne.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::Relationship::HasOne"
},+
{ … - "file": "lib/DBIx/Class/Relationship/Helpers.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::Relationship::Helpers"
},+
{ … - "file": "lib/DBIx/Class/Relationship/ManyToMany.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::Relationship::ManyToMany"
},+
{ … - "file": "lib/DBIx/Class/Relationship/ProxyMethods.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::Relationship::ProxyMethods"
},+
{ … - "file": "lib/DBIx/Class/ResultClass/HashRefInflator.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::ResultClass::HashRefInflator"
},+
{ … - "file": "lib/DBIx/Class/ResultSet.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::ResultSet"
},+
{ … - "file": "lib/DBIx/Class/ResultSet/Pager.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::ResultSet::Pager"
},+
{ … - "file": "lib/DBIx/Class/ResultSetColumn.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::ResultSetColumn"
},+
{ … - "file": "lib/DBIx/Class/ResultSetManager.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::ResultSetManager"
},+
{ … - "file": "lib/DBIx/Class/ResultSetProxy.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::ResultSetProxy"
},+
{ … - "file": "lib/DBIx/Class/ResultSource.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::ResultSource"
},+
{ … - "file": "lib/DBIx/Class/ResultSource/RowParser.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::ResultSource::RowParser"
},+
{ … - "file": "lib/DBIx/Class/ResultSource/RowParser/Util.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::ResultSource::RowParser::Util"
},+
{ … - "file": "lib/DBIx/Class/ResultSource/Table.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::ResultSource::Table"
},+
{ … - "file": "lib/DBIx/Class/ResultSource/View.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::ResultSource::View"
},+
{ … - "file": "lib/DBIx/Class/ResultSourceHandle.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::ResultSourceHandle"
},+
{ … - "file": "lib/DBIx/Class/ResultSourceProxy.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::ResultSourceProxy"
},+
{ … - "file": "lib/DBIx/Class/ResultSourceProxy/Table.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::ResultSourceProxy::Table"
},+
{ … - "file": "lib/DBIx/Class/Row.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::Row"
},+
{ … - "file": "lib/DBIx/Class/SQLAHacks.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::SQLAHacks"
},+
{ … - "file": "lib/DBIx/Class/SQLAHacks/MSSQL.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::SQLAHacks::MSSQL"
},+
{ … - "file": "lib/DBIx/Class/SQLAHacks/MySQL.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::SQLAHacks::MySQL"
},+
{ … - "file": "lib/DBIx/Class/SQLAHacks/Oracle.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::SQLAHacks::Oracle"
},+
{ … - "file": "lib/DBIx/Class/SQLAHacks/OracleJoins.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::SQLAHacks::OracleJoins"
},+
{ … - "file": "lib/DBIx/Class/SQLAHacks/SQLite.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::SQLAHacks::SQLite"
},+
{ … - "file": "lib/DBIx/Class/SQLMaker.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::SQLMaker"
},+
{ … - "file": "lib/DBIx/Class/SQLMaker/ACCESS.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::SQLMaker::ACCESS"
},+
{ … - "file": "lib/DBIx/Class/SQLMaker/LimitDialects.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::SQLMaker::LimitDialects"
},+
{ … - "file": "lib/DBIx/Class/SQLMaker/MSSQL.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::SQLMaker::MSSQL"
},+
{ … - "file": "lib/DBIx/Class/SQLMaker/MySQL.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::SQLMaker::MySQL"
},+
{ … - "file": "lib/DBIx/Class/SQLMaker/Oracle.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::SQLMaker::Oracle"
},+
{ … - "file": "lib/DBIx/Class/SQLMaker/OracleJoins.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::SQLMaker::OracleJoins"
},+
{ … - "file": "lib/DBIx/Class/SQLMaker/SQLite.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::SQLMaker::SQLite"
},+
{ … - "file": "lib/DBIx/Class/Schema.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::Schema"
},+
{ … - "file": "lib/DBIx/Class/Schema/Versioned.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::Schema::Versioned"
},+
{ … - "file": "lib/DBIx/Class/Serialize/Storable.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::Serialize::Storable"
},+
{ … - "file": "lib/DBIx/Class/StartupCheck.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::StartupCheck"
},+
{ … - "file": "lib/DBIx/Class/Storage.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::Storage"
},+
{ … - "file": "lib/DBIx/Class/Storage/BlockRunner.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::Storage::BlockRunner"
},+
{ … - "file": "lib/DBIx/Class/Storage/DBI.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::Storage::DBI"
},+
{ … - "file": "lib/DBIx/Class/Storage/DBI/ACCESS.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::Storage::DBI::ACCESS"
},+
{ … - "file": "lib/DBIx/Class/Storage/DBI/ADO.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::Storage::DBI::ADO"
},+
{ … - "file": "lib/DBIx/Class/Storage/DBI/ADO/CursorUtils.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::Storage::DBI::ADO::CursorUtils"
},+
{ … - "file": "lib/DBIx/Class/Storage/DBI/ADO/MS_Jet.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::Storage::DBI::ADO::MS_Jet"
},+
{ … - "file": "lib/DBIx/Class/Storage/DBI/ADO/MS_Jet/Cursor.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::Storage::DBI::ADO::MS_Jet::Cursor"
},+
{ … - "file": "lib/DBIx/Class/Storage/DBI/ADO/Microsoft_SQL_Server.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::Storage::DBI::ADO::Microsoft_SQL_Server"
},+
{ … - "file": "lib/DBIx/Class/Storage/DBI/ADO/Microsoft_SQL_Server/Cursor.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::Storage::DBI::ADO::Microsoft_SQL_Server::Cursor"
},+
{ … - "file": "lib/DBIx/Class/Storage/DBI/AutoCast.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::Storage::DBI::AutoCast"
},+
{ … - "file": "lib/DBIx/Class/Storage/DBI/Cursor.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::Storage::DBI::Cursor"
},+
{ … - "file": "lib/DBIx/Class/Storage/DBI/DB2.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::Storage::DBI::DB2"
},+
{ … - "file": "lib/DBIx/Class/Storage/DBI/Firebird.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::Storage::DBI::Firebird"
},+
{ … - "file": "lib/DBIx/Class/Storage/DBI/Firebird/Common.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::Storage::DBI::Firebird::Common"
},+
{ … - "file": "lib/DBIx/Class/Storage/DBI/IdentityInsert.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::Storage::DBI::IdentityInsert"
},+
{ … - "file": "lib/DBIx/Class/Storage/DBI/Informix.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::Storage::DBI::Informix"
},+
{ … - "file": "lib/DBIx/Class/Storage/DBI/InterBase.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::Storage::DBI::InterBase"
},+
{ … - "file": "lib/DBIx/Class/Storage/DBI/MSSQL.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::Storage::DBI::MSSQL"
},+
{ … - "file": "lib/DBIx/Class/Storage/DBI/NoBindVars.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::Storage::DBI::NoBindVars"
},+
{ … - "file": "lib/DBIx/Class/Storage/DBI/ODBC.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::Storage::DBI::ODBC"
},+
{ … - "file": "lib/DBIx/Class/Storage/DBI/ODBC/ACCESS.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::Storage::DBI::ODBC::ACCESS"
},+
{ … - "file": "lib/DBIx/Class/Storage/DBI/ODBC/DB2_400_SQL.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::Storage::DBI::ODBC::DB2_400_SQL"
},+
{ … - "file": "lib/DBIx/Class/Storage/DBI/ODBC/Firebird.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::Storage::DBI::ODBC::Firebird"
},+
{ … - "file": "lib/DBIx/Class/Storage/DBI/ODBC/Microsoft_SQL_Server.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::Storage::DBI::ODBC::Microsoft_SQL_Server"
},+
{ … - "file": "lib/DBIx/Class/Storage/DBI/ODBC/SQL_Anywhere.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::Storage::DBI::ODBC::SQL_Anywhere"
},+
{ … - "file": "lib/DBIx/Class/Storage/DBI/Oracle.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::Storage::DBI::Oracle"
},+
{ … - "file": "lib/DBIx/Class/Storage/DBI/Oracle/Generic.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::Storage::DBI::Oracle::Generic"
},+
{ … - "file": "lib/DBIx/Class/Storage/DBI/Oracle/WhereJoins.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::Storage::DBI::Oracle::WhereJoins"
},+
{ … - "file": "lib/DBIx/Class/Storage/DBI/Pg.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::Storage::DBI::Pg"
},+
{ … - "file": "lib/DBIx/Class/Storage/DBI/Replicated.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::Storage::DBI::Replicated"
},+
{ … - "file": "lib/DBIx/Class/Storage/DBI/Replicated/Balancer.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::Storage::DBI::Replicated::Balancer"
},+
{ … - "file": "lib/DBIx/Class/Storage/DBI/Replicated/Balancer/First.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::Storage::DBI::Replicated::Balancer::First"
},+
{ … - "file": "lib/DBIx/Class/Storage/DBI/Replicated/Balancer/Random.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::Storage::DBI::Replicated::Balancer::Random"
},+
{ … - "file": "lib/DBIx/Class/Storage/DBI/Replicated/Pool.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::Storage::DBI::Replicated::Pool"
},+
{ … - "file": "lib/DBIx/Class/Storage/DBI/Replicated/Replicant.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::Storage::DBI::Replicated::Replicant"
},+
{ … - "file": "lib/DBIx/Class/Storage/DBI/Replicated/Types.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::Storage::DBI::Replicated::Types"
},+
{ … - "file": "lib/DBIx/Class/Storage/DBI/Replicated/WithDSN.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::Storage::DBI::Replicated::WithDSN"
},+
{ … - "file": "lib/DBIx/Class/Storage/DBI/SQLAnywhere.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::Storage::DBI::SQLAnywhere"
},+
{ … - "file": "lib/DBIx/Class/Storage/DBI/SQLAnywhere/Cursor.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::Storage::DBI::SQLAnywhere::Cursor"
},+
{ … - "file": "lib/DBIx/Class/Storage/DBI/SQLite.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::Storage::DBI::SQLite"
},+
{ … - "file": "lib/DBIx/Class/Storage/DBI/Sybase.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::Storage::DBI::Sybase"
},+
{ … - "file": "lib/DBIx/Class/Storage/DBI/Sybase/ASE.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::Storage::DBI::Sybase::ASE"
},+
{ … - "file": "lib/DBIx/Class/Storage/DBI/Sybase/ASE/NoBindVars.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::Storage::DBI::Sybase::ASE::NoBindVars"
},+
{ … - "file": "lib/DBIx/Class/Storage/DBI/Sybase/FreeTDS.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::Storage::DBI::Sybase::FreeTDS"
},+
{ … - "file": "lib/DBIx/Class/Storage/DBI/Sybase/MSSQL.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::Storage::DBI::Sybase::MSSQL"
},+
{ … - "file": "lib/DBIx/Class/Storage/DBI/Sybase/Microsoft_SQL_Server.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::Storage::DBI::Sybase::Microsoft_SQL_Server"
},+
{ … - "file": "lib/DBIx/Class/Storage/DBI/Sybase/Microsoft_SQL_Server/NoBindVars.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::Storage::DBI::Sybase::Microsoft_SQL_Server::NoBindVars"
},+
{ … - "file": "lib/DBIx/Class/Storage/DBI/UniqueIdentifier.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::Storage::DBI::UniqueIdentifier"
},+
{ … - "file": "lib/DBIx/Class/Storage/DBI/mysql.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::Storage::DBI::mysql"
},+
{ … - "file": "lib/DBIx/Class/Storage/DBIHacks.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::Storage::DBIHacks"
},+
{ … - "file": "lib/DBIx/Class/Storage/Statistics.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::Storage::Statistics"
},+
{ … - "file": "lib/DBIx/Class/Storage/TxnScopeGuard.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::Storage::TxnScopeGuard"
},+
{ … - "file": "lib/DBIx/Class/UTF8Columns.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::UTF8Columns"
},+
{ … - "file": "lib/DBIx/Class/_Util.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "DBIx::Class::_Util"
},+
{ … - "file": "lib/SQL/Translator/Parser/DBIx/Class.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SQL::Translator::Parser::DBIx::Class"
},+
{ … - "file": "lib/SQL/Translator/Producer/DBIx/Class/File.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SQL::Translator::Producer::DBIx::Class::File"
}
],- "no_index": "^examples/;^inc/;^lib/DBIx/Class/Admin/;^lib/DBIx/Class/CDBICompat/;^lib/DBIx/Class/PK/Auto/;^maint/;^t/;^xt/",
- "no_pax_headers": 1,
- "path": "R/RI/RIBASUSHI/DBIx-Class-0.082840_01.tar.gz",
+
"prereq": [ … +
{ … - "is_prereq": 1,
- "requires": "Class::Accessor::Grouped",
- "type": "runtime_requires",
- "version": "0.10012"
},+
{ … - "is_prereq": 1,
- "requires": "Class::C3::Componentised",
- "type": "runtime_requires",
- "version": "1.0009"
},+
{ … - "is_prereq": 1,
- "requires": "Class::Inspector",
- "type": "runtime_requires",
- "version": "1.24"
},+
{ … - "is_prereq": 1,
- "requires": "Config::Any",
- "type": "runtime_requires",
- "version": "0.20"
},+
{ … - "is_prereq": 1,
- "requires": "Context::Preserve",
- "type": "runtime_requires",
- "version": "0.01"
},+
{ … - "is_build_prereq": 1,
- "requires": "DBD::SQLite",
- "type": "build_requires",
- "version": "1.29"
},+
{ … - "is_prereq": 1,
- "requires": "DBI",
- "type": "runtime_requires",
- "version": "1.57"
},+
{ … - "is_prereq": 1,
- "requires": "Data::Dumper::Concise",
- "type": "runtime_requires",
- "version": "2.020"
},+
{ … - "is_prereq": 1,
- "requires": "Data::Page",
- "type": "runtime_requires",
- "version": "2.00"
},+
{ … - "is_prereq": 1,
- "requires": "Devel::GlobalDestruction",
- "type": "runtime_requires",
- "version": "0.09"
},+
{ … - "requires": "ExtUtils::MakeMaker",
- "type": "configure_requires",
- "version": "6.59"
},+
{ … - "is_build_prereq": 1,
- "requires": "File::Temp",
- "type": "build_requires",
- "version": "0.22"
},+
{ … - "is_prereq": 1,
- "requires": "Hash::Merge",
- "type": "runtime_requires",
- "version": "0.12"
},+
{ … - "is_prereq": 1,
- "requires": "List::Util",
- "type": "runtime_requires",
- "version": "1.16"
},+
{ … - "is_prereq": 1,
- "requires": "MRO::Compat",
- "type": "runtime_requires",
- "version": "0.12"
},+
{ … - "is_prereq": 1,
- "requires": "Module::Find",
- "type": "runtime_requires",
- "version": "0.07"
},+
{ … - "is_prereq": 1,
- "requires": "Moo",
- "type": "runtime_requires",
- "version": "2.000"
},+
{ … - "is_build_prereq": 1,
- "requires": "Package::Stash",
- "type": "build_requires",
- "version": "0.28"
},+
{ … - "is_prereq": 1,
- "requires": "Path::Class",
- "type": "runtime_requires",
- "version": "0.18"
},+
{ … - "is_prereq": 1,
- "requires": "SQL::Abstract",
- "type": "runtime_requires",
- "version": "1.81"
},+
{ … - "is_prereq": 1,
- "requires": "Scope::Guard",
- "type": "runtime_requires",
- "version": "0.03"
},+
{ … - "is_prereq": 1,
- "requires": "Sub::Name",
- "type": "runtime_requires",
- "version": "0.04"
},+
{ … - "is_build_prereq": 1,
- "requires": "Test::Deep",
- "type": "build_requires",
- "version": "0.101"
},+
{ … - "is_build_prereq": 1,
- "requires": "Test::Exception",
- "type": "build_requires",
- "version": "0.31"
},+
{ … - "is_build_prereq": 1,
- "requires": "Test::More",
- "type": "build_requires",
- "version": "0.94"
},+
{ … - "is_build_prereq": 1,
- "requires": "Test::Warn",
- "type": "build_requires",
- "version": "0.21"
},+
{ … - "is_prereq": 1,
- "requires": "Text::Balanced",
- "type": "runtime_requires",
- "version": "2.00"
},+
{ … - "is_prereq": 1,
- "requires": "Try::Tiny",
- "type": "runtime_requires",
- "version": "0.07"
},+
{ … - "is_prereq": 1,
- "requires": "namespace::clean",
- "type": "runtime_requires",
- "version": "0.24"
},+
{ … - "is_prereq": 1,
- "requires": "perl",
- "type": "runtime_requires",
- "version": "5.8.1"
}
],- "released_epoch": 1517144093,
- "required_perl": "5.008001",
- "size_packed": 861197,
- "size_unpacked": 3244956,
+
"unindexed_runtime_requires": [ … - "DBIx::Class::Admin::Types"
],+
"unindexed_test_requires": [ … - "Actor",
- "ActorAlias",
- "Blurb",
- "CDBase",
- "DBIC::Test::SQLite",
- "Director",
- "Film",
- "Order",
- "OtherThing"
],+
"unknown_license_texts": { … - "lib/DBIx/Class.pm": "=head1 COPYRIGHT AND LICENSE\n\nCopyright (c) 2005 by mst, castaway, ribasushi, and other DBIx::Class\nL</AUTHORS> as listed above and in F<AUTHORS>.\n\nThis library is free software and may be distributed under the same terms\nas perl5 itself. See F<LICENSE> for the complete licensing terms.\n",
- "lib/DBIx/Class.pod": "=head1 COPYRIGHT AND LICENSE\n\nCopyright (c) 2005 by mst, castaway, ribasushi, and other DBIx::Class\nL</AUTHORS> as listed above and in F<AUTHORS>.\n\nThis library is free software and may be distributed under the same terms\nas perl5 itself. See F<LICENSE> for the complete licensing terms.\n",
- "lib/DBIx/Class/AccessorGroup.pm": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n\n",
- "lib/DBIx/Class/Admin.pm": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n\n",
- "lib/DBIx/Class/CDBICompat.pm": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n",
- "lib/DBIx/Class/Carp.pm": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n\n",
- "lib/DBIx/Class/Core.pm": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n",
- "lib/DBIx/Class/Cursor.pm": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n\n",
- "lib/DBIx/Class/DB.pm": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n\n",
- "lib/DBIx/Class/Exception.pm": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n\n",
- "lib/DBIx/Class/FilterColumn.pm": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n",
- "lib/DBIx/Class/FilterColumn.pod": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n\n",
- "lib/DBIx/Class/InflateColumn.pm": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n\n",
- "lib/DBIx/Class/InflateColumn.pod": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n\n",
- "lib/DBIx/Class/InflateColumn/DateTime.pm": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n",
- "lib/DBIx/Class/InflateColumn/DateTime.pod": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n\n",
- "lib/DBIx/Class/InflateColumn/File.pm": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n\n",
- "lib/DBIx/Class/Manual.pod": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n",
- "lib/DBIx/Class/Manual/Component.pod": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n",
- "lib/DBIx/Class/Manual/Cookbook.pod": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n",
- "lib/DBIx/Class/Manual/DocMap.pod": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n\n",
- "lib/DBIx/Class/Manual/Example.pod": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n\n",
- "lib/DBIx/Class/Manual/FAQ.pod": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n",
- "lib/DBIx/Class/Manual/Features.pod": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n",
- "lib/DBIx/Class/Manual/Glossary.pod": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n",
- "lib/DBIx/Class/Manual/Intro.pod": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n",
- "lib/DBIx/Class/Manual/Joining.pod": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n",
- "lib/DBIx/Class/Manual/QuickStart.pod": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n",
- "lib/DBIx/Class/Manual/Reading.pod": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n",
- "lib/DBIx/Class/Manual/ResultClass.pod": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n\n",
- "lib/DBIx/Class/Manual/Troubleshooting.pod": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n",
- "lib/DBIx/Class/Optional/Dependencies.pod": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n\n",
- "lib/DBIx/Class/Ordered.pm": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n",
- "lib/DBIx/Class/PK.pm": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n\n",
- "lib/DBIx/Class/PK.pod": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n\n",
- "lib/DBIx/Class/PK/Auto.pm": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n",
- "lib/DBIx/Class/Relationship.pm": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n",
- "lib/DBIx/Class/Relationship/Base.pm": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n\n",
- "lib/DBIx/Class/ResultClass/HashRefInflator.pm": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n",
- "lib/DBIx/Class/ResultSet.pm": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n\n",
- "lib/DBIx/Class/ResultSetColumn.pm": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n\n",
- "lib/DBIx/Class/ResultSetManager.pm": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n\n",
- "lib/DBIx/Class/ResultSource.pm": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n\n",
- "lib/DBIx/Class/ResultSource/Table.pm": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n\n",
- "lib/DBIx/Class/ResultSource/Table.pod": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n\n",
- "lib/DBIx/Class/ResultSource/View.pm": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n\n",
- "lib/DBIx/Class/ResultSource/View.pod": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n\n",
- "lib/DBIx/Class/ResultSourceHandle.pm": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n\n",
- "lib/DBIx/Class/ResultSourceProxy/Table.pm": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n\n",
- "lib/DBIx/Class/ResultSourceProxy/Table.pod": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n\n",
- "lib/DBIx/Class/Row.pm": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n\n",
- "lib/DBIx/Class/SQLMaker.pm": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n\n",
- "lib/DBIx/Class/SQLMaker.pod": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n\n",
- "lib/DBIx/Class/SQLMaker/LimitDialects.pm": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n\n",
- "lib/DBIx/Class/SQLMaker/OracleJoins.pm": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n",
- "lib/DBIx/Class/SQLMaker/OracleJoins.pod": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n\n",
- "lib/DBIx/Class/Schema.pm": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n\n",
- "lib/DBIx/Class/Schema/Versioned.pm": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n\n",
- "lib/DBIx/Class/Serialize/Storable.pm": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n",
- "lib/DBIx/Class/StartupCheck.pm": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n",
- "lib/DBIx/Class/Storage.pm": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n\n",
- "lib/DBIx/Class/Storage/BlockRunner.pm": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n\n",
- "lib/DBIx/Class/Storage/DBI.pm": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n",
- "lib/DBIx/Class/Storage/DBI/ACCESS.pm": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n\n",
- "lib/DBIx/Class/Storage/DBI/ADO.pm": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n\n",
- "lib/DBIx/Class/Storage/DBI/ADO/MS_Jet.pm": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n\n",
- "lib/DBIx/Class/Storage/DBI/ADO/MS_Jet/Cursor.pm": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n\n",
- "lib/DBIx/Class/Storage/DBI/ADO/Microsoft_SQL_Server.pm": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n\n",
- "lib/DBIx/Class/Storage/DBI/ADO/Microsoft_SQL_Server/Cursor.pm": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n\n",
- "lib/DBIx/Class/Storage/DBI/AutoCast.pm": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n\n",
- "lib/DBIx/Class/Storage/DBI/Cursor.pm": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n\n",
- "lib/DBIx/Class/Storage/DBI/DB2.pm": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n\n",
- "lib/DBIx/Class/Storage/DBI/Firebird.pm": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n",
- "lib/DBIx/Class/Storage/DBI/Firebird/Common.pm": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n\n",
- "lib/DBIx/Class/Storage/DBI/IdentityInsert.pm": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n\n",
- "lib/DBIx/Class/Storage/DBI/Informix.pm": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n\n",
- "lib/DBIx/Class/Storage/DBI/InterBase.pm": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n\n",
- "lib/DBIx/Class/Storage/DBI/MSSQL.pm": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n",
- "lib/DBIx/Class/Storage/DBI/NoBindVars.pm": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n\n",
- "lib/DBIx/Class/Storage/DBI/ODBC.pm": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n\n",
- "lib/DBIx/Class/Storage/DBI/ODBC/ACCESS.pm": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n\n",
- "lib/DBIx/Class/Storage/DBI/ODBC/DB2_400_SQL.pm": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n\n",
- "lib/DBIx/Class/Storage/DBI/ODBC/Firebird.pm": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n\n\n",
- "lib/DBIx/Class/Storage/DBI/ODBC/Microsoft_SQL_Server.pm": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n\n",
- "lib/DBIx/Class/Storage/DBI/ODBC/SQL_Anywhere.pm": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n\n",
- "lib/DBIx/Class/Storage/DBI/Oracle.pm": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n",
- "lib/DBIx/Class/Storage/DBI/Oracle/Generic.pm": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n\n",
- "lib/DBIx/Class/Storage/DBI/Oracle/WhereJoins.pm": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n",
- "lib/DBIx/Class/Storage/DBI/Pg.pm": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n",
- "lib/DBIx/Class/Storage/DBI/Replicated.pm": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n\n",
- "lib/DBIx/Class/Storage/DBI/Replicated/Balancer.pm": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n\n",
- "lib/DBIx/Class/Storage/DBI/Replicated/Balancer/First.pm": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n\n",
- "lib/DBIx/Class/Storage/DBI/Replicated/Balancer/Random.pm": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n\n",
- "lib/DBIx/Class/Storage/DBI/Replicated/Introduction.pod": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n\n",
- "lib/DBIx/Class/Storage/DBI/Replicated/Pool.pm": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n\n",
- "lib/DBIx/Class/Storage/DBI/Replicated/Replicant.pm": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n\n",
- "lib/DBIx/Class/Storage/DBI/Replicated/WithDSN.pm": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n\n",
- "lib/DBIx/Class/Storage/DBI/SQLAnywhere.pm": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n",
- "lib/DBIx/Class/Storage/DBI/SQLAnywhere/Cursor.pm": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n\n",
- "lib/DBIx/Class/Storage/DBI/SQLite.pm": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n\n",
- "lib/DBIx/Class/Storage/DBI/Sybase.pm": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n\n",
- "lib/DBIx/Class/Storage/DBI/Sybase/ASE.pm": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n",
- "lib/DBIx/Class/Storage/DBI/Sybase/ASE/NoBindVars.pm": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n",
- "lib/DBIx/Class/Storage/DBI/Sybase/FreeTDS.pm": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n\n",
- "lib/DBIx/Class/Storage/DBI/Sybase/MSSQL.pm": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n",
- "lib/DBIx/Class/Storage/DBI/Sybase/Microsoft_SQL_Server.pm": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n\n",
- "lib/DBIx/Class/Storage/DBI/Sybase/Microsoft_SQL_Server/NoBindVars.pm": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n",
- "lib/DBIx/Class/Storage/DBI/UniqueIdentifier.pm": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n\n",
- "lib/DBIx/Class/Storage/DBI/mysql.pm": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n",
- "lib/DBIx/Class/Storage/Statistics.pm": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n\n",
- "lib/DBIx/Class/Storage/TxnScopeGuard.pm": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n",
- "lib/DBIx/Class/UTF8Columns.pm": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n\n",
- "lib/SQL/Translator/Parser/DBIx/Class.pm": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n",
- "lib/SQL/Translator/Producer/DBIx/Class/File.pm": "=head1 COPYRIGHT AND LICENSE\n\nThis module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>\nby the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can\nredistribute it and/or modify it under the same terms as the\nL<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.\n\n"
},+
"uses": { … +
"configure": { … +
"noes": { … },+
"recommends": { … - "File::Spec": "0",
- "Getopt::Long": "0"
},+
"requires": { … - "perl": "5.008001",
- "strict": "0",
- "warnings": "0"
}
},+
"runtime": { … +
"noes": { … - "strict": "0",
- "warnings": "0"
},+
"recommends": { … - "B": "0",
- "B::Deparse": "0",
- "Config::Any": "0",
- "DBD::ADO": "2.99",
- "DBD::ADO::Const": "0",
- "DBI": "0",
- "DBI::Const::GetInfoReturn": "0",
- "DBI::Const::GetInfoType": "0",
- "DBIx::Class::Storage::Debug::PrettyPrint": "0",
- "Data::Dumper::Concise": "0",
- "DateTime::Format::Strptime": "0",
- "Digest::MD5": "0",
- "File::Copy": "0",
- "File::Path": "0",
- "File::Spec": "0",
- "MRO::Compat": "0",
- "Math::Base36": "0",
- "Math::BigInt": "0",
- "Module::Find": "0",
- "POSIX": "0",
- "SQL::Translator::Diff": "0",
- "Text::Balanced": "0",
- "mro": "0"
},+
"requires": { … - "B": "0",
- "Carp": "0",
- "Class::Accessor::Grouped": "0",
- "Class::C3::Componentised": "0",
- "Class::Inspector": "0",
- "Config": "0",
- "Context::Preserve": "0",
- "DBI": "0",
- "DBIx::Class::Admin::Types": "0",
- "Data::Dumper": "0",
- "Data::Dumper::Concise": "0",
- "Data::Page": "0",
- "Devel::GlobalDestruction": "0",
- "Exporter": "0",
- "File::Copy": "0",
- "File::Path": "0",
- "Hash::Merge": "0",
- "IO::Handle": "0",
- "JSON::Any": "0",
- "List::Util": "0",
- "Moo": "0",
- "Moose": "0",
- "Moose::Role": "0",
- "MooseX::Types": "0",
- "MooseX::Types::JSON": "0",
- "MooseX::Types::LoadableClass": "0",
- "MooseX::Types::Moose": "0",
- "MooseX::Types::Path::Class": "0",
- "Path::Class": "0",
- "SQL::Abstract": "0",
- "SQL::Translator::Schema::Constants": "0",
- "SQL::Translator::Utils": "0",
- "Scalar::Util": "0",
- "Scope::Guard": "0",
- "Storable": "0",
- "Sub::Name": "0",
- "Sub::Quote": "0",
- "Time::HiRes": "0",
- "Try::Tiny": "0",
- "base": "0",
- "constant": "0",
- "mro": "0",
- "namespace::clean": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
}
},+
"test": { … +
"noes": { … - "strict": "0",
- "warnings": "0"
},+
"recommends": { … - "Actor": "0",
- "B": "0",
- "Benchmark": "0",
- "Carp": "0",
- "Class::Accessor::Fast": "0",
- "Class::DBI::Plugin::DeepAbstractSearch": "0",
- "ColumnObject": "0",
- "Config": "0",
- "DBD::SQLite": "0",
- "DBI": "0",
- "Data::Dumper::Concise": "0",
- "Data::GUID": "0",
- "Director": "0",
- "Errno": "0",
- "File::Copy": "0",
- "File::Find": "0",
- "File::Spec": "0",
- "File::Temp": "0",
- "FileHandle": "0",
- "Film": "0",
- "IPC::Open2": "0",
- "IPC::Open3": "0",
- "ImplicitInflate": "0",
- "JSON::Any": "0",
- "List::Util": "0",
- "Moo": "0",
- "Moose": "0",
- "MooseX::Types": "0",
- "Package::Stash": "0",
- "Package::Stash::PP": "0",
- "SQL::Abstract::Test": "0",
- "Scalar::Util": "0",
- "Storable": "0",
- "Test::Builder": "0",
- "Test::Exception": "0",
- "Test::Moose": "0",
- "Test::More": "0.88",
- "Text::Balanced": "0",
- "Time::HiRes": "0",
- "Try::Tiny": "0",
- "Win32::ShellQuote": "0",
- "base": "0",
- "lib": "0",
- "overload": "0",
- "strict": "0",
- "threads": "0",
- "warnings": "0"
},+
"requires": { … - "Actor": "0",
- "ActorAlias": "0",
- "Blurb": "0",
- "CDBase": "0",
- "Carp": "0",
- "Class::Inspector": "0",
- "Config": "0",
- "Cwd": "0",
- "DBI": "0",
- "DBI::Const::GetInfoType": "0",
- "DBIC::Test::SQLite": "0",
- "Data::Dumper": "0",
- "Data::Dumper::Concise": "0",
- "Digest::MD5": "0",
- "Director": "0",
- "Exporter": "0",
- "ExtUtils::MakeMaker": "0",
- "Fcntl": "0",
- "File::Compare": "0",
- "File::Copy": "0",
- "File::Find": "0",
- "File::Spec": "0",
- "File::Temp": "0",
- "Film": "0",
- "FindBin": "0",
- "Lazy": "0",
- "List::Util": "0",
- "Math::BigInt": "0",
- "Order": "0",
- "OtherThing": "0",
- "POSIX": "0",
- "Path::Class": "0",
- "Path::Class::File": "0",
- "SQL::Abstract": "0",
- "Scalar::Util": "0",
- "Scope::Guard": "0",
- "Storable": "0",
- "Sub::Name": "0",
- "Test::Deep": "0",
- "Test::Exception": "0",
- "Test::More": "0.88",
- "Test::Warn": "0",
- "Thing": "0",
- "Time::HiRes": "0",
- "Try::Tiny": "0",
- "base": "0",
- "constant": "0",
- "lib": "0",
- "mro": "0",
- "namespace::clean": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},+
"suggests": { … - "Class::DBI": "0",
- "Class::DBI::Plugin::DeepAbstractSearch": "0",
- "Class::Unload": "0",
- "DBIx::Class::SQLMaker::DateOps": "0",
- "Date::Simple": "3.03",
- "DateTime": "0.55",
- "Devel::FindRef": "0",
- "File::HomeDir": "0",
- "Moose::Util": "0",
- "MyFoo": "0",
- "POSIX": "0",
- "Test::Differences": "0",
- "Time::Piece": "0",
- "Time::Piece::MySQL": "0",
- "YAML": "0",
- "base": "0",
- "longer": "0",
- "version": "0"
}
}
},- "valid_signature": -1,
- "version": "0.082840_01",
+
"versions": { … +
"lib/DBIx/Class.pm": { … - "DBIx::Class": "0.082840_01"
},+
"lib/DBIx/Class/AccessorGroup.pm": { … - "DBIx::Class::AccessorGroup": "undef"
},+
"lib/DBIx/Class/Admin.pm": { … - "DBIx::Class::Admin": "undef"
},+
"lib/DBIx/Class/CDBICompat.pm": { … - "DBIx::Class::CDBICompat": "undef"
},+
"lib/DBIx/Class/Core.pm": { … - "DBIx::Class::Core": "undef"
},+
"lib/DBIx/Class/Cursor.pm": { … - "DBIx::Class::Cursor": "undef"
},+
"lib/DBIx/Class/DB.pm": { … - "DBIx::Class::DB": "undef"
},+
"lib/DBIx/Class/Exception.pm": { … - "DBIx::Class::Exception": "undef"
},+
"lib/DBIx/Class/FilterColumn.pm": { … - "DBIx::Class::FilterColumn": "undef"
},+
"lib/DBIx/Class/InflateColumn.pm": { … - "DBIx::Class::InflateColumn": "undef"
},+
"lib/DBIx/Class/InflateColumn/DateTime.pm": { … - "DBIx::Class::InflateColumn::DateTime": "undef"
},+
"lib/DBIx/Class/InflateColumn/File.pm": { … - "DBIx::Class::InflateColumn::File": "undef"
},+
"lib/DBIx/Class/Optional/Dependencies.pm": { … - "DBIx::Class::Optional::Dependencies": "undef"
},+
"lib/DBIx/Class/Ordered.pm": { … - "DBIx::Class::Ordered": "undef"
},+
"lib/DBIx/Class/PK.pm": { … - "DBIx::Class::PK": "undef"
},+
"lib/DBIx/Class/PK/Auto.pm": { … - "DBIx::Class::PK::Auto": "undef"
},+
"lib/DBIx/Class/Relationship.pm": { … - "DBIx::Class::Relationship": "undef"
},+
"lib/DBIx/Class/Relationship/Base.pm": { … - "DBIx::Class::Relationship::Base": "undef"
},+
"lib/DBIx/Class/ResultClass/HashRefInflator.pm": { … - "DBIx::Class::ResultClass::HashRefInflator": "undef"
},+
"lib/DBIx/Class/ResultSet.pm": { … - "DBIx::Class::ResultSet": "undef"
},+
"lib/DBIx/Class/ResultSetColumn.pm": { … - "DBIx::Class::ResultSetColumn": "undef"
},+
"lib/DBIx/Class/ResultSetManager.pm": { … - "DBIx::Class::ResultSetManager": "undef"
},+
"lib/DBIx/Class/ResultSource.pm": { … - "DBIx::Class::ResultSource": "undef"
},+
"lib/DBIx/Class/ResultSource/Table.pm": { … - "DBIx::Class::ResultSource::Table": "undef"
},+
"lib/DBIx/Class/ResultSource/View.pm": { … - "DBIx::Class::ResultSource::View": "undef"
},+
"lib/DBIx/Class/ResultSourceHandle.pm": { … - "DBIx::Class::ResultSourceHandle": "undef"
},+
"lib/DBIx/Class/ResultSourceProxy/Table.pm": { … - "DBIx::Class::ResultSourceProxy::Table": "undef"
},+
"lib/DBIx/Class/Row.pm": { … - "DBIx::Class::Row": "undef"
},+
"lib/DBIx/Class/SQLMaker.pm": { … - "DBIx::Class::SQLMaker": "undef"
},+
"lib/DBIx/Class/SQLMaker/LimitDialects.pm": { … - "DBIx::Class::SQLMaker::LimitDialects": "undef"
},+
"lib/DBIx/Class/SQLMaker/OracleJoins.pm": { … - "DBIx::Class::SQLMaker::OracleJoins": "undef"
},+
"lib/DBIx/Class/Schema.pm": { … - "DBIx::Class::Schema": "undef"
},+
"lib/DBIx/Class/Schema/Versioned.pm": { … - "DBIx::Class::Schema::Versioned": "undef"
},+
"lib/DBIx/Class/Serialize/Storable.pm": { … - "DBIx::Class::Serialize::Storable": "undef"
},+
"lib/DBIx/Class/StartupCheck.pm": { … - "DBIx::Class::StartupCheck": "undef"
},+
"lib/DBIx/Class/Storage.pm": { … - "DBIx::Class::Storage": "undef"
},+
"lib/DBIx/Class/Storage/DBI.pm": { … - "DBIx::Class::Storage::DBI": "undef"
},+
"lib/DBIx/Class/Storage/DBI/ACCESS.pm": { … - "DBIx::Class::Storage::DBI::ACCESS": "undef"
},+
"lib/DBIx/Class/Storage/DBI/ADO.pm": { … - "DBIx::Class::Storage::DBI::ADO": "undef"
},+
"lib/DBIx/Class/Storage/DBI/ADO/MS_Jet.pm": { … - "DBIx::Class::Storage::DBI::ADO::MS_Jet": "undef"
},+
"lib/DBIx/Class/Storage/DBI/ADO/MS_Jet/Cursor.pm": { … - "DBIx::Class::Storage::DBI::ADO::MS_Jet::Cursor": "undef"
},+
"lib/DBIx/Class/Storage/DBI/ADO/Microsoft_SQL_Server.pm": { … - "DBIx::Class::Storage::DBI::ADO::Microsoft_SQL_Server": "undef"
},+
"lib/DBIx/Class/Storage/DBI/ADO/Microsoft_SQL_Server/Cursor.pm": { … - "DBIx::Class::Storage::DBI::ADO::Microsoft_SQL_Server::Cursor": "undef"
},+
"lib/DBIx/Class/Storage/DBI/AutoCast.pm": { … - "DBIx::Class::Storage::DBI::AutoCast": "undef"
},+
"lib/DBIx/Class/Storage/DBI/Cursor.pm": { … - "DBIx::Class::Storage::DBI::Cursor": "undef"
},+
"lib/DBIx/Class/Storage/DBI/DB2.pm": { … - "DBIx::Class::Storage::DBI::DB2": "undef"
},+
"lib/DBIx/Class/Storage/DBI/Firebird.pm": { … - "DBIx::Class::Storage::DBI::Firebird": "undef"
},+
"lib/DBIx/Class/Storage/DBI/Firebird/Common.pm": { … - "DBIx::Class::Storage::DBI::Firebird::Common": "undef"
},+
"lib/DBIx/Class/Storage/DBI/IdentityInsert.pm": { … - "DBIx::Class::Storage::DBI::IdentityInsert": "undef"
},+
"lib/DBIx/Class/Storage/DBI/Informix.pm": { … - "DBIx::Class::Storage::DBI::Informix": "undef"
},+
"lib/DBIx/Class/Storage/DBI/InterBase.pm": { … - "DBIx::Class::Storage::DBI::InterBase": "undef"
},+
"lib/DBIx/Class/Storage/DBI/MSSQL.pm": { … - "DBIx::Class::Storage::DBI::MSSQL": "undef"
},+
"lib/DBIx/Class/Storage/DBI/NoBindVars.pm": { … - "DBIx::Class::Storage::DBI::NoBindVars": "undef"
},+
"lib/DBIx/Class/Storage/DBI/ODBC.pm": { … - "DBIx::Class::Storage::DBI::ODBC": "undef"
},+
"lib/DBIx/Class/Storage/DBI/ODBC/ACCESS.pm": { … - "DBIx::Class::Storage::DBI::ODBC::ACCESS": "undef"
},+
"lib/DBIx/Class/Storage/DBI/ODBC/DB2_400_SQL.pm": { … - "DBIx::Class::Storage::DBI::ODBC::DB2_400_SQL": "undef"
},+
"lib/DBIx/Class/Storage/DBI/ODBC/Firebird.pm": { … - "DBIx::Class::Storage::DBI::ODBC::Firebird": "undef"
},+
"lib/DBIx/Class/Storage/DBI/ODBC/Microsoft_SQL_Server.pm": { … - "DBIx::Class::Storage::DBI::ODBC::Microsoft_SQL_Server": "undef"
},+
"lib/DBIx/Class/Storage/DBI/ODBC/SQL_Anywhere.pm": { … - "DBIx::Class::Storage::DBI::ODBC::SQL_Anywhere": "undef"
},+
"lib/DBIx/Class/Storage/DBI/Oracle.pm": { … - "DBIx::Class::Storage::DBI::Oracle": "undef"
},+
"lib/DBIx/Class/Storage/DBI/Oracle/Generic.pm": { … - "DBIx::Class::Storage::DBI::Oracle::Generic": "undef"
},+
"lib/DBIx/Class/Storage/DBI/Oracle/WhereJoins.pm": { … - "DBIx::Class::Storage::DBI::Oracle::WhereJoins": "undef"
},+
"lib/DBIx/Class/Storage/DBI/Pg.pm": { … - "DBIx::Class::Storage::DBI::Pg": "undef"
},+
"lib/DBIx/Class/Storage/DBI/Replicated.pm": { … - "DBIx::Class::Storage::DBI::Replicated": "undef"
},+
"lib/DBIx/Class/Storage/DBI/Replicated/Balancer.pm": { … - "DBIx::Class::Storage::DBI::Replicated::Balancer": "undef"
},+
"lib/DBIx/Class/Storage/DBI/Replicated/Balancer/First.pm": { … - "DBIx::Class::Storage::DBI::Replicated::Balancer::First": "undef"
},+
"lib/DBIx/Class/Storage/DBI/Replicated/Balancer/Random.pm": { … - "DBIx::Class::Storage::DBI::Replicated::Balancer::Random": "undef"
},+
"lib/DBIx/Class/Storage/DBI/Replicated/Pool.pm": { … - "DBIx::Class::Storage::DBI::Replicated::Pool": "undef"
},+
"lib/DBIx/Class/Storage/DBI/Replicated/Replicant.pm": { … - "DBIx::Class::Storage::DBI::Replicated::Replicant": "undef"
},+
"lib/DBIx/Class/Storage/DBI/Replicated/WithDSN.pm": { … - "DBIx::Class::Storage::DBI::Replicated::WithDSN": "undef"
},+
"lib/DBIx/Class/Storage/DBI/SQLAnywhere.pm": { … - "DBIx::Class::Storage::DBI::SQLAnywhere": "undef"
},+
"lib/DBIx/Class/Storage/DBI/SQLAnywhere/Cursor.pm": { … - "DBIx::Class::Storage::DBI::SQLAnywhere::Cursor": "undef"
},+
"lib/DBIx/Class/Storage/DBI/SQLite.pm": { … - "DBIx::Class::Storage::DBI::SQLite": "undef"
},+
"lib/DBIx/Class/Storage/DBI/Sybase.pm": { … - "DBIx::Class::Storage::DBI::Sybase": "undef"
},+
"lib/DBIx/Class/Storage/DBI/Sybase/ASE.pm": { … - "DBIx::Class::Storage::DBI::Sybase::ASE": "undef"
},+
"lib/DBIx/Class/Storage/DBI/Sybase/ASE/NoBindVars.pm": { … - "DBIx::Class::Storage::DBI::Sybase::ASE::NoBindVars": "undef"
},+
"lib/DBIx/Class/Storage/DBI/Sybase/FreeTDS.pm": { … - "DBIx::Class::Storage::DBI::Sybase::FreeTDS": "undef"
},+
"lib/DBIx/Class/Storage/DBI/Sybase/MSSQL.pm": { … - "DBIx::Class::Storage::DBI::Sybase::MSSQL": "undef"
},+
"lib/DBIx/Class/Storage/DBI/Sybase/Microsoft_SQL_Server.pm": { … - "DBIx::Class::Storage::DBI::Sybase::Microsoft_SQL_Server": "undef"
},+
"lib/DBIx/Class/Storage/DBI/Sybase/Microsoft_SQL_Server/NoBindVars.pm": { … - "DBIx::Class::Storage::DBI::Sybase::Microsoft_SQL_Server::NoBindVars": "undef"
},+
"lib/DBIx/Class/Storage/DBI/UniqueIdentifier.pm": { … - "DBIx::Class::Storage::DBI::UniqueIdentifier": "undef"
},+
"lib/DBIx/Class/Storage/DBI/mysql.pm": { … - "DBIx::Class::Storage::DBI::mysql": "undef"
},+
"lib/DBIx/Class/Storage/Statistics.pm": { … - "DBIx::Class::Storage::Statistics": "undef"
},+
"lib/DBIx/Class/Storage/TxnScopeGuard.pm": { … - "DBIx::Class::Storage::TxnScopeGuard": "undef"
},+
"lib/DBIx/Class/UTF8Columns.pm": { … - "DBIx::Class::UTF8Columns": "undef"
},+
"lib/SQL/Translator/Parser/DBIx/Class.pm": { … - "SQL::Translator::Parser::DBIx::Class": "1.10"
},+
"lib/SQL/Translator/Producer/DBIx/Class/File.pm": { … - "SQL::Translator::Producer::DBIx::Class::File": "0.1"
}
},- "vname": "DBIx-Class-0.082840_01"
}