1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
|
---
abstract: 'Create a DBIx::Class::Schema based on a database'
author:
- 'Caelum: Rafael Kitover <rkitover@cpan.org>'
build_requires:
DBD::SQLite: '1.29'
ExtUtils::MakeMaker: '0'
File::Path: '2.07'
File::Temp: '0.16'
Test::Deep: '0.107'
Test::Differences: '0.60'
Test::Exception: '0.31'
Test::More: '0.94'
Test::Warn: '0.21'
configure_requires:
ExtUtils::MakeMaker: '0'
dynamic_config: 0
generated_by: 'ExtUtils::MakeMaker version 7.70, CPAN::Meta::Converter version 2.150010'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: '1.4'
name: DBIx-Class-Schema-Loader
no_index:
directory:
- t
- inc
- maint
- xt
requires:
Carp::Clan: '0'
Class::Accessor::Grouped: '0.10008'
Class::C3::Componentised: '1.0008'
Class::Inspector: '1.27'
Class::Unload: '0.07'
DBIx::Class: '0.08127'
Data::Dump: '1.06'
Digest::MD5: '2.36'
Exporter: '5.63'
Hash::Merge: '0.12'
Lingua::EN::Inflect::Number: '1.1'
Lingua::EN::Inflect::Phrase: '0.15'
Lingua::EN::Tagger: '0.23'
List::Util: '1.33'
MRO::Compat: '0.09'
Scope::Guard: '0.20'
String::CamelCase: '0.04'
String::ToIdentifier::EN: '0.05'
Sub::Util: '1.40'
Try::Tiny: '0'
curry: '1.000000'
namespace::clean: '0.23'
perl: '5.008001'
resources:
IRC: irc://irc.perl.org/#dbix-class
MailingList: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class
bugtracker: https://github.com/dbsrgits/dbix-class-schema-loader/issues
license: http://dev.perl.org/licenses/
repository: https://github.com/dbsrgits/dbix-class-schema-loader
version: '0.07053'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
|