This distribution has been tested as part of the cpan-testers
effort to test as many new uploads to CPAN as possible.  See
http://testers.cpan.org/

Please cc any replies to [email protected] to keep other
test volunteers informed and to prevent any duplicate effort.

--
Dear Stevan Little,
    
This is a computer-generated report for Moose-0.32
on perl-5.8.8, created automatically by CPAN-Reporter-1.00 
and sent to the CPAN Testers mailing list.  

If you have received this email directly, it is because the person testing 
your distribution chose to send a copy to your CPAN email address; there 
may be a delay before the official report is received and processed 
by CPAN Testers.

Thank you for uploading your work to CPAN.  Congratulations!
All tests were successful.

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':

/usr/bin/perl5.8.8.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 
'blib/lib', 'blib/arch')" t/*.t t/*/*.t
t/000_load..................................................ok
t/000_recipes/001_recipe....................................ok
t/000_recipes/002_recipe....................................ok
t/000_recipes/003_recipe....................................ok
t/000_recipes/004_recipe....................................skipped
        all skipped: Regexp::Common & Locale::US required for this test
t/000_recipes/005_recipe....................................skipped
        all skipped: HTTP::Headers & Params::Coerce & URI required for this test
t/000_recipes/006_recipe....................................ok
t/000_recipes/007_recipe....................................ok
t/000_recipes/011_recipe....................................ok
t/010_basics/001_basic_class_setup..........................ok
t/010_basics/002_require_superclasses.......................ok
t/010_basics/003_super_and_override.........................ok
t/010_basics/004_inner_and_augment..........................ok
t/010_basics/005_override_augment_inner_super...............ok
t/010_basics/006_override_and_foreign_classes...............ok
t/010_basics/007_always_strict_warnings.....................ok
t/010_basics/008_wrapped_method_context_propagation.........ok
t/010_basics/009_import_unimport............................ok
t/010_basics/010_method_keyword.............................ok
t/010_basics/011_moose_respects_type_constraints............ok
t/020_attributes/001_attribute_reader_generation............ok
t/020_attributes/002_attribute_writer_generation............ok
t/020_attributes/003_attribute_accessor_generation..........ok
t/020_attributes/004_attribute_triggers.....................ok
t/020_attributes/005_attribute_does.........................ok
t/020_attributes/006_attribute_required.....................ok
t/020_attributes/007_attribute_custom_metaclass.............ok
t/020_attributes/008_attribute_type_unions..................ok
t/020_attributes/009_attribute_inherited_slot_specs.........ok
t/020_attributes/010_attribute_delegation...................ok
t/020_attributes/011_more_attr_delegation...................ok
t/020_attributes/012_misc_attribute_tests...................ok
t/020_attributes/013_attr_dereference_test..................ok
t/020_attributes/014_misc_attribute_coerce_lazy.............ok
t/030_roles/001_meta_role...................................ok
t/030_roles/002_role........................................ok
t/030_roles/003_apply_role..................................ok
t/030_roles/004_role_composition_errors.....................ok
t/030_roles/005_role_conflict_detection.....................ok
t/030_roles/006_role_exclusion..............................ok
t/030_roles/007_roles_and_required_method_edge_cases........ok
t/030_roles/008_role_conflict_edge_cases....................ok
t/030_roles/009_more_role_edge_cases........................ok
t/030_roles/010_run_time_role_composition...................ok
t/040_type_constraints/001_util_type_constraints............ok
t/040_type_constraints/002_util_type_constraints_export.....ok
t/040_type_constraints/003_util_std_type_constraints........ok
t/040_type_constraints/004_util_find_type_constraint........ok
t/040_type_constraints/005_util_type_coercion...............ok
t/040_type_constraints/006_util_type_reloading..............ok
t/040_type_constraints/007_util_more_type_coercion..........ok
t/040_type_constraints/008_union_types......................ok
t/040_type_constraints/009_union_types_and_coercions........ok
t/040_type_constraints/010_misc_type_tests..................ok
t/040_type_constraints/011_container_type_constraint........ok
t/040_type_constraints/012_container_type_coercion..........ok
t/040_type_constraints/013_advanced_type_creation...........ok
t/040_type_constraints/014_type_notation_parser.............ok
t/040_type_constraints/015_enum.............................ok
t/040_type_constraints/016_subtyping_parameterized_types....ok
t/040_type_constraints/017_subtyping_union_types............ok
t/050_metaclasses/001_custom_attr_meta_with_roles...........ok
t/050_metaclasses/002_custom_attr_meta_as_role..............ok
t/050_metaclasses/003_moose_w_metaclass.....................ok
t/050_metaclasses/004_moose_for_meta........................ok
t/060_compat/001_module_refresh_compat......................skipped
        all skipped: Module::Refresh is required for this test
