SQL-Translator-Producer-GraphQL v0.04 Perl 5 v5.29.4 amd64-freebsd
- Status
- Fail
- From
- Slaven Rezić (SREZIC)
- Dist
-
SQL-Translator-Producer-GraphQL v0.04
- Platform
- Perl 5 v5.29.4 amd64-freebsd
- Date
- 2018-12-05 07:00:20
- ID
- 6de3604c-f85b-11e8-aff3-d44f002330a3
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.04
on perl 5.29.4, 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:
none provided
------------------------------
PROGRAM OUTPUT
------------------------------
Output from '/usr/bin/make test':
PERL_DL_NONLAZY=1 "/usr/perl5.29.4p/bin/perl5.29.4" "-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.34 /usr/perl5.29.4p/lib/5.29.4 108191
#
# === Build Requires ===
#
# Module Want Have Where Howbig
# ------------------- ---- ---- --------------------------- ------
# ExtUtils::MakeMaker any 7.34 /usr/perl5.29.4p/lib/5.29.4 108191
#
# === Test Requires ===
#
# Module Want Have Where Howbig
# ---------- ---- -------- --------------------------- ------
# Test::More 0.98 1.302140 /usr/perl5.29.4p/lib/5.29.4 52999
#
# === Runtime Requires ===
#
# Module Want Have Where Howbig
# -------------------------------------------- ---- ------- --------------------------------------------------------------------------------- ------
# GraphQL 0.21 0.31 /home/cpansand/.cpan/build/2018120506/GraphQL-0.31-3/blib/lib 6103
# GraphQL::Plugin::Convert::DBIC 0.03 0.07 /home/cpansand/.cpan/build/2018120506/GraphQL-Plugin-Convert-DBIC-0.07-3/blib/lib 18618
# SQL::Translator any 0.11024 /home/cpansand/.cpan/build/2018120506/SQL-Translator-0.11024-2/blib/lib 34486
# SQL::Translator::Producer::DBIx::Class::File any 0.1 /home/cpansand/.cpan/build/2018120506/DBIx-Class-0.082841-2/blib/lib 5078
#
t/00-report-prereqs.t .. ok
t/01-schema.t .......... ok
# Failed test at t/02-dbicschema.t line 17.
# got: 'type Blog {
# content: String!
# created_time: String!
# get_blog_tags: [BlogTag]
# id: Int!
# location: String
# subtitle: String
# timestamp: DateTime!
# title: String!
# }
#
# input BlogCreateInput {
# content: String!
# created_time: String!
# location: String
# subtitle: String
# timestamp: DateTime!
# title: String!
# }
#
# input BlogMutateInput {
# content: String
# created_time: String
# id: Int!
# location: String
# subtitle: String
# timestamp: DateTime
# title: String
# }
#
# input BlogSearchInput {
# content: String
# created_time: String
# location: String
# subtitle: String
# timestamp: DateTime
# title: String
# }
#
# type BlogTag {
# blog: Blog!
# id: Int!
# name: String!
# }
#
# input BlogTagCreateInput {
# blog: BlogMutateInput!
# name: String!
# }
#
# input BlogTagMutateInput {
# id: Int!
# name: String
# }
#
# input BlogTagSearchInput {
# name: String
# }
#
# type Mutation {
# createBlog(input: [BlogCreateInput!]!): [Blog]
# createBlogTag(input: [BlogTagCreateInput!]!): [BlogTag]
# createPhoto(input: [PhotoCreateInput!]!): [Photo]
# createPhotoset(input: [PhotosetCreateInput!]!): [Photoset]
# deleteBlog(input: [BlogMutateInput!]!): [Boolean]
# deleteBlogTag(input: [BlogTagMutateInput!]!): [Boolean]
# deletePhoto(input: [PhotoMutateInput!]!): [Boolean]
# deletePhotoset(input: [PhotosetMutateInput!]!): [Boolean]
# updateBlog(input: [BlogMutateInput!]!): [Blog]
# updateBlogTag(input: [BlogTagMutateInput!]!): [BlogTag]
# updatePhoto(input: [PhotoMutateInput!]!): [Photo]
# updatePhotoset(input: [PhotosetMutateInput!]!): [Photoset]
# }
#
# type Photo {
# country: String
# description: String
# get_photosets: [Photoset]
# 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: Photoset
# region: String
# small: String
# square: String
# taken: DateTime
# thumbnail: String
# }
#
# input PhotoCreateInput {
# 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: PhotosetMutateInput
# region: String
# small: String
# square: String
# taken: DateTime
# thumbnail: String
# }
#
# input PhotoMutateInput {
# 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 PhotoSearchInput {
# 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 Photoset {
# can_comment: Int
# count_comments: Int
# count_views: Int
# date_create: Int
# date_update: Int
# description: String!
# farm: Int!
# get_photos: [Photo]
# id: String!
# idx: Int!
# needs_interstitial: Int
# photos: Int
# primary_photo: Photo
# secret: String!
# server: String!
# timestamp: DateTime!
# title: String!
# videos: Int
# visibility_can_see_set: Int
# }
#
# input PhotosetCreateInput {
# 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: PhotoMutateInput
# secret: String!
# server: String!
# timestamp: DateTime!
# title: String!
# videos: Int
# visibility_can_see_set: Int
# }
#
# input PhotosetMutateInput {
# 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 PhotosetSearchInput {
# 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 {
# blog(id: [Int!]!): [Blog]
# blogTag(id: [Int!]!): [BlogTag]
# photo(id: [String!]!): [Photo]
# photoset(id: [String!]!): [Photoset]
# # input to search
# searchBlog(input: BlogSearchInput!): [Blog]
# # input to search
# searchBlogTag(input: BlogTagSearchInput!): [BlogTag]
# # input to search
# searchPhoto(input: PhotoSearchInput!): [Photo]
# # input to search
# searchPhotoset(input: PhotosetSearchInput!): [Photoset]
# }
# '
# expected: '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]
# }
# '
# 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/02-dbicschema.t (Wstat: 256 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 1
Files=4, Tests=5, 9 wallclock secs ( 0.03 usr 0.02 sys + 4.19 cusr 1.12 csys = 5.37 CPU)
Result: FAIL
Failed 1/4 test programs. 1/5 subtests failed.
*** Error code 1
Stop.
make: stopped in /usr/home/cpansand/.cpan/build/2018120506/SQL-Translator-Producer-GraphQL-0.04-3
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
-------------------------------------------- ----- --------
GraphQL 0.21 0.31
GraphQL::Plugin::Convert::DBIC 0.03 0.07
perl 5.014 5.029004
SQL::Translator 0 0.11024
SQL::Translator::Producer::DBIx::Class::File 0 0.1
build_requires:
Module Need Have
-------------------------------------------- ----- --------
ExtUtils::MakeMaker 0 7.34
Test::More 0.98 1.302140
configure_requires:
Module Need Have
-------------------------------------------- ----- --------
ExtUtils::MakeMaker 0 7.34
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
PATH = /usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/cpansand/bin/freebsd13.0:/home/cpansand/bin/sh:/home/cpansand/bin:/usr/games:/home/cpansand/devel:/usr/home/eserte/src/srezic-misc/scripts
PERL = /usr/perl5.29.4p/bin/perl5.29.4
PERL5LIB = /home/cpansand/.cpan/build/2018120506/GraphQL-Plugin-Convert-DBIC-0.07-3/blib/arch:/home/cpansand/.cpan/build/2018120506/GraphQL-Plugin-Convert-DBIC-0.07-3/blib/lib:/home/cpansand/.cpan/build/2018120506/Test-Snapshot-0.06-2/blib/arch:/home/cpansand/.cpan/build/2018120506/Test-Snapshot-0.06-2/blib/lib:/home/cpansand/.cpan/build/2018120506/SQL-Translator-0.11024-2/blib/arch:/home/cpansand/.cpan/build/2018120506/SQL-Translator-0.11024-2/blib/lib:/home/cpansand/.cpan/build/2018120506/XML-Writer-0.625-1/blib/arch:/home/cpansand/.cpan/build/2018120506/XML-Writer-0.625-1/blib/lib:/home/cpansand/.cpan/build/2018120506/Package-Variant-1.003002-2/blib/arch:/home/cpansand/.cpan/build/2018120506/Package-Variant-1.003002-2/blib/lib:/home/cpansand/.cpan/build/2018120506/JSON-2.97001-1/blib/arch:/home/cpansand/.cpan/build/2018120506/JSON-2.97001-1/blib/lib:/home/cpansand/.cpan/build/2018120506/Lingua-EN-Inflect-Number-1.12-2/blib/arch:/home/cpansand/.cpan/build/2018120506/Lingua-EN-Inflect-Number-1.12-2/blib/lib:/home/cpansand/.cpan/build/2018120506/Lingua-EN-Inflect-1.903-2/blib/arch:/home/cpansand/.cpan/build/2018120506/Lingua-EN-Inflect-1.903-2/blib/lib:/home/cpansand/.cpan/build/2018120506/DBIx-Class-0.082841-2/blib/arch:/home/cpansand/.cpan/build/2018120506/DBIx-Class-0.082841-2/blib/lib:/home/cpansand/.cpan/build/2018120506/SQL-Abstract-1.86-2/blib/arch:/home/cpansand/.cpan/build/2018120506/SQL-Abstract-1.86-2/blib/lib:/home/cpansand/.cpan/build/2018120506/Module-Find-0.13-2/blib/arch:/home/cpansand/.cpan/build/2018120506/Module-Find-0.13-2/blib/lib:/home/cpansand/.cpan/build/2018120506/Data-Page-2.02-2/blib/arch:/home/cpansand/.cpan/build/2018120506/Data-Page-2.02-2/blib/lib:/home/cpansand/.cpan/build/2018120506/Data-Dumper-Concise-2.023-2/blib/arch:/home/cpansand/.cpan/build/2018120506/Data-Dumper-Concise-2.023-2/blib/lib:/home/cpansand/.cpan/build/2018120506/Context-Preserve-0.03-2/blib/arch:/home/cpansand/.cpan/build/2018120506/Context-Preserve-0.03-2/blib/lib:/home/cpansand/.cpan/build/2018120506/Config-Any-0.32-2/blib/arch:/home/cpansand/.cpan/build/2018120506/Config-Any-0.32-2/blib/lib:/home/cpansand/.cpan/build/2018120506/Class-C3-Componentised-1.001002-2/blib/arch:/home/cpansand/.cpan/build/2018120506/Class-C3-Componentised-1.001002-2/blib/lib:/home/cpansand/.cpan/build/2018120506/Class-C3-0.34-1/blib/arch:/home/cpansand/.cpan/build/2018120506/Class-C3-0.34-1/blib/lib:/home/cpansand/.cpan/build/2018120506/Algorithm-C3-0.10-1/blib/arch:/home/cpansand/.cpan/build/2018120506/Algorithm-C3-0.10-1/blib/lib:/home/cpansand/.cpan/build/2018120506/Class-Accessor-Grouped-0.10014-2/blib/arch:/home/cpansand/.cpan/build/2018120506/Class-Accessor-Grouped-0.10014-2/blib/lib:/home/cpansand/.cpan/build/2018120506/Class-XSAccessor-1.19-1/blib/arch:/home/cpansand/.cpan/build/2018120506/Class-XSAccessor-1.19-1/blib/lib:/home/cpansand/.cpan/build/2018120506/DBD-SQLite-1.60-1/blib/arch:/home/cpansand/.cpan/build/2018120506/DBD-SQLite-1.60-1/blib/lib:/home/cpansand/.cpan/build/2018120506/DBI-1.642-0/blib/arch:/home/cpansand/.cpan/build/2018120506/DBI-1.642-0/blib/lib:/home/cpansand/.cpan/build/2018120506/GraphQL-0.31-3/blib/arch:/home/cpansand/.cpan/build/2018120506/GraphQL-0.31-3/blib/lib:/home/cpansand/.cpan/build/2018120506/Return-Type-0.005-3/blib/arch:/home/cpansand/.cpan/build/2018120506/Return-Type-0.005-3/blib/lib:/home/cpansand/.cpan/build/2018120506/Pegex-0.70-1/blib/arch:/home/cpansand/.cpan/build/2018120506/Pegex-0.70-1/blib/lib:/home/cpansand/.cpan/build/2018120506/MooX-Thunking-0.08-3/blib/arch:/home/cpansand/.cpan/build/2018120506/MooX-Thunking-0.08-3/blib/lib:/home/cpansand/.cpan/build/2018120506/Import-Into-1.002005-2/blib/arch:/home/cpansand/.cpan/build/2018120506/Import-Into-1.002005-2/blib/lib:/home/cpansand/.cpan/build/2018120506/Function-Parameters-2.001003-3/blib/arch:/home/cpansand/.cpan/build/2018120506/Function-Parameters-2.001003-3/blib/lib:/home/cpansand/.cpan/build/2018120506/Dir-Self-0.11-2/blib/arch:/home/cpansand/.cpan/build/2018120506/Dir-Self-0.11-2/blib/lib:/home/cpansand/.cpan/build/2018120506/DateTime-Format-ISO8601-0.08-3/blib/arch:/home/cpansand/.cpan/build/2018120506/DateTime-Format-ISO8601-0.08-3/blib/lib:/home/cpansand/.cpan/build/2018120506/DateTime-Format-Builder-0.81-2/blib/arch:/home/cpansand/.cpan/build/2018120506/DateTime-Format-Builder-0.81-2/blib/lib:/home/cpansand/.cpan/build/2018120506/Class-Factory-Util-1.7-2/blib/arch:/home/cpansand/.cpan/build/2018120506/Class-Factory-Util-1.7-2/blib/lib
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 28595
PERL5_CPAN_IS_RUNNING = 28595
PERL5_CPAN_IS_RUNNING_IN_RECURSION = 92783,28595
PERLDOC = -MPod::Perldoc::ToTextOverstrike
PERL_BATCH = yes
PERL_CANARY_STABILITY_NOPROMPT = 1
PERL_CPAN_REPORTER_CONFIG = /var/tmp/cpansmoker-1023/2018120505/cpanreporter_000_config.ini
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
PERL_USE_UNSAFE_INC = 1
SHELL = /usr/local/bin/zsh
TERM = screen
TMPDIR = /var/tmp/cpansmoker-1023/2018120505
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /usr/perl5.29.4p/bin/perl5.29.4
$UID/$EUID = 1023 / 1023
$GID = 1023 1023
$EGID = 1023 1023
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.21
CPAN::Meta 2.150010
Cwd 3.75
ExtUtils::CBuilder 0.280230
ExtUtils::Command 7.34
ExtUtils::Install 2.14
ExtUtils::MakeMaker 7.34
ExtUtils::Manifest 1.71
ExtUtils::ParseXS 3.39
File::Spec 3.75
JSON 2.97001
JSON::PP 2.97001
Module::Build 0.4224
Module::Signature n/a
Parse::CPAN::Meta 2.150010
Test::Harness 3.42
Test::More 1.302140
YAML 1.26
YAML::Syck 1.31
version 0.9924
--
Summary of my perl5 (revision 5 version 29 subversion 4) configuration:
Platform:
osname=freebsd
osvers=13.0-current
archname=amd64-freebsd
uname='freebsd ali1.bbbike.org 13.0-current freebsd 13.0-current 265606d643e(master) generic amd64 '
config_args='-ds -e -Dprefix=/usr/perl5.29.4p -Dusedevel -Dusemallocwrap=no -Dcf_email=srezic@cpan.org -Doptimize=-O2 -pipe'
hint=recommended
useposix=true
d_sigaction=define
useithreads=undef
usemultiplicity=undef
use64bitint=define
use64bitall=define
uselongdouble=undef
usemymalloc=n
default_inc_excludes_dot=define
bincompat5005=undef
Compiler:
cc='cc'
ccflags ='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_FORTIFY_SOURCE=2'
optimize='-O2 -pipe'
cppflags='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
ccversion=''
gccversion='4.2.1 Compatible FreeBSD Clang 6.0.1 (tags/RELEASE_601/final 335540)'
gccosandvers=''
intsize=4
longsize=8
ptrsize=8
doublesize=8
byteorder=12345678
doublekind=3
d_longlong=define
longlongsize=8
d_longdbl=define
longdblsize=16
longdblkind=3
ivtype='long'
ivsize=8
nvtype='double'
nvsize=8
Off_t='off_t'
lseeksize=8
alignbytes=8
prototype=define
Linker and Libraries:
ld='cc'
ldflags ='-pthread -Wl,-E -fstack-protector-strong -L/usr/local/lib'
libpth=/usr/lib /usr/local/lib /usr/lib/clang/6.0.1/lib /usr/lib
libs=-lpthread -lgdbm -ldl -lm -lcrypt -lutil -lc
perllibs=-lpthread -ldl -lm -lcrypt -lutil -lc
libc=
so=so
useshrplib=false
libperl=libperl.a
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_dlopen.xs
dlext=so
d_dlsymun=undef
ccdlflags=' '
cccdlflags='-DPIC -fPIC'
lddlflags='-shared -L/usr/local/lib -fstack-protector-strong'
Characteristics of this binary (from libperl):
Compile-time options:
HAS_TIMES
PERLIO_LAYERS
PERL_COPY_ON_WRITE
PERL_DONT_CREATE_GVSV
PERL_OP_PARENT
PERL_PRESERVE_IVUV
PERL_USE_DEVEL
USE_64_BIT_ALL
USE_64_BIT_INT
USE_LARGE_FILES
USE_LOCALE
USE_LOCALE_COLLATE
USE_LOCALE_CTYPE
USE_LOCALE_NUMERIC
USE_LOCALE_TIME
USE_PERLIO
USE_PERL_ATOF
Built under freebsd
Compiled at Oct 27 2018 07:15:21
%ENV:
PERL="/usr/perl5.29.4p/bin/perl5.29.4"
PERL5LIB="/home/cpansand/.cpan/build/2018120506/GraphQL-Plugin-Convert-DBIC-0.07-3/blib/arch:/home/cpansand/.cpan/build/2018120506/GraphQL-Plugin-Convert-DBIC-0.07-3/blib/lib:/home/cpansand/.cpan/build/2018120506/Test-Snapshot-0.06-2/blib/arch:/home/cpansand/.cpan/build/2018120506/Test-Snapshot-0.06-2/blib/lib:/home/cpansand/.cpan/build/2018120506/SQL-Translator-0.11024-2/blib/arch:/home/cpansand/.cpan/build/2018120506/SQL-Translator-0.11024-2/blib/lib:/home/cpansand/.cpan/build/2018120506/XML-Writer-0.625-1/blib/arch:/home/cpansand/.cpan/build/2018120506/XML-Writer-0.625-1/blib/lib:/home/cpansand/.cpan/build/2018120506/Package-Variant-1.003002-2/blib/arch:/home/cpansand/.cpan/build/2018120506/Package-Variant-1.003002-2/blib/lib:/home/cpansand/.cpan/build/2018120506/JSON-2.97001-1/blib/arch:/home/cpansand/.cpan/build/2018120506/JSON-2.97001-1/blib/lib:/home/cpansand/.cpan/build/2018120506/Lingua-EN-Inflect-Number-1.12-2/blib/arch:/home/cpansand/.cpan/build/2018120506/Lingua-EN-Inflect-Number-1.12-2/blib/lib:/home/cpansand/.cpan/build/2018120506/Lingua-EN-Inflect-1.903-2/blib/arch:/home/cpansand/.cpan/build/2018120506/Lingua-EN-Inflect-1.903-2/blib/lib:/home/cpansand/.cpan/build/2018120506/DBIx-Class-0.082841-2/blib/arch:/home/cpansand/.cpan/build/2018120506/DBIx-Class-0.082841-2/blib/lib:/home/cpansand/.cpan/build/2018120506/SQL-Abstract-1.86-2/blib/arch:/home/cpansand/.cpan/build/2018120506/SQL-Abstract-1.86-2/blib/lib:/home/cpansand/.cpan/build/2018120506/Module-Find-0.13-2/blib/arch:/home/cpansand/.cpan/build/2018120506/Module-Find-0.13-2/blib/lib:/home/cpansand/.cpan/build/2018120506/Data-Page-2.02-2/blib/arch:/home/cpansand/.cpan/build/2018120506/Data-Page-2.02-2/blib/lib:/home/cpansand/.cpan/build/2018120506/Data-Dumper-Concise-2.023-2/blib/arch:/home/cpansand/.cpan/build/2018120506/Data-Dumper-Concise-2.023-2/blib/lib:/home/cpansand/.cpan/build/2018120506/Context-Preserve-0.03-2/blib/arch:/home/cpansand/.cpan/build/2018120506/Context-Preserve-0.03-2/blib/lib:/home/cpansand/.cpan/build/2018120506/Config-Any-0.32-2/blib/arch:/home/cpansand/.cpan/build/2018120506/Config-Any-0.32-2/blib/lib:/home/cpansand/.cpan/build/2018120506/Class-C3-Componentised-1.001002-2/blib/arch:/home/cpansand/.cpan/build/2018120506/Class-C3-Componentised-1.001002-2/blib/lib:/home/cpansand/.cpan/build/2018120506/Class-C3-0.34-1/blib/arch:/home/cpansand/.cpan/build/2018120506/Class-C3-0.34-1/blib/lib:/home/cpansand/.cpan/build/2018120506/Algorithm-C3-0.10-1/blib/arch:/home/cpansand/.cpan/build/2018120506/Algorithm-C3-0.10-1/blib/lib:/home/cpansand/.cpan/build/2018120506/Class-Accessor-Grouped-0.10014-2/blib/arch:/home/cpansand/.cpan/build/2018120506/Class-Accessor-Grouped-0.10014-2/blib/lib:/home/cpansand/.cpan/build/2018120506/Class-XSAccessor-1.19-1/blib/arch:/home/cpansand/.cpan/build/2018120506/Class-XSAccessor-1.19-1/blib/lib:/home/cpansand/.cpan/build/2018120506/DBD-SQLite-1.60-1/blib/arch:/home/cpansand/.cpan/build/2018120506/DBD-SQLite-1.60-1/blib/lib:/home/cpansand/.cpan/build/2018120506/DBI-1.642-0/blib/arch:/home/cpansand/.cpan/build/2018120506/DBI-1.642-0/blib/lib:/home/cpansand/.cpan/build/2018120506/GraphQL-0.31-3/blib/arch:/home/cpansand/.cpan/build/2018120506/GraphQL-0.31-3/blib/lib:/home/cpansand/.cpan/build/2018120506/Return-Type-0.005-3/blib/arch:/home/cpansand/.cpan/build/2018120506/Return-Type-0.005-3/blib/lib:/home/cpansand/.cpan/build/2018120506/Pegex-0.70-1/blib/arch:/home/cpansand/.cpan/build/2018120506/Pegex-0.70-1/blib/lib:/home/cpansand/.cpan/build/2018120506/MooX-Thunking-0.08-3/blib/arch:/home/cpansand/.cpan/build/2018120506/MooX-Thunking-0.08-3/blib/lib:/home/cpansand/.cpan/build/2018120506/Import-Into-1.002005-2/blib/arch:/home/cpansand/.cpan/build/2018120506/Import-Into-1.002005-2/blib/lib:/home/cpansand/.cpan/build/2018120506/Function-Parameters-2.001003-3/blib/arch:/home/cpansand/.cpan/build/2018120506/Function-Parameters-2.001003-3/blib/lib:/home/cpansand/.cpan/build/2018120506/Dir-Self-0.11-2/blib/arch:/home/cpansand/.cpan/build/2018120506/Dir-Self-0.11-2/blib/lib:/home/cpansand/.cpan/build/2018120506/DateTime-Format-ISO8601-0.08-3/blib/arch:/home/cpansand/.cpan/build/2018120506/DateTime-Format-ISO8601-0.08-3/blib/lib:/home/cpansand/.cpan/build/2018120506/DateTime-Format-Builder-0.81-2/blib/arch:/home/cpansand/.cpan/build/2018120506/DateTime-Format-Builder-0.81-2/blib/lib:/home/cpansand/.cpan/build/2018120506/Class-Factory-Util-1.7-2/blib/arch:/home/cpansand/.cpan/build/2018120506/Class-Factory-Util-1.7-2/blib/lib"
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="28595"
PERL5_CPAN_IS_RUNNING="28595"
PERL5_CPAN_IS_RUNNING_IN_RECURSION="92783,28595"
PERLDOC="-MPod::Perldoc::ToTextOverstrike"
PERL_BATCH="yes"
PERL_CANARY_STABILITY_NOPROMPT="1"
PERL_CPAN_REPORTER_CONFIG="/var/tmp/cpansmoker-1023/2018120505/cpanreporter_000_config.ini"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
PERL_USE_UNSAFE_INC="1"
@INC:
/home/cpansand/.cpan/build/2018120506/GraphQL-Plugin-Convert-DBIC-0.07-3/blib/arch
/home/cpansand/.cpan/build/2018120506/GraphQL-Plugin-Convert-DBIC-0.07-3/blib/lib
/home/cpansand/.cpan/build/2018120506/Test-Snapshot-0.06-2/blib/arch
/home/cpansand/.cpan/build/2018120506/Test-Snapshot-0.06-2/blib/lib
/home/cpansand/.cpan/build/2018120506/SQL-Translator-0.11024-2/blib/arch
/home/cpansand/.cpan/build/2018120506/SQL-Translator-0.11024-2/blib/lib
/home/cpansand/.cpan/build/2018120506/XML-Writer-0.625-1/blib/arch
/home/cpansand/.cpan/build/2018120506/XML-Writer-0.625-1/blib/lib
/home/cpansand/.cpan/build/2018120506/Package-Variant-1.003002-2/blib/arch
/home/cpansand/.cpan/build/2018120506/Package-Variant-1.003002-2/blib/lib
/home/cpansand/.cpan/build/2018120506/JSON-2.97001-1/blib/arch
/home/cpansand/.cpan/build/2018120506/JSON-2.97001-1/blib/lib
/home/cpansand/.cpan/build/2018120506/Lingua-EN-Inflect-Number-1.12-2/blib/arch
/home/cpansand/.cpan/build/2018120506/Lingua-EN-Inflect-Number-1.12-2/blib/lib
/home/cpansand/.cpan/build/2018120506/Lingua-EN-Inflect-1.903-2/blib/arch
/home/cpansand/.cpan/build/2018120506/Lingua-EN-Inflect-1.903-2/blib/lib
/home/cpansand/.cpan/build/2018120506/DBIx-Class-0.082841-2/blib/arch
/home/cpansand/.cpan/build/2018120506/DBIx-Class-0.082841-2/blib/lib
/home/cpansand/.cpan/build/2018120506/SQL-Abstract-1.86-2/blib/arch
/home/cpansand/.cpan/build/2018120506/SQL-Abstract-1.86-2/blib/lib
/home/cpansand/.cpan/build/2018120506/Module-Find-0.13-2/blib/arch
/home/cpansand/.cpan/build/2018120506/Module-Find-0.13-2/blib/lib
/home/cpansand/.cpan/build/2018120506/Data-Page-2.02-2/blib/arch
/home/cpansand/.cpan/build/2018120506/Data-Page-2.02-2/blib/lib
/home/cpansand/.cpan/build/2018120506/Data-Dumper-Concise-2.023-2/blib/arch
/home/cpansand/.cpan/build/2018120506/Data-Dumper-Concise-2.023-2/blib/lib
/home/cpansand/.cpan/build/2018120506/Context-Preserve-0.03-2/blib/arch
/home/cpansand/.cpan/build/2018120506/Context-Preserve-0.03-2/blib/lib
/home/cpansand/.cpan/build/2018120506/Config-Any-0.32-2/blib/arch
/home/cpansand/.cpan/build/2018120506/Config-Any-0.32-2/blib/lib
/home/cpansand/.cpan/build/2018120506/Class-C3-Componentised-1.001002-2/blib/arch
/home/cpansand/.cpan/build/2018120506/Class-C3-Componentised-1.001002-2/blib/lib
/home/cpansand/.cpan/build/2018120506/Class-C3-0.34-1/blib/arch
/home/cpansand/.cpan/build/2018120506/Class-C3-0.34-1/blib/lib
/home/cpansand/.cpan/build/2018120506/Algorithm-C3-0.10-1/blib/arch
/home/cpansand/.cpan/build/2018120506/Algorithm-C3-0.10-1/blib/lib
/home/cpansand/.cpan/build/2018120506/Class-Accessor-Grouped-0.10014-2/blib/arch
/home/cpansand/.cpan/build/2018120506/Class-Accessor-Grouped-0.10014-2/blib/lib
/home/cpansand/.cpan/build/2018120506/Class-XSAccessor-1.19-1/blib/arch
/home/cpansand/.cpan/build/2018120506/Class-XSAccessor-1.19-1/blib/lib
/home/cpansand/.cpan/build/2018120506/DBD-SQLite-1.60-1/blib/arch
/home/cpansand/.cpan/build/2018120506/DBD-SQLite-1.60-1/blib/lib
/home/cpansand/.cpan/build/2018120506/DBI-1.642-0/blib/arch
/home/cpansand/.cpan/build/2018120506/DBI-1.642-0/blib/lib
/home/cpansand/.cpan/build/2018120506/GraphQL-0.31-3/blib/arch
/home/cpansand/.cpan/build/2018120506/GraphQL-0.31-3/blib/lib
/home/cpansand/.cpan/build/2018120506/Return-Type-0.005-3/blib/arch
/home/cpansand/.cpan/build/2018120506/Return-Type-0.005-3/blib/lib
/home/cpansand/.cpan/build/2018120506/Pegex-0.70-1/blib/arch
/home/cpansand/.cpan/build/2018120506/Pegex-0.70-1/blib/lib
/home/cpansand/.cpan/build/2018120506/MooX-Thunking-0.08-3/blib/arch
/home/cpansand/.cpan/build/2018120506/MooX-Thunking-0.08-3/blib/lib
/home/cpansand/.cpan/build/2018120506/Import-Into-1.002005-2/blib/arch
/home/cpansand/.cpan/build/2018120506/Import-Into-1.002005-2/blib/lib
/home/cpansand/.cpan/build/2018120506/Function-Parameters-2.001003-3/blib/arch
/home/cpansand/.cpan/build/2018120506/Function-Parameters-2.001003-3/blib/lib
/home/cpansand/.cpan/build/2018120506/Dir-Self-0.11-2/blib/arch
/home/cpansand/.cpan/build/2018120506/Dir-Self-0.11-2/blib/lib
/home/cpansand/.cpan/build/2018120506/DateTime-Format-ISO8601-0.08-3/blib/arch
/home/cpansand/.cpan/build/2018120506/DateTime-Format-ISO8601-0.08-3/blib/lib
/home/cpansand/.cpan/build/2018120506/DateTime-Format-Builder-0.81-2/blib/arch
/home/cpansand/.cpan/build/2018120506/DateTime-Format-Builder-0.81-2/blib/lib
/home/cpansand/.cpan/build/2018120506/Class-Factory-Util-1.7-2/blib/arch
/home/cpansand/.cpan/build/2018120506/Class-Factory-Util-1.7-2/blib/lib
/usr/perl5.29.4p/lib/site_perl/5.29.4/amd64-freebsd
/usr/perl5.29.4p/lib/site_perl/5.29.4
/usr/perl5.29.4p/lib/5.29.4/amd64-freebsd
/usr/perl5.29.4p/lib/5.29.4
.