SQL-Translator-Producer-GraphQL v0.03 Perl 5 v5.20.1 darwin-thread-multi-2level

Status
Fail
From
Nigel Horne
Dist
SQL-Translator-Producer-GraphQL v0.03
Platform
Perl 5 v5.20.1 darwin-thread-multi-2level
Date
2017-11-19 20:52:03
ID
7ec87aee-cd6b-11e7-a337-aed7bf6c69fe
This distribution has been tested as part of the CPAN Testers
project, supporting the Perl programming language.  See
http://wiki.cpantesters.org/ for more information or email
questions to cpan-testers-discuss@perl.org


--
Dear Ed J,

This is a computer-generated report for SQL-Translator-Producer-GraphQL-0.03
on perl 5.20.1, created by CPAN-Reporter-1.2018.

Thank you for uploading your work to CPAN.  However, there was a problem
testing your distribution.

If you think this report is invalid, please consult the CPAN Testers Wiki
for suggestions on how to avoid getting FAIL reports for missing library
or binary dependencies, unsupported operating systems, and so on:

http://wiki.cpantesters.org/wiki/CPANAuthorNotes

Sections of this report:

    * Tester comments
    * Program output
    * Prerequisites
    * Environment and other context

------------------------------
TESTER COMMENTS
------------------------------

Additional comments from tester:

this report is from an automated smoke testing program
and was not reviewed by a human for accuracy

------------------------------
PROGRAM OUTPUT
------------------------------

Output from '/sw/bin/make test':

PERL_DL_NONLAZY=1 "/Users/hornenj/perl5/perlbrew/perls/perl-5.20.1/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00-compile.t ......... ok
# 
# Versions for all modules listed in MYMETA.json (including optional ones):
# 
# === Configure Requires ===
# 
#     Module              Want Have Where                                                                Howbig
#     ------------------- ---- ---- -------------------------------------------------------------------- ------
#     ExtUtils::MakeMaker  any 7.30 /Users/hornenj/perl5/perlbrew/perls/perl-5.20.1/lib/site_perl/5.20.1 107556
# 
# === Build Requires ===
# 
#     Module              Want Have Where                                                                Howbig
#     ------------------- ---- ---- -------------------------------------------------------------------- ------
#     ExtUtils::MakeMaker  any 7.30 /Users/hornenj/perl5/perlbrew/perls/perl-5.20.1/lib/site_perl/5.20.1 107556
# 
# === Test Requires ===
# 
#     Module                                       Want     Have Where                                                                   Howbig
#     -------------------------------------------- ---- -------- ----------------------------------------------------------------------- ------
#     GraphQL                                      0.20     0.21 /Users/hornenj/.cpan/build/GraphQL-0.21-33/blib/lib                       5337
#     GraphQL::Plugin::Convert::DBIC               0.02     0.03 /Users/hornenj/.cpan/build/GraphQL-Plugin-Convert-DBIC-0.03-18/blib/lib  17919
#     SQL::Translator                               any  0.11021 /Users/hornenj/.cpan/build/SQL-Translator-0.11021-17/blib/lib            34418
#     SQL::Translator::Producer::DBIx::Class::File  any      0.1 /Users/hornenj/.cpan/build/DBIx-Class-0.082840-28/blib/lib                5078
#     Test::More                                   0.98 1.302106 /Users/hornenj/perl5/perlbrew/perls/perl-5.20.1/lib/site_perl/5.20.1     52999
# 
# === Runtime Requires ===
# 
#     Module                                       Want    Have Where                                                                   Howbig
#     -------------------------------------------- ---- ------- ----------------------------------------------------------------------- ------
#     GraphQL                                      0.20    0.21 /Users/hornenj/.cpan/build/GraphQL-0.21-33/blib/lib                       5337
#     GraphQL::Plugin::Convert::DBIC               0.02    0.03 /Users/hornenj/.cpan/build/GraphQL-Plugin-Convert-DBIC-0.03-18/blib/lib  17919
#     SQL::Translator                               any 0.11021 /Users/hornenj/.cpan/build/SQL-Translator-0.11021-17/blib/lib            34418
#     SQL::Translator::Producer::DBIx::Class::File  any     0.1 /Users/hornenj/.cpan/build/DBIx-Class-0.082840-28/blib/lib                5078
# 
t/00-report-prereqs.t .. ok

    #   Failed test 'MySQL'
    #   at t/01-schema.t line 17.
    #          got: 'type Author {
    #   age: Int!
    #   get_module: [Module]
    #   id: Int!
    #   message: String!
    #   name: String
    # }
    # 
    # input AuthorCreateInput {
    #   age: Int!
    #   message: String!
    #   name: String
    # }
    # 
    # input AuthorMutateInput {
    #   age: Int
    #   id: Int!
    #   message: String
    #   name: String
    # }
    # 
    # input AuthorSearchInput {
    #   age: Int
    #   message: String
    #   name: String
    # }
    # 
    # type Module {
    #   author: Author
    #   author_id: Int
    #   id: Int!
    #   name: String
    # }
    # 
    # input ModuleCreateInput {
    #   author_id: Int
    #   name: String
    # }
    # 
    # input ModuleMutateInput {
    #   author_id: Int
    #   id: Int!
    #   name: String
    # }
    # 
    # input ModuleSearchInput {
    #   author_id: Int
    #   name: String
    # }
    # 
    # type Mutation {
    #   createAuthor(input: [AuthorCreateInput!]!): [Author]
    #   createModule(input: [ModuleCreateInput!]!): [Module]
    #   deleteAuthor(input: [AuthorMutateInput!]!): [Boolean]
    #   deleteModule(input: [ModuleMutateInput!]!): [Boolean]
    #   updateAuthor(input: [AuthorMutateInput!]!): [Author]
    #   updateModule(input: [ModuleMutateInput!]!): [Module]
    # }
    # 
    # type Query {
    #   author(id: [Int!]!): [Author]
    #   module(id: [Int!]!): [Module]
    #   # input to search
    #   searchAuthor(input: AuthorSearchInput!): [Author]
    #   # input to search
    #   searchModule(input: ModuleSearchInput!): [Module]
    # }
    # '
    #     expected: 'type Author {
    #   age: Int!
    #   get_module: [Module]
    #   id: Int!
    #   message: String!
    #   name: String
    # }
    # 
    # input AuthorInput {
    #   age: Int!
    #   message: String!
    #   name: String
    # }
    # 
    # scalar DateTime
    # 
    # type Module {
    #   author: Author
    #   author_id: Int
    #   id: Int!
    #   name: String
    # }
    # 
    # input ModuleInput {
    #   author_id: Int
    #   name: String
    # }
    # 
    # type Mutation {
    #   createAuthor(input: AuthorInput!): Author
    #   createModule(input: ModuleInput!): Module
    #   deleteAuthor(id: Int!): Boolean
    #   deleteModule(id: Int!): Boolean
    #   updateAuthor(id: Int!, input: AuthorInput!): Author
    #   updateModule(id: Int!, input: ModuleInput!): Module
    # }
    # 
    # type Query {
    #   author(id: [Int!]!): [Author]
    #   module(id: [Int!]!): [Module]
    #   # list of ORs each of which is list of ANDs
    #   searchAuthor(input: [[AuthorInput!]!]!): [Author]
    #   # list of ORs each of which is list of ANDs
    #   searchModule(input: [[ModuleInput!]!]!): [Module]
    # }
    # '
    # Looks like you failed 1 test of 1.