t/060_compat/002_moose_respects_base........................ok
t/060_compat/003_foreign_inheritence........................ok
t/100_bugs/001_subtype_quote_bug............................ok
t/100_bugs/002_subtype_conflict_bug.........................ok
t/100_bugs/003_Moose_Object_error...........................ok
t/100_bugs/004_subclass_use_base_bug........................ok
t/100_bugs/005_inline_reader_bug............................ok
t/100_bugs/006_handles_foreign_class_bug....................ok
t/100_bugs/007_reader_precedence_bug........................ok
t/100_bugs/008_new_w_undef..................................ok
t/100_bugs/009_augment_recursion_bug........................ok
t/200_examples/001_example..................................ok
t/200_examples/002_example_Moose_POOP.......................skipped
        all skipped: DBM::Deep 1.0003 (or greater) is required for this test
t/200_examples/003_example..................................ok
t/200_examples/004_example_w_DCS............................skipped
        all skipped: Declare::Constraints::Simple is required for this test
t/200_examples/005_example_w_TestDeep.......................ok
t/200_examples/006_example_Protomoose.......................ok
t/200_examples/007_example_Child_Parent_attr_inherit........ok
t/300_immutable/001_immutable_moose.........................ok
t/400_moose_util/001_moose_util.............................ok
t/400_moose_util/002_moose_util_does_role...................ok
t/400_moose_util/003_moose_util_search_class_by_role........ok
t/500_test_moose/001_test_moose.............................ok
t/500_test_moose/002_test_moose_does_ok.....................ok
t/500_test_moose/003_test_moose_has_attribute_ok............ok
t/500_test_moose/004_test_moose_meta_ok.....................ok
t/pod.......................................................ok
t/pod_coverage..............................................ok
All tests successful, 5 tests skipped.
Files=94, Tests=2108, 165 wallclock secs (97.60 cusr + 65.20 csys = 162.80 CPU)

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

Prerequisite modules loaded:

requires:

    Module           Need  Have   
    ---------------- ----- -------
    B                0     1.09_01
    Carp             0     1.04   
    Class::MOP       0.48  0.48   
    Scalar::Util     1.17  1.18   
    Sub::Exporter    0.972 0.978  
    Sub::Name        0.02  0.02   
    Test::Exception  0.21  0.25   
    Test::LongString 0     0.11   
    Test::More       0.62  0.74   

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

Environment variables:

    COMSPEC = C:\WINDOWS\system32\cmd.exe
    INCLUDE = 
;C:\strawberry-perl\mingw\include;C:\strawberry-perl\perl\lib\CORE;C:\strawberry-perl\perl\lib\encode
    LIB = ;C:\strawberry-perl\mingw\lib;C:\strawberry-perl\perl\bin
    NUMBER_OF_PROCESSORS = 1
    PATH = 
/usr/local/bin:/usr/X11R6/bin:/usr/X11/bin:/usr/perl5.8.0/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/local/pilot/bin:/home/slaven/bin/cygwin:/home/slaven/bin/sh:/home/slaven/bin:/usr/X386/bin:/usr/games:/home/slaven/devel:/cygdrive/c/Symbian/9.1/S60_3rd_MR/Epoc32/tools:/home/slaven/work2/srezic-misc/scripts
    PERL5LIB = 
