PATH=/usr/bin:/bin:/Users/fly1400/var/megalib/bin Start 2013-07-18T01:05:58 ActivePerl-1400 CPAN-2.00 Reading '/Users/fly1400/var/cpan/Metadata' Database was generated on Thu, 18 Jul 2013 07:17:02 GMT Running make for D/DM/DMUEY/Mail-GcalReminder-0.1.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/D/DM/DMUEY/Mail-GcalReminder-0.1.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/D/DM/DMUEY/CHECKSUMS Checksum for /Users/fly1400/var/cpan/sources/authors/id/D/DM/DMUEY/Mail-GcalReminder-0.1.tar.gz ok Mail-GcalReminder-0.1/ Mail-GcalReminder-0.1/Build.PL Mail-GcalReminder-0.1/Changes Mail-GcalReminder-0.1/MANIFEST Mail-GcalReminder-0.1/META.json Mail-GcalReminder-0.1/META.yml Mail-GcalReminder-0.1/Makefile.PL Mail-GcalReminder-0.1/README Mail-GcalReminder-0.1/lib/ Mail-GcalReminder-0.1/t/ Mail-GcalReminder-0.1/t/00.load.t Mail-GcalReminder-0.1/t/01.basic.t Mail-GcalReminder-0.1/t/02.get_gcal.t Mail-GcalReminder-0.1/t/03.send_gmail.t Mail-GcalReminder-0.1/t/04.send_reminders.t Mail-GcalReminder-0.1/t/perlcritic.t Mail-GcalReminder-0.1/t/perltidy.t Mail-GcalReminder-0.1/t/pod-coverage.t Mail-GcalReminder-0.1/t/pod.t Mail-GcalReminder-0.1/lib/Mail/ Mail-GcalReminder-0.1/lib/Mail/GcalReminder.pm CPAN.pm: Building D/DM/DMUEY/Mail-GcalReminder-0.1.tar.gz >>> /Users/fly1400/ap1400/bin/perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Mail::GcalReminder Writing MYMETA.yml and MYMETA.json >>> make cp lib/Mail/GcalReminder.pm blib/lib/Mail/GcalReminder.pm Manifying blib/man3/Mail::GcalReminder.3 DMUEY/Mail-GcalReminder-0.1.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /Users/fly1400/ap1400/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t # Testing Mail::GcalReminder 0.1 t/00.load.t ............ 1..1 ok 1 - use Mail::GcalReminder; ok # Testing Mail::GcalReminder 0.1 t/01.basic.t ........... 1..58 ok 1 - gmail_user required ok 2 - gmail_pass required ok 3 - has gmail_user() ok 4 - gmail_user() get ok 5 - gmail_user() set ok 6 - has gmail_pass() ok 7 - gmail_pass() get ok 8 - gmail_pass() set ok 9 - has app_name() ok 10 - app_name get default ok 11 - app_name set ok 12 - has cc_self() ok 13 - cc_self get default ok 14 - cc_self set ok 15 - has try_receipts() ok 16 - try_receipts get default ok 17 - try_receipts set ok 18 - has try_priority() ok 19 - try_priority get default ok 20 - try_priority set ok 21 - has no_guests_is_ok() ok 22 - no_guests_is_ok get default ok 23 - no_guests_is_ok set ok 24 - has base_date() ok 25 - base_date get default ok 26 - base_date set valid ok 27 - base_date set invalid ok 28 - has no_guests_is_ok() ok 29 - essg_hax_ver get default ok 30 - essg_hax_ver set ok 31 - sub warning() ok 32 - has warning_code ok 33 - warning_code get default ok 34 - warnings() directly has caller at-line ok 35 - warnings() directly w/ \n no at-line ok 36 - string does not reset def coderef ok 37 - warning_code coderef set ok 38 - string calls coderef ok 39 - string does not reset coderef ok 40 - has date_format_obj() ok 41 - date_format_obj get default ok 42 - date_format_obj set ok 43 - has signature() ok 44 - signature get default ok 45 - signature set ok 46 - has debug() ok 47 - debug get default ok 48 - debug set ok 49 - has gcal_cache() ok 50 - gcal_cache get default ok 51 - gcal_cache set ok 52 - builder _build_app_name() ok 53 - _build_app_name RV ok 54 - builder _build_signature() ok 55 - _build_signature RV ok 56 - sub get_gcal() ok 57 - sub send_reminders() ok 58 - sub send_gmail() ok # Testing Mail::GcalReminder 0.1 Use of uninitialized value $date in hash element at /Users/fly1400/var/cpan/build/Mail-GcalReminder-0.1-Ou88Lt/blib/lib/Mail/GcalReminder.pm line 124. # Looks like your test exited with 255 before it could output anything. t/02.get_gcal.t ........ 1..4 Dubious, test returned 255 (wstat 65280, 0xff00) Failed 4/4 subtests # Testing Mail::GcalReminder 0.1 t/03.send_gmail.t ...... 1..17 ok 1 - Email::Send::SMTP::Gmail->new called w/ expected args ok 2 - Email::Send::SMTP::Gmail->send() default ok 3 - Email::Send::SMTP::Gmail->bye called ok 4 - Email::Send::SMTP::Gmail->send() debug true ok 5 - Email::Send::SMTP::Gmail->send() only try_priority ok 6 - Email::Send::SMTP::Gmail->send() only try_receipts ok 7 - Email::Send::SMTP::Gmail->send() neither try_priority or try_receipts ok 8 - Email::Send::SMTP::Gmail->send() cc_self false ok 9 - warning() not called under normal circumstances ok 10 - no charset hack 1 ok 11 - warning() called for charset hack version when both try_priority and try_receipts are in effect ok 12 - no charset hack 2 ok 13 - warning() called for charset hack version when only try_priority true ok 14 - no charset hack 3 ok 15 - warning() called for charset hack version when only try_receipts true ok 16 - warning() not called for charset hack version when neither try_priority or try_receipts is in effect ok 17 - warning() is called w/ $@ when send has fatality ok # Testing Mail::GcalReminder 0.1 t/04.send_reminders.t .. 1..34 ok 1 - warnings() indirectly has caller at-line ok 2 - no events rc is zero-but-true ok 3 - no events rc is zero ok 4 - no events rc is true ok 5 - min_events not met triggers warning (label default to gcal) ok 6 - max_events not met triggers warning (label applies when given) ok 7 - no warnings when min_events and max_events are below and above the count respectively ok 8 - no warnings when min_events and max_events are at the count ok 9 - no guests trigger warnings when no_guests_is_ok(1) ok 10 - no guests trigger warnings when no_guests_is_ok(0) ok 11 - no guests RV when no_guests_is_ok(1) ok 12 - no guests RV when no_guests_is_ok(0) ok 13 - min_guests not met triggers warning (label default to gcal) ok 14 - max_events not met triggers warning (label applies when given) ok 15 - no warnings when min_guests and max_events are below and above the count respectively ok 16 - no warnings when min_guests and max_events are at the count ok 17 - send_gmail() called ok 18 - send_gmail() called w/ correct to ok 19 - send_gmail() called w/ subject via string ok 20 - send_gmail() called w/ body via string ok 21 - send_gmail() called ok 22 - send_gmail() called w/ correct to ok 23 - send_gmail() called w/ subject via string ok 24 - send_gmail() called w/ body via string ok 25 - send_gmail() called w/ correct to when guestcheck (guestcheck gets correct args) ok 26 - send_gmail() called w/ subject via code ok 27 - send_gmail() called w/ body via code ok 28 - send_gmail() called w/ correct to when guestcheck (guestcheck gets correct args) ok 29 - send_gmail() called w/ subject via code ok 30 - send_gmail() called w/ body via code ok 31 - send_gmail() not called when guestcheck returns empty list ok 32 - guestcheck returns empty list ok 33 - RV when all send_gmail() ok ok 34 - RV when aa ll send_gmail() fails ok t/perlcritic.t ......... skipped: Critic tests are only run in RELEASE_TESTING mode. t/perltidy.t ........... skipped: PerlTidy tests are only run in RELEASE_TESTING mode. t/pod-coverage.t ....... skipped: POD tests are only run in RELEASE_TESTING mode. t/pod.t ................ skipped: POD tests are only run in RELEASE_TESTING mode. Test Summary Report ------------------- t/02.get_gcal.t (Wstat: 65280 Tests: 0 Failed: 0) Non-zero exit status: 255 Parse errors: Bad plan. You planned 4 tests but ran 0. Files=9, Tests=110, 13 wallclock secs ( 0.06 usr 0.02 sys + 2.35 cusr 0.25 csys = 2.68 CPU) Result: FAIL Failed 1/9 test programs. 0/110 subtests failed. make: *** [test_dynamic] Error 255 DMUEY/Mail-GcalReminder-0.1.tar.gz make test TEST_VERBOSE=1 -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports DMUEY/Mail-GcalReminder-0.1.tar.gz Finished 2013-07-18T01:06:24