#   Failed test 'MySQL'
#   at t/01-schema.t line 23.

    #   Failed test 'SQLite'
    #   at t/01-schema.t line 17.
    #          got: 'type Author {
    #   age: Int!
    #   get_module: [Module]
    #   id: Int!
    #   message: String!
    #   name: String
    # }
    # 
    # input AuthorCreateInput {
    #   age: Int!
    #   message: String!
    #   name: String
    # }
    # 
    # input AuthorMutateInput {
    #   age: Int
    #   id: Int!
    #   message: String
    #   name: String
    # }
    # 
    # input AuthorSearchInput {
    #   age: Int
    #   message: String
    #   name: String
    # }
    # 
    # type Module {
    #   author: Author
    #   author_id: Int
    #   id: Int!
    #   name: String
    # }
    # 
    # input ModuleCreateInput {
    #   author_id: Int
    #   name: String
    # }
    # 
    # input ModuleMutateInput {
    #   author_id: Int
    #   id: Int!
    #   name: String
    # }
    # 
    # input ModuleSearchInput {
    #   author_id: Int
    #   name: String
    # }
    # 
    # type Mutation {
    #   createAuthor(input: [AuthorCreateInput!]!): [Author]
    #   createModule(input: [ModuleCreateInput!]!): [Module]
    #   deleteAuthor(input: [AuthorMutateInput!]!): [Boolean]
    #   deleteModule(input: [ModuleMutateInput!]!): [Boolean]
    #   updateAuthor(input: [AuthorMutateInput!]!): [Author]
    #   updateModule(input: [ModuleMutateInput!]!): [Module]
    # }
    # 
    # type Query {
    #   author(id: [Int!]!): [Author]
    #   module(id: [Int!]!): [Module]
    #   # input to search
    #   searchAuthor(input: AuthorSearchInput!): [Author]
    #   # input to search
    #   searchModule(input: ModuleSearchInput!): [Module]
    # }
    # '
    #     expected: 'type Author {
    #   age: Int!
    #   get_module: [Module]
    #   id: Int!
    #   message: String!
    #   name: String
    # }
    # 
    # input AuthorInput {
    #   age: Int!
    #   message: String!
    #   name: String
    # }
    # 
    # scalar DateTime
    # 
    # type Module {
    #   author: Author
    #   author_id: Int
    #   id: Int!
    #   name: String
    # }
    # 
    # input ModuleInput {
    #   author_id: Int
    #   name: String
    # }
    # 
    # type Mutation {
    #   createAuthor(input: AuthorInput!): Author
    #   createModule(input: ModuleInput!): Module
    #   deleteAuthor(id: Int!): Boolean
    #   deleteModule(id: Int!): Boolean
    #   updateAuthor(id: Int!, input: AuthorInput!): Author
    #   updateModule(id: Int!, input: ModuleInput!): Module
    # }
    # 
    # type Query {
    #   author(id: [Int!]!): [Author]
    #   module(id: [Int!]!): [Module]
    #   # list of ORs each of which is list of ANDs
    #   searchAuthor(input: [[AuthorInput!]!]!): [Author]
    #   # list of ORs each of which is list of ANDs
    #   searchModule(input: [[ModuleInput!]!]!): [Module]
    # }
    # '
    # Looks like you failed 1 test of 1.

#   Failed test 'SQLite'
#   at t/01-schema.t line 23.
# Looks like you failed 2 tests of 2.
t/01-schema.t .......... 
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/2 subtests 