/home/slaven/.cpan/build/MooseX-AttributeHelpers-0.06-y4bP47/blib/arch:/home/slaven/.cpan/build/MooseX-AttributeHelpers-0.06-y4bP47/blib/lib:/home/slaven/.cpan/build/MooseX-Getopt-0.07-t6dci9/blib/arch:/home/slaven/.cpan/build/MooseX-Getopt-0.07-t6dci9/blib/lib:/home/slaven/.cpan/build/Moose-0.31-yRsocR/blib/arch:/home/slaven/.cpan/build/Moose-0.31-yRsocR/blib/lib:/home/slaven/.cpan/build/Test-LongString-0.11-GrlCJ9/blib/arch:/home/slaven/.cpan/build/Test-LongString-0.11-GrlCJ9/blib/lib:/home/slaven/.cpan/build/Class-MOP-0.48-gL8z33/blib/arch:/home/slaven/.cpan/build/Class-MOP-0.48-gL8z33/blib/lib:/home/slaven/.cpan/build/Sub-Name-0.02-URCm2m/blib/arch:/home/slaven/.cpan/build/Sub-Name-0.02-URCm2m/blib/lib:/home/slaven/.cpan/build/Net-IP-1.25-r7FeUe/blib/arch:/home/slaven/.cpan/build/Net-IP-1.25-r7FeUe/blib/lib:/home/slaven/.cpan/build/Crypt-OpenSSL-RSA-0.25-vUwAR6/blib/arch:/home/slaven/.cpan/build/Crypt-OpenSSL-RSA-0.25-vUwAR6/blib/lib:/home/slaven/.cpan/build/Crypt-OpenSSL-Random-0.04-52ekcG/blib/arch:/home/slaven/.cpan/build/Crypt-OpenSSL-Random-0.04-52ekcG/blib/lib:/home/slaven/.cpan/build/File-Tempdir-0.02-ntgYNZ/blib/arch:/home/slaven/.cpan/build/File-Tempdir-0.02-ntgYNZ/blib/lib:/home/slaven/.cpan/build/Class-Accessor-Grouped-0.07000-cv4pOJ/blib/arch:/home/slaven/.cpan/build/Class-Accessor-Grouped-0.07000-cv4pOJ/blib/lib:/home/slaven/.cpan/build/MRO-Compat-0.05-2a4nDy/blib/arch:/home/slaven/.cpan/build/MRO-Compat-0.05-2a4nDy/blib/lib:/home/slaven/.cpan/build/Class-C3-0.19-v8SXnE/blib/arch:/home/slaven/.cpan/build/Class-C3-0.19-v8SXnE/blib/lib:/home/slaven/.cpan/build/Algorithm-C3-0.07-egWBWK/blib/arch:/home/slaven/.cpan/build/Algorithm-C3-0.07-egWBWK/blib/lib:/home/slaven/.cpan/build/Class-C3-XS-0.08-naNinC/blib/arch:/home/slaven/.cpan/build/Class-C3-XS-0.08-naNinC/blib/lib:/home/slaven/.cpan/build/KinoSearch-0.162-CSqDCW/blib/arch:/home/slaven/.cpan/build/KinoSearch-0.162-CSqDCW/blib/lib:/home/slaven/.cpan/build/Lingua-StopWords-0.08-8act6R/blib/arch:/home/slaven/.cpan/build/Lingua-StopWor
ds-0.08-8act6R/blib/lib:/home/slaven/.cpan/build/Lingua-Stem-Snowball-0.941-XYSl6H/blib/arch:/home/slaven/.cpan/build/Lingua-Stem-Snowball-0.941-XYSl6H/blib/lib:/home/slaven/.cpan/build/onto-perl-1.05-0mamb3/blib/arch:/home/slaven/.cpan/build/onto-perl-1.05-0mamb3/blib/lib:/home/slaven/.cpan/build/Text-CSV-Separator-0.19-zHQ1XN/blib/arch:/home/slaven/.cpan/build/Text-CSV-Separator-0.19-zHQ1XN/blib/lib:/home/slaven/.cpan/build/List-Extract-0.01-wy76db/blib/arch:/home/slaven/.cpan/build/List-Extract-0.01-wy76db/blib/lib:/home/slaven/.cpan/build/Text-Perlate-0.94-yLtUEZ/blib/arch:/home/slaven/.cpan/build/Text-Perlate-0.94-yLtUEZ/blib/lib:/home/slaven/.cpan/build/Net-Appliance-Session-0.17-XdQixZ/blib/arch:/home/slaven/.cpan/build/Net-Appliance-Session-0.17-XdQixZ/blib/lib:/home/slaven/.cpan/build/UNIVERSAL-require-0.11-VfeXpn/blib/arch:/home/slaven/.cpan/build/UNIVERSAL-require-0.11-VfeXpn/blib/lib:/home/slaven/.cpan/build/Exception-Class-1.23-aZgNVf/blib/arch:/home/slaven/.cpan/build/Exception-Class-1.23-aZgNVf/blib/lib:/home/slaven/.cpan/build/Devel-StackTrace-1.15-Io8yjt/blib/arch:/home/slaven/.cpan/build/Devel-StackTrace-1.15-Io8yjt/blib/lib:/home/slaven/.cpan/build/Class-Accessor-Fast-Contained-0.05-IyP5af/blib/arch:/home/slaven/.cpan/build/Class-Accessor-Fast-Contained-0.05-IyP5af/blib/lib:/home/slaven/.cpan/build/Net-Appliance-Phrasebook-0.08-EHLfFq/blib/arch:/home/slaven/.cpan/build/Net-Appliance-Phrasebook-0.08-EHLfFq/blib/lib:/home/slaven/.cpan/build/Data-Phrasebook-Loader-YAML-0.09-MqZHSx/blib/arch:/home/slaven/.cpan/build/Data-Phrasebook-Loader-YAML-0.09-MqZHSx/blib/lib:/home/slaven/.cpan/build/Data-Phrasebook-0.29-rFdeMN/blib/arch:/home/slaven/.cpan/build/Data-Phrasebook-0.29-rFdeMN/blib/lib:/home/slaven/.cpan/build/Email-MIME-XPath-0.005-FO1J0E/blib/arch:/home/slaven/.cpan/build/Email-MIME-XPath-0.005-FO1J0E/blib/lib:/home/slaven/.cpan/build/Test-use-ok-0.02-SRBiPI/blib/arch:/home/slaven/.cpan/build/Test-use-ok-0.02-SRBiPI/blib/lib:/home/slaven/.cpan/build/Email-MIME-1.861-sST15U/blib/arch:/home/slaven
/.cpan/build/Email-MIME-1.861-sST15U/blib/lib:/home/slaven/.cpan/build/Email-MIME-ContentType-1.014-NqmPf6/blib/arch:/home/slaven/.cpan/build/Email-MIME-ContentType-1.014-NqmPf6/blib/lib:/home/slaven/.cpan/build/Email-MIME-Encodings-1.311-xvSAri/blib/arch:/home/slaven/.cpan/build/Email-MIME-Encodings-1.311-xvSAri/blib/lib:/home/slaven/.cpan/build/Sub-Exporter-0.978-EvxHHG/blib/arch:/home/slaven/.cpan/build/Sub-Exporter-0.978-EvxHHG/blib/lib:/home/slaven/.cpan/build/Data-OptList-0.103-b5PPj3/blib/arch:/home/slaven/.cpan/build/Data-OptList-0.103-b5PPj3/blib/lib:/home/slaven/.cpan/build/Sub-Install-0.924-xOwY5N/blib/arch:/home/slaven/.cpan/build/Sub-Install-0.924-xOwY5N/blib/lib:/home/slaven/.cpan/build/Params-Util-0.31-GZYEJF/blib/arch:/home/slaven/.cpan/build/Params-Util-0.31-GZYEJF/blib/lib:/home/slaven/.cpan/build/Tree-XPathEngine-0.05-9V7AHq/blib/arch:/home/slaven/.cpan/build/Tree-XPathEngine-0.05-9V7AHq/blib/lib:/home/slaven/.cpan/build/Digest-HMAC-1.01-3T7lsZ/blib/arch:/home/slaven/.cpan/build/Digest-HMAC-1.01-3T7lsZ/blib/lib:/home/slaven/.cpan/build/CatalystX-CRUD-0.16-oHOYHC/blib/arch:/home/slaven/.cpan/build/CatalystX-CRUD-0.16-oHOYHC/blib/lib:/home/slaven/.cpan/build/Catalyst-Component-ACCEPT_CONTEXT-0.04-RavSY1/blib/arch:/home/slaven/.cpan/build/Catalyst-Component-ACCEPT_CONTEXT-0.04-RavSY1/blib/lib:/home/slaven/.cpan/build/Devel-Cycle-1.07-cYSQcx/blib/arch:/home/slaven/.cpan/build/Devel-Cycle-1.07-cYSQcx/blib/lib:/home/slaven/.cpan/build/Data-Pageset-1.03-9j3Eyb/blib/arch:/home/slaven/.cpan/build/Data-Pageset-1.03-9j3Eyb/blib/lib:/home/slaven/.cpan/build/List-Pairwise-0.26-wyAPtD/blib/arch:/home/slaven/.cpan/build/List-Pairwise-0.26-wyAPtD/blib/lib:/home/slaven/.cpan/build/CGI-Application-Plugin-ActionDispatch-0.91-YUdFTu/blib/arch:/home/slaven/.cpan/build/CGI-Application-Plugin-ActionDispatch-0.91-YUdFTu/blib/lib:/home/slaven/.cpan/build/CGI-Application-4.06-bRkabW/blib/arch:/home/slaven/.cpan/build/CGI-Application-4.06-bRkabW/blib/lib:/home/slaven/.cpan/build/HTML-Template-2.9-NMFqAl/blib/arch:/home/s
laven/.cpan/build/HTML-Template-2.9-NMFqAl/blib/lib:/home/slaven/.cpan/build/Geography-NationalGrid-TW-0.04-HPHjuP/blib/arch:/home/slaven/.cpan/build/Geography-NationalGrid-TW-0.04-HPHjuP/blib/lib:/home/slaven/.cpan/build/Geography-NationalGrid-1.6-0R1n6y/blib/arch:/home/slaven/.cpan/build/Geography-NationalGrid-1.6-0R1n6y/blib/lib:/home/slaven/.cpan/build/Crypt-Euiu4b/blib/arch:/home/slaven/.cpan/build/Crypt-Euiu4b/blib/lib:/home/slaven/.cpan/build/Tie-DxHash-1.03-MJNKnD/blib/arch:/home/slaven/.cpan/build/Tie-DxHash-1.03-MJNKnD/blib/lib:/home/slaven/.cpan/build/Readonly-1.03-Nel05d/blib/arch:/home/slaven/.cpan/build/Readonly-1.03-Nel05d/blib/lib:/home/slaven/.cpan/build/Test-Class-0.24-EjemjH/blib/arch:/home/slaven/.cpan/build/Test-Class-0.24-EjemjH/blib/lib:/home/slaven/.cpan/build/IO-1.2301-W7F4Zq/blib/arch:/home/slaven/.cpan/build/IO-1.2301-W7F4Zq/blib/lib:/home/slaven/.cpan/build/Palm-Keyring-0.96_07-NQnU6w/blib/arch:/home/slaven/.cpan/build/Palm-Keyring-0.96_07-NQnU6w/blib/lib:/home/slaven/.cpan/build/p5-Palm-1.009-RRNFHr/blib/arch:/home/slaven/.cpan/build/p5-Palm-1.009-RRNFHr/blib/lib:/home/slaven/.cpan/build/Catalyst-Plugin-Authentication-0.10004-wZ2lbQ/blib/arch:/home/slaven/.cpan/build/Catalyst-Plugin-Authentication-0.10004-wZ2lbQ/blib/lib:/home/slaven/.cpan/build/Catalyst-Plugin-Session-0.19-7SWCmc/blib/arch:/home/slaven/.cpan/build/Catalyst-Plugin-Session-0.19-7SWCmc/blib/lib:/home/slaven/.cpan/build/Tie-RefHash-1.37-hGOMzd/blib/arch:/home/slaven/.cpan/build/Tie-RefHash-1.37-hGOMzd/blib/lib:/home/slaven/.cpan/build/Object-Signature-1.05-M6axCq/blib/arch:/home/slaven/.cpan/build/Object-Signature-1.05-M6axCq/blib/lib:/home/slaven/.cpan/build/Catalyst-Runtime-5.7011-d2xp0S/blib/arch:/home/slaven/.cpan/build/Catalyst-Runtime-5.7011-d2xp0S/blib/lib:/home/slaven/.cpan/build/CGI-Simple-1.103-R0ALRe/blib/arch:/home/slaven/.cpan/build/CGI-Simple-1.103-R0ALRe/blib/lib:/home/slaven/.cpan/build/Path-Class-0.16-PPQSzk/blib/arch:/home/slaven/.cpan/build/Path-Class-0.16-PPQSzk/blib/lib:/home/slaven/.cpan/build/Text-
SimpleTable-0.03-A2tuET/blib/arch:/home/slaven/.cpan/build/Text-SimpleTable-0.03-A2tuET/blib/lib:/home/slaven/.cpan/build/HTTP-Body-0.9-llxkY4/blib/arch:/home/slaven/.cpan/build/HTTP-Body-0.9-llxkY4/blib/lib:/home/slaven/.cpan/build/HTTP-Request-AsCGI-0.5-Hr59Ka/blib/arch:/home/slaven/.cpan/build/HTTP-Request-AsCGI-0.5-Hr59Ka/blib/lib:/home/slaven/.cpan/build/File-Modified-0.07-bctVbd/blib/arch:/home/slaven/.cpan/build/File-Modified-0.07-bctVbd/blib/lib:/home/slaven/.cpan/build/Class-Data-Inheritable-0.06-wq3kAf/blib/arch:/home/slaven/.cpan/build/Class-Data-Inheritable-0.06-wq3kAf/blib/lib:/home/slaven/.cpan/build/Data-Dump-1.08-ktp0Xe/blib/arch:/home/slaven/.cpan/build/Data-Dump-1.08-ktp0Xe/blib/lib:/home/slaven/.cpan/build/Tree-Simple-VisitorFactory-0.10-RLl5op/blib/arch:/home/slaven/.cpan/build/Tree-Simple-VisitorFactory-0.10-RLl5op/blib/lib:/home/slaven/.cpan/build/Tree-Simple-1.18-npnKrz/blib/arch:/home/slaven/.cpan/build/Tree-Simple-1.18-npnKrz/blib/lib:/home/slaven/.cpan/build/Class-Inspector-1.18-peOAZE/blib/arch:/home/slaven/.cpan/build/Class-Inspector-1.18-peOAZE/blib/lib:/home/slaven/.cpan/build/Encode-Escape-0.10-9iPKV2/blib/arch:/home/slaven/.cpan/build/Encode-Escape-0.10-9iPKV2/blib/lib:/home/slaven/.cpan/build/chklinks-3.08-Zho0ny/blib/arch:/home/slaven/.cpan/build/chklinks-3.08-Zho0ny/blib/lib
    PERL5_CPANPLUS_IS_RUNNING = 3332
    PERL5_CPAN_IS_RUNNING = 3332
    PERL_HTML_DISPLAY_CLASS = HTML::Display::Mozilla
    PROCESSOR_IDENTIFIER = x86 Family 15 Model 44 Stepping 2, AuthenticAMD
    TEMP = /cygdrive/c/DOKUME~1/slaven/LOKALE~1/Temp
    TERM = cygwin

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

    $^X = /usr/bin/perl5.8.8.exe
    $UID/$EUID = 1008 / 1008
    $GID = 513 545 544 513
    $EGID = 513 545 544 513

Perl module toolchain versions installed:

    Module              Have  
    ------------------- ------
    CPAN                1.9102
    Cwd                 3.25  
    ExtUtils::CBuilder  0.19  
    ExtUtils::Command   1.13  
    ExtUtils::Install   1.41  
    ExtUtils::MakeMaker 6.36  
    ExtUtils::Manifest  1.51  
    ExtUtils::ParseXS   2.18  
    File::Spec          3.12  
    Module::Build       0.2808
    Module::Signature   0.55  
    Test::Harness       2.64  
    Test::More          0.74  
    YAML                0.62  
    YAML::Syck          0.97  
    version             0.7203


--

Summary of my perl5 (revision 5 version 8 subversion 8) configuration:
  Platform:
    osname=cygwin, osvers=1.5.24(0.15642), archname=cygwin-thread-multi-64int
    uname='cygwin_nt-5.1 reini 1.5.24(0.15642) 2007-01-31 10:57 i686 cygwin '
    config_args='-de -Dmksymlinks -Duse64bitint -Dusethreads -Uusemymalloc 
-Doptimize=-O3 -Dman3ext=3pm -Dusesitecustomize -Dusedevel'
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=define use5005threads=undef useithreads=define 
usemultiplicity=define
    useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
    use64bitint=define use64bitall=undef uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='gcc', ccflags ='-DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe 
-Wdeclaration-after-statement',
    optimize='-O3',
    cppflags='-DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe 
-Wdeclaration-after-statement'
    ccversion='', gccversion='3.4.4 (cygming special, gdc 0.12, using dmd 
0.125)', gccosandvers=''
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=12345678
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
    ivtype='long long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', 
lseeksize=8
    alignbytes=8, prototype=define
  Linker and Libraries:
    ld='ld2', ldflags =' -s -L/usr/local/lib'
    libpth=/usr/local/lib /usr/lib /lib
    libs=-lgdbm -ldb -ldl -lcrypt -lgdbm_compat
    perllibs=-ldl -lcrypt -lgdbm_compat
    libc=/usr/lib/libc.a, so=dll, useshrplib=true, libperl=libperl.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' -s'
    cccdlflags=' ', lddlflags=' -s -L/usr/local/lib'

Reply via email to