#   Failed test at t/02-dbicschema.t line 17.
#          got: 'type BlogTags {
#   blog: Blogs!
#   id: Int!
#   name: String!
# }
# 
# input BlogTagsCreateInput {
#   blog: BlogsMutateInput!
#   name: String!
# }
# 
# input BlogTagsMutateInput {
#   id: Int!
#   name: String
# }
# 
# input BlogTagsSearchInput {
#   name: String
# }
# 
# type Blogs {
#   content: String!
#   created_time: String!
#   get_blog_tags: [BlogTags]
#   id: Int!
#   location: String
#   subtitle: String
#   timestamp: DateTime!
#   title: String!
# }
# 
# input BlogsCreateInput {
#   content: String!
#   created_time: String!
#   location: String
#   subtitle: String
#   timestamp: DateTime!
#   title: String!
# }
# 
# input BlogsMutateInput {
#   content: String
#   created_time: String
#   id: Int!
#   location: String
#   subtitle: String
#   timestamp: DateTime
#   title: String
# }
# 
# input BlogsSearchInput {
#   content: String
#   created_time: String
#   location: String
#   subtitle: String
#   timestamp: DateTime
#   title: String
# }
# 
# type Mutation {
#   createBlogTags(input: [BlogTagsCreateInput!]!): [BlogTags]
#   createBlogs(input: [BlogsCreateInput!]!): [Blogs]
#   createPhotos(input: [PhotosCreateInput!]!): [Photos]
#   createPhotosets(input: [PhotosetsCreateInput!]!): [Photosets]
#   deleteBlogTags(input: [BlogTagsMutateInput!]!): [Boolean]
#   deleteBlogs(input: [BlogsMutateInput!]!): [Boolean]
#   deletePhotos(input: [PhotosMutateInput!]!): [Boolean]
#   deletePhotosets(input: [PhotosetsMutateInput!]!): [Boolean]
#   updateBlogTags(input: [BlogTagsMutateInput!]!): [BlogTags]
#   updateBlogs(input: [BlogsMutateInput!]!): [Blogs]
#   updatePhotos(input: [PhotosMutateInput!]!): [Photos]
#   updatePhotosets(input: [PhotosetsMutateInput!]!): [Photosets]
# }
# 
# type Photos {
#   country: String
#   description: String
#   get_photosets: [Photosets]
#   id: String!
#   idx: Int
#   is_glen: String
#   isprimary: String
#   large: String
#   lat: String
#   locality: String
#   lon: String
#   medium: String
#   original: String
#   original_url: String
#   photoset: Photosets
#   region: String
#   small: String
#   square: String
#   taken: DateTime
#   thumbnail: String
# }
# 
# input PhotosCreateInput {
#   country: String
#   description: String
#   idx: Int
#   is_glen: String
#   isprimary: String
#   large: String
#   lat: String
#   locality: String
#   lon: String
#   medium: String
#   original: String
#   original_url: String
#   photoset: PhotosetsMutateInput
#   region: String
#   small: String
#   square: String
#   taken: DateTime
#   thumbnail: String
# }
# 
# input PhotosMutateInput {
#   country: String
#   description: String
#   id: String!
#   idx: Int
#   is_glen: String
#   isprimary: String
#   large: String
#   lat: String
#   locality: String
#   lon: String
#   medium: String
#   original: String
#   original_url: String
#   region: String
#   small: String
#   square: String
#   taken: DateTime
#   thumbnail: String
# }
# 
# input PhotosSearchInput {
#   country: String
#   description: String
#   idx: Int
#   is_glen: String
#   isprimary: String
#   large: String
#   lat: String
#   locality: String
#   lon: String
#   medium: String
#   original: String
#   original_url: String
#   region: String
#   small: String
#   square: String
#   taken: DateTime
#   thumbnail: String
# }
# 
# type Photosets {
#   can_comment: Int
#   count_comments: Int
#   count_views: Int
#   date_create: Int
#   date_update: Int
#   description: String!
#   farm: Int!
#   get_photos: [Photos]
#   id: String!
#   idx: Int!
#   needs_interstitial: Int
#   photos: Int
#   primary_photo: Photos
#   secret: String!
#   server: String!
#   timestamp: DateTime!
#   title: String!
#   videos: Int
#   visibility_can_see_set: Int
# }
# 
# input PhotosetsCreateInput {
#   can_comment: Int
#   count_comments: Int
#   count_views: Int
#   date_create: Int
#   date_update: Int
#   description: String!
#   farm: Int!
#   idx: Int!
#   needs_interstitial: Int
#   photos: Int
#   primary_photo: PhotosMutateInput
#   secret: String!
#   server: String!
#   timestamp: DateTime!
#   title: String!
#   videos: Int
#   visibility_can_see_set: Int
# }
# 
# input PhotosetsMutateInput {
#   can_comment: Int
#   count_comments: Int
#   count_views: Int
#   date_create: Int
#   date_update: Int
#   description: String
#   farm: Int
#   id: String!
#   idx: Int
#   needs_interstitial: Int
#   photos: Int
#   secret: String
#   server: String
#   timestamp: DateTime
#   title: String
#   videos: Int
#   visibility_can_see_set: Int
# }
# 
# input PhotosetsSearchInput {
#   can_comment: Int
#   count_comments: Int
#   count_views: Int
#   date_create: Int
#   date_update: Int
#   description: String
#   farm: Int
#   idx: Int
#   needs_interstitial: Int
#   photos: Int
#   secret: String
#   server: String
#   timestamp: DateTime
#   title: String
#   videos: Int
#   visibility_can_see_set: Int
# }
# 
# type Query {
#   blogTags(id: [Int!]!): [BlogTags]
#   blogs(id: [Int!]!): [Blogs]
#   photos(id: [String!]!): [Photos]
#   photosets(id: [String!]!): [Photosets]
#   # input to search
#   searchBlogTags(input: BlogTagsSearchInput!): [BlogTags]
#   # input to search
#   searchBlogs(input: BlogsSearchInput!): [Blogs]
#   # input to search
#   searchPhotos(input: PhotosSearchInput!): [Photos]
#   # input to search
#   searchPhotosets(input: PhotosetsSearchInput!): [Photosets]
# }
# '
#     expected: 'type BlogTags {
#   blog: Blogs
#   id: Int!
#   name: String!
# }
# 
# input BlogTagsInput {
#   blogs_id: Int!
#   name: String!
# }
# 
# type Blogs {
#   content: String!
#   created_time: String!
#   get_blog_tags: [BlogTags]
#   id: Int!
#   location: String
#   subtitle: String
#   timestamp: DateTime!
#   title: String!
# }
# 
# input BlogsInput {
#   content: String!
#   created_time: String!
#   location: String
#   subtitle: String
#   timestamp: DateTime!
#   title: String!
# }
# 
# scalar DateTime
# 
# type Mutation {
#   createBlogTags(input: BlogTagsInput!): BlogTags
#   createBlogs(input: BlogsInput!): Blogs
#   createPhotos(input: PhotosInput!): Photos
#   createPhotosets(input: PhotosetsInput!): Photosets
#   deleteBlogTags(id: Int!): Boolean
#   deleteBlogs(id: Int!): Boolean
#   deletePhotos(id: String!): Boolean
#   deletePhotosets(id: String!): Boolean
#   updateBlogTags(id: Int!, input: BlogTagsInput!): BlogTags
#   updateBlogs(id: Int!, input: BlogsInput!): Blogs
#   updatePhotos(id: String!, input: PhotosInput!): Photos
#   updatePhotosets(id: String!, input: PhotosetsInput!): Photosets
# }
# 
# type Photos {
#   country: String
#   description: String
#   get_photosets: [Photosets]
#   id: String!
#   idx: Int
#   is_glen: String
#   isprimary: String
#   large: String
#   lat: String
#   locality: String
#   lon: String
#   medium: String
#   original: String
#   original_url: String
#   photoset: Photosets
#   region: String
#   small: String
#   square: String
#   taken: DateTime
#   thumbnail: String
# }
# 
# input PhotosInput {
#   country: String
#   description: String
#   idx: Int
#   is_glen: String
#   isprimary: String
#   large: String
#   lat: String
#   locality: String
#   lon: String
#   medium: String
#   original: String
#   original_url: String
#   photosets_id: String!
#   region: String
#   small: String
#   square: String
#   taken: DateTime
#   thumbnail: String
# }
# 
# type Photosets {
#   can_comment: Int
#   count_comments: Int
#   count_views: Int
#   date_create: Int
#   date_update: Int
#   description: String!
#   farm: Int!
#   get_photos: [Photos]
#   id: String!
#   idx: Int!
#   needs_interstitial: Int
#   photos: Int
#   primary_photo: Photos
#   secret: String!
#   server: String!
#   timestamp: DateTime!
#   title: String!
#   videos: Int
#   visibility_can_see_set: Int
# }
# 
# input PhotosetsInput {
#   can_comment: Int
#   count_comments: Int
#   count_views: Int
#   date_create: Int
#   date_update: Int
#   description: String!
#   farm: Int!
#   idx: Int!
#   needs_interstitial: Int
#   photos: Int
#   photos_id: String!
#   secret: String!
#   server: String!
#   timestamp: DateTime!
#   title: String!
#   videos: Int
#   visibility_can_see_set: Int
# }
# 
# type Query {
#   blogTags(id: [Int!]!): [BlogTags]
#   blogs(id: [Int!]!): [Blogs]
#   photos(id: [String!]!): [Photos]
#   photosets(id: [String!]!): [Photosets]
#   # list of ORs each of which is list of ANDs
#   searchBlogTags(input: [[BlogTagsInput!]!]!): [BlogTags]
#   # list of ORs each of which is list of ANDs
#   searchBlogs(input: [[BlogsInput!]!]!): [Blogs]
#   # list of ORs each of which is list of ANDs
#   searchPhotos(input: [[PhotosInput!]!]!): [Photos]
#   # list of ORs each of which is list of ANDs
#   searchPhotosets(input: [[PhotosetsInput!]!]!): [Photosets]
# }
# '
# Looks like you failed 1 test of 1.
t/02-dbicschema.t ...... 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests 

Test Summary Report
-------------------
t/01-schema.t        (Wstat: 512 Tests: 2 Failed: 2)
  Failed tests:  1-2
  Non-zero exit status: 2
t/02-dbicschema.t    (Wstat: 256 Tests: 1 Failed: 1)
  Failed test:  1
  Non-zero exit status: 1
Files=4, Tests=5,  3 wallclock secs ( 0.02 usr  0.01 sys +  2.27 cusr  0.25 csys =  2.55 CPU)
Result: FAIL
Failed 2/4 test programs. 3/5 subtests failed.
make: *** [Makefile:891: test_dynamic] Error 1

------------------------------
PREREQUISITES
------------------------------

Prerequisite modules loaded:

requires:

    Module                                       Need  Have    
    -------------------------------------------- ----- --------
    GraphQL                                      0.20  0.21    
    GraphQL::Plugin::Convert::DBIC               0.02  0.03    
    perl                                         5.014 5.020001
    SQL::Translator                              0     0.11021 
    SQL::Translator::Producer::DBIx::Class::File 0     0.1     

build_requires:

    Module                                       Need  Have    
    -------------------------------------------- ----- --------
    ExtUtils::MakeMaker                          0     7.30    
    GraphQL                                      0.20  0.21    
    GraphQL::Plugin::Convert::DBIC               0.02  0.03    
    SQL::Translator                              0     0.11021 
    SQL::Translator::Producer::DBIx::Class::File 0     0.1     
    Test::More                                   0.98  1.302106

configure_requires:

    Module                                       Need  Have    
    -------------------------------------------- ----- --------
    ExtUtils::MakeMaker                          0     7.30    


------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------

Environment variables:

    AUTOMATED_TESTING = 1
    LANG = en_US.UTF-8
    LC_ALL = POSIX
    PATH = /Users/hornenj/perl5/perlbrew/bin:/Users/hornenj/perl5/perlbrew/perls/perl-5.20.1/bin:/Users/hornenj/perl5/perlbrew/bin:/Users/hornenj/perl5/perlbrew/perls/perl-5.26.1-thread/bin:/Users/hornenj/bin:/usr/bin:/bin:/usr/X11R6/bin:/sw/bin
    PERL5LIB = /Users/hornenj/.cpan/build/SQL-Translator-0.11021-17/blib/arch:/Users/hornenj/.cpan/build/SQL-Translator-0.11021-17/blib/lib:/Users/hornenj/.cpan/build/XML-Writer-0.625-23/blib/arch:/Users/hornenj/.cpan/build/XML-Writer-0.625-23/blib/lib:/Users/hornenj/.cpan/build/Package-Variant-1.003002-22/blib/arch:/Users/hornenj/.cpan/build/Package-Variant-1.003002-22/blib/lib:/Users/hornenj/.cpan/build/GraphQL-Plugin-Convert-DBIC-0.03-18/blib/arch:/Users/hornenj/.cpan/build/GraphQL-Plugin-Convert-DBIC-0.03-18/blib/lib:/Users/hornenj/.cpan/build/DBIx-Class-0.082840-28/blib/arch:/Users/hornenj/.cpan/build/DBIx-Class-0.082840-28/blib/lib:/Users/hornenj/.cpan/build/SQL-Abstract-1.84-70/blib/arch:/Users/hornenj/.cpan/build/SQL-Abstract-1.84-70/blib/lib:/Users/hornenj/.cpan/build/Hash-Merge-0.298-95/blib/arch:/Users/hornenj/.cpan/build/Hash-Merge-0.298-95/blib/lib:/Users/hornenj/.cpan/build/Clone-Choose-0.008-98/blib/arch:/Users/hornenj/.cpan/build/Clone-Choose-0.008-98/blib/lib:/Users/hornenj/.cpan/build/Data-Page-2.02-32/blib/arch:/Users/hornenj/.cpan/build/Data-Page-2.02-32/blib/lib:/Users/hornenj/.cpan/build/Context-Preserve-0.03-30/blib/arch:/Users/hornenj/.cpan/build/Context-Preserve-0.03-30/blib/lib:/Users/hornenj/.cpan/build/Config-Any-0.32-147/blib/arch:/Users/hornenj/.cpan/build/Config-Any-0.32-147/blib/lib:/Users/hornenj/.cpan/build/Class-C3-Componentised-1.001000-28/blib/arch:/Users/hornenj/.cpan/build/Class-C3-Componentised-1.001000-28/blib/lib:/Users/hornenj/.cpan/build/Class-C3-0.33-28/blib/arch:/Users/hornenj/.cpan/build/Class-C3-0.33-28/blib/lib:/Users/hornenj/.cpan/build/Algorithm-C3-0.10-28/blib/arch:/Users/hornenj/.cpan/build/Algorithm-C3-0.10-28/blib/lib:/Users/hornenj/.cpan/build/Class-Accessor-Grouped-0.10012-28/blib/arch:/Users/hornenj/.cpan/build/Class-Accessor-Grouped-0.10012-28/blib/lib:/Users/hornenj/.cpan/build/GraphQL-0.21-33/blib/arch:/Users/hornenj/.cpan/build/GraphQL-0.21-33/blib/lib:/Users/hornenj/.cpan/build/Test-Deep-1.127-38/blib/arch:/Users/hornenj/.cpan/build/Test-Deep-1.127-38/blib/lib:/Users/hornenj/.cpan/build/Return-Type-0.005-38/blib/arch:/Users/hornenj/.cpan/build/Return-Type-0.005-38/blib/lib:/Users/hornenj/.cpan/build/Pegex-0.64-37/blib/arch:/Users/hornenj/.cpan/build/Pegex-0.64-37/blib/lib:/Users/hornenj/.cpan/build/MooX-Thunking-0.07-37/blib/arch:/Users/hornenj/.cpan/build/MooX-Thunking-0.07-37/blib/lib:/Users/hornenj/.cpan/build/JSON-PP-2.94-31/blib/arch:/Users/hornenj/.cpan/build/JSON-PP-2.94-31/blib/lib:/Users/hornenj/.cpan/build/JSON-MaybeXS-1.003009-34/blib/arch:/Users/hornenj/.cpan/build/JSON-MaybeXS-1.003009-34/blib/lib:/Users/hornenj/.cpan/build/Function-Parameters-2.001003-40/blib/arch:/Users/hornenj/.cpan/build/Function-Parameters-2.001003-40/blib/lib:/Users/hornenj/.cpan/build/Dir-Self-0.11-45/blib/arch:/Users/hornenj/.cpan/build/Dir-Self-0.11-45/blib/lib:/Users/hornenj/.cpan/build/DateTime-Format-ISO8601-0.08-61/blib/arch:/Users/hornenj/.cpan/build/DateTime-Format-ISO8601-0.08-61/blib/lib:/Users/hornenj/.cpan/build/DateTime-Format-Builder-0.81-67/blib/arch:/Users/hornenj/.cpan/build/DateTime-Format-Builder-0.81-67/blib/lib:/Users/hornenj/.cpan/build/Class-Factory-Util-1.7-67/blib/arch:/Users/hornenj/.cpan/build/Class-Factory-Util-1.7-67/blib/lib
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 80053
    PERL5_CPAN_IS_RUNNING = 80053
    PERL5_MINISMOKEBOX = 0.68
    PERLBREW_BASHRC_VERSION = 0.80
    PERLBREW_HOME = /Users/hornenj/.perlbrew
    PERLBREW_LIB = 
    PERLBREW_MANPATH = /Users/hornenj/perl5/perlbrew/perls/perl-5.20.1/man
    PERLBREW_PATH = /Users/hornenj/perl5/perlbrew/bin:/Users/hornenj/perl5/perlbrew/perls/perl-5.20.1/bin
    PERLBREW_PERL = perl-5.20.1
    PERLBREW_ROOT = /Users/hornenj/perl5/perlbrew
    PERLBREW_VERSION = 0.80
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    PERL_LOCAL_LIB_ROOT = 
    PERL_MM_USE_DEFAULT = 1
    SHELL = /bin/bash
    TERM = xterm-256color
    TMPDIR = /var/folders/pz/pd7y1qjs6s3cbk170cw50fjc000c61/T/

Perl special variables (and OS-specific diagnostics, for MSWin32):

    $^X = /Users/hornenj/perl5/perlbrew/perls/perl-5.20.1/bin/perl
    $UID/$EUID = 12481 / 12481
    $GID = 14 14 5344 37191 527 12 62 204 399 206 37223 241 223
    $EGID = 14 14 5344 37191 527 12 62 204 399 206 37223 241 223

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.16    
    CPAN::Meta          2.150005
    Cwd                 3.48    
    ExtUtils::CBuilder  0.280223
    ExtUtils::Command   7.30    
    ExtUtils::Install   2.06    
    ExtUtils::MakeMaker 7.30    
    ExtUtils::Manifest  1.70    
    ExtUtils::ParseXS   3.30    
    File::Spec          3.48    
    JSON                2.93    
    JSON::PP            2.94    
    Module::Build       0.4214  
    Module::Signature   n/a     
    Parse::CPAN::Meta   1.4422  
    Test::Harness       3.36    
    Test::More          1.302106
    YAML                1.23    
    YAML::Syck          1.30    
    version             0.9912  


--

Summary of my perl5 (revision 5 version 20 subversion 1) configuration:
   
  Platform:
    osname=darwin, osvers=12.5.0, archname=darwin-thread-multi-2level
    uname='darwin ncbimac2008.ncbi.nlm.nih.gov 12.5.0 darwin kernel version 12.5.0: sun sep 29 13:33:47 pdt 2013; root:xnu-2050.48.12~1release_x86_64 x86_64 '
    config_args='-de -Dprefix=/Users/hornenj/perl5/perlbrew/perls/perl-5.20.1 -Duseithreads -Dusemultiplicity -Accflags=-O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -fassociative-math -Acc=cc -Aeval:scriptdir=/Users/hornenj/perl5/perlbrew/perls/perl-5.20.1/bin'
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=define, usemultiplicity=define
    use64bitint=define, use64bitall=define, uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc=' cc', ccflags ='-fno-common -DPERL_DARWIN -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -fassociative-math -fno-strict-aliasing -I/usr/local/include',
    optimize='-O3',
    cppflags='-fno-common -DPERL_DARWIN -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -fassociative-math -fno-strict-aliasing -I/usr/local/include'
    ccversion='', gccversion='4.2.1 Compatible Apple LLVM 4.2 (clang-425.0.24)', gccosandvers=''
    intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
    ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
    alignbytes=8, prototype=define
  Linker and Libraries:
    ld='env MACOSX_DEPLOYMENT_TARGET=10.3 cc', ldflags =' -fstack-protector -L/usr/local/lib'
    libpth=/usr/local/lib /usr/bin/../lib/clang/4.2/lib /usr/lib
    libs=-ldbm -ldl -lm -lutil -lc
    perllibs=-ldl -lm -lutil -lc
    libc=, so=dylib, useshrplib=false, libperl=libperl.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=bundle, d_dlsymun=undef, ccdlflags=' '
    cccdlflags=' ', lddlflags=' -bundle -undefined dynamic_lookup -L/usr/local/lib -fstack-protector'


Characteristics of this binary (from libperl): 
  Compile-time options: HAS_TIMES MULTIPLICITY PERLIO_LAYERS
                        PERL_DONT_CREATE_GVSV
                        PERL_HASH_FUNC_ONE_AT_A_TIME_HARD
                        PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP
                        PERL_NEW_COPY_ON_WRITE PERL_PRESERVE_IVUV
                        USE_64_BIT_ALL USE_64_BIT_INT USE_ITHREADS
                        USE_LARGE_FILES USE_LOCALE USE_LOCALE_COLLATE
                        USE_LOCALE_CTYPE USE_LOCALE_NUMERIC USE_PERLIO
                        USE_PERL_ATOF USE_REENTRANT_API
  Built under darwin
  Compiled at Sep 15 2014 09:27:45
  %ENV:
    PERL5LIB="/Users/hornenj/.cpan/build/SQL-Translator-0.11021-17/blib/arch:/Users/hornenj/.cpan/build/SQL-Translator-0.11021-17/blib/lib:/Users/hornenj/.cpan/build/XML-Writer-0.625-23/blib/arch:/Users/hornenj/.cpan/build/XML-Writer-0.625-23/blib/lib:/Users/hornenj/.cpan/build/Package-Variant-1.003002-22/blib/arch:/Users/hornenj/.cpan/build/Package-Variant-1.003002-22/blib/lib:/Users/hornenj/.cpan/build/GraphQL-Plugin-Convert-DBIC-0.03-18/blib/arch:/Users/hornenj/.cpan/build/GraphQL-Plugin-Convert-DBIC-0.03-18/blib/lib:/Users/hornenj/.cpan/build/DBIx-Class-0.082840-28/blib/arch:/Users/hornenj/.cpan/build/DBIx-Class-0.082840-28/blib/lib:/Users/hornenj/.cpan/build/SQL-Abstract-1.84-70/blib/arch:/Users/hornenj/.cpan/build/SQL-Abstract-1.84-70/blib/lib:/Users/hornenj/.cpan/build/Hash-Merge-0.298-95/blib/arch:/Users/hornenj/.cpan/build/Hash-Merge-0.298-95/blib/lib:/Users/hornenj/.cpan/build/Clone-Choose-0.008-98/blib/arch:/Users/hornenj/.cpan/build/Clone-Choose-0.008-98/blib/lib:/Users/hornenj/.cpan/build/Data-Page-2.02-32/blib/arch:/Users/hornenj/.cpan/build/Data-Page-2.02-32/blib/lib:/Users/hornenj/.cpan/build/Context-Preserve-0.03-30/blib/arch:/Users/hornenj/.cpan/build/Context-Preserve-0.03-30/blib/lib:/Users/hornenj/.cpan/build/Config-Any-0.32-147/blib/arch:/Users/hornenj/.cpan/build/Config-Any-0.32-147/blib/lib:/Users/hornenj/.cpan/build/Class-C3-Componentised-1.001000-28/blib/arch:/Users/hornenj/.cpan/build/Class-C3-Componentised-1.001000-28/blib/lib:/Users/hornenj/.cpan/build/Class-C3-0.33-28/blib/arch:/Users/hornenj/.cpan/build/Class-C3-0.33-28/blib/lib:/Users/hornenj/.cpan/build/Algorithm-C3-0.10-28/blib/arch:/Users/hornenj/.cpan/build/Algorithm-C3-0.10-28/blib/lib:/Users/hornenj/.cpan/build/Class-Accessor-Grouped-0.10012-28/blib/arch:/Users/hornenj/.cpan/build/Class-Accessor-Grouped-0.10012-28/blib/lib:/Users/hornenj/.cpan/build/GraphQL-0.21-33/blib/arch:/Users/hornenj/.cpan/build/GraphQL-0.21-33/blib/lib:/Users/hornenj/.cpan/build/Test-Deep-1.127-38/blib/arch:/Users/hornenj/.cpan/build/Test-Deep-1.127-38/blib/lib:/Users/hornenj/.cpan/build/Return-Type-0.005-38/blib/arch:/Users/hornenj/.cpan/build/Return-Type-0.005-38/blib/lib:/Users/hornenj/.cpan/build/Pegex-0.64-37/blib/arch:/Users/hornenj/.cpan/build/Pegex-0.64-37/blib/lib:/Users/hornenj/.cpan/build/MooX-Thunking-0.07-37/blib/arch:/Users/hornenj/.cpan/build/MooX-Thunking-0.07-37/blib/lib:/Users/hornenj/.cpan/build/JSON-PP-2.94-31/blib/arch:/Users/hornenj/.cpan/build/JSON-PP-2.94-31/blib/lib:/Users/hornenj/.cpan/build/JSON-MaybeXS-1.003009-34/blib/arch:/Users/hornenj/.cpan/build/JSON-MaybeXS-1.003009-34/blib/lib:/Users/hornenj/.cpan/build/Function-Parameters-2.001003-40/blib/arch:/Users/hornenj/.cpan/build/Function-Parameters-2.001003-40/blib/lib:/Users/hornenj/.cpan/build/Dir-Self-0.11-45/blib/arch:/Users/hornenj/.cpan/build/Dir-Self-0.11-45/blib/lib:/Users/hornenj/.cpan/build/DateTime-Format-ISO8601-0.08-61/blib/arch:/Users/hornenj/.cpan/build/DateTime-Format-ISO8601-0.08-61/blib/lib:/Users/hornenj/.cpan/build/DateTime-Format-Builder-0.81-67/blib/arch:/Users/hornenj/.cpan/build/DateTime-Format-Builder-0.81-67/blib/lib:/Users/hornenj/.cpan/build/Class-Factory-Util-1.7-67/blib/arch:/Users/hornenj/.cpan/build/Class-Factory-Util-1.7-67/blib/lib"
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="80053"
    PERL5_CPAN_IS_RUNNING="80053"
    PERL5_MINISMOKEBOX="0.68"
    PERLBREW_BASHRC_VERSION="0.80"
    PERLBREW_HOME="/Users/hornenj/.perlbrew"
    PERLBREW_LIB=""
    PERLBREW_MANPATH="/Users/hornenj/perl5/perlbrew/perls/perl-5.20.1/man"
    PERLBREW_PATH="/Users/hornenj/perl5/perlbrew/bin:/Users/hornenj/perl5/perlbrew/perls/perl-5.20.1/bin"
    PERLBREW_PERL="perl-5.20.1"
    PERLBREW_ROOT="/Users/hornenj/perl5/perlbrew"
    PERLBREW_VERSION="0.80"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_LOCAL_LIB_ROOT=""
    PERL_MM_USE_DEFAULT="1"
  @INC:
    /Users/hornenj/.cpan/build/SQL-Translator-0.11021-17/blib/arch
    /Users/hornenj/.cpan/build/SQL-Translator-0.11021-17/blib/lib
    /Users/hornenj/.cpan/build/XML-Writer-0.625-23/blib/arch
    /Users/hornenj/.cpan/build/XML-Writer-0.625-23/blib/lib
    /Users/hornenj/.cpan/build/Package-Variant-1.003002-22/blib/arch
    /Users/hornenj/.cpan/build/Package-Variant-1.003002-22/blib/lib
    /Users/hornenj/.cpan/build/GraphQL-Plugin-Convert-DBIC-0.03-18/blib/arch
    /Users/hornenj/.cpan/build/GraphQL-Plugin-Convert-DBIC-0.03-18/blib/lib
    /Users/hornenj/.cpan/build/DBIx-Class-0.082840-28/blib/arch
    /Users/hornenj/.cpan/build/DBIx-Class-0.082840-28/blib/lib
    /Users/hornenj/.cpan/build/SQL-Abstract-1.84-70/blib/arch
    /Users/hornenj/.cpan/build/SQL-Abstract-1.84-70/blib/lib
    /Users/hornenj/.cpan/build/Hash-Merge-0.298-95/blib/arch
    /Users/hornenj/.cpan/build/Hash-Merge-0.298-95/blib/lib
    /Users/hornenj/.cpan/build/Clone-Choose-0.008-98/blib/arch
    /Users/hornenj/.cpan/build/Clone-Choose-0.008-98/blib/lib
    /Users/hornenj/.cpan/build/Data-Page-2.02-32/blib/arch
    /Users/hornenj/.cpan/build/Data-Page-2.02-32/blib/lib
    /Users/hornenj/.cpan/build/Context-Preserve-0.03-30/blib/arch
    /Users/hornenj/.cpan/build/Context-Preserve-0.03-30/blib/lib
    /Users/hornenj/.cpan/build/Config-Any-0.32-147/blib/arch
    /Users/hornenj/.cpan/build/Config-Any-0.32-147/blib/lib
    /Users/hornenj/.cpan/build/Class-C3-Componentised-1.001000-28/blib/arch
    /Users/hornenj/.cpan/build/Class-C3-Componentised-1.001000-28/blib/lib
    /Users/hornenj/.cpan/build/Class-C3-0.33-28/blib/arch
    /Users/hornenj/.cpan/build/Class-C3-0.33-28/blib/lib
    /Users/hornenj/.cpan/build/Algorithm-C3-0.10-28/blib/arch
    /Users/hornenj/.cpan/build/Algorithm-C3-0.10-28/blib/lib
    /Users/hornenj/.cpan/build/Class-Accessor-Grouped-0.10012-28/blib/arch
    /Users/hornenj/.cpan/build/Class-Accessor-Grouped-0.10012-28/blib/lib
    /Users/hornenj/.cpan/build/GraphQL-0.21-33/blib/arch
    /Users/hornenj/.cpan/build/GraphQL-0.21-33/blib/lib
    /Users/hornenj/.cpan/build/Test-Deep-1.127-38/blib/arch
    /Users/hornenj/.cpan/build/Test-Deep-1.127-38/blib/lib
    /Users/hornenj/.cpan/build/Return-Type-0.005-38/blib/arch
    /Users/hornenj/.cpan/build/Return-Type-0.005-38/blib/lib
    /Users/hornenj/.cpan/build/Pegex-0.64-37/blib/arch
    /Users/hornenj/.cpan/build/Pegex-0.64-37/blib/lib
    /Users/hornenj/.cpan/build/MooX-Thunking-0.07-37/blib/arch
    /Users/hornenj/.cpan/build/MooX-Thunking-0.07-37/blib/lib
    /Users/hornenj/.cpan/build/JSON-PP-2.94-31/blib/arch
    /Users/hornenj/.cpan/build/JSON-PP-2.94-31/blib/lib
    /Users/hornenj/.cpan/build/JSON-MaybeXS-1.003009-34/blib/arch
    /Users/hornenj/.cpan/build/JSON-MaybeXS-1.003009-34/blib/lib
    /Users/hornenj/.cpan/build/Function-Parameters-2.001003-40/blib/arch
    /Users/hornenj/.cpan/build/Function-Parameters-2.001003-40/blib/lib
    /Users/hornenj/.cpan/build/Dir-Self-0.11-45/blib/arch
    /Users/hornenj/.cpan/build/Dir-Self-0.11-45/blib/lib
    /Users/hornenj/.cpan/build/DateTime-Format-ISO8601-0.08-61/blib/arch
    /Users/hornenj/.cpan/build/DateTime-Format-ISO8601-0.08-61/blib/lib
    /Users/hornenj/.cpan/build/DateTime-Format-Builder-0.81-67/blib/arch
    /Users/hornenj/.cpan/build/DateTime-Format-Builder-0.81-67/blib/lib
    /Users/hornenj/.cpan/build/Class-Factory-Util-1.7-67/blib/arch
    /Users/hornenj/.cpan/build/Class-Factory-Util-1.7-67/blib/lib
    /Users/hornenj/perl5/perlbrew/perls/perl-5.20.1/lib/site_perl/5.20.1/darwin-thread-multi-2level
    /Users/hornenj/perl5/perlbrew/perls/perl-5.20.1/lib/site_perl/5.20.1
    /Users/hornenj/perl5/perlbrew/perls/perl-5.20.1/lib/5.20.1/darwin-thread-multi-2level
    /Users/hornenj/perl5/perlbrew/perls/perl-5.20.1/lib/5.20.1
    .