PATH=/usr/bin:/bin:/data/fly2400/cpanfly-5.24/var/megalib/bin Start 2018-06-19T02:14:11 ActivePerl-2400 CPAN-2.10 Reading '/data/fly2400/cpanfly-5.24/var/cpan/Metadata' Database was generated on Mon, 18 Jun 2018 05:54:12 GMT Checksum for /data/fly2400/cpanfly-5.24/var/cpan/sources/authors/id/B/BD/BDFOY/SourceCode-LineCounter-Perl-1.021.tar.gz ok SourceCode-LineCounter-Perl-1.021/ SourceCode-LineCounter-Perl-1.021/LICENSE SourceCode-LineCounter-Perl-1.021/Changes SourceCode-LineCounter-Perl-1.021/corpus/ SourceCode-LineCounter-Perl-1.021/MANIFEST SourceCode-LineCounter-Perl-1.021/t/ SourceCode-LineCounter-Perl-1.021/xt/ SourceCode-LineCounter-Perl-1.021/README.pod SourceCode-LineCounter-Perl-1.021/MANIFEST.SKIP SourceCode-LineCounter-Perl-1.021/examples/ SourceCode-LineCounter-Perl-1.021/META.yml SourceCode-LineCounter-Perl-1.021/lib/ SourceCode-LineCounter-Perl-1.021/Makefile.PL SourceCode-LineCounter-Perl-1.021/INSTALL.SKIP SourceCode-LineCounter-Perl-1.021/META.json SourceCode-LineCounter-Perl-1.021/lib/SourceCode/ SourceCode-LineCounter-Perl-1.021/lib/SourceCode/LineCounter/ SourceCode-LineCounter-Perl-1.021/lib/SourceCode/LineCounter/Perl.pm SourceCode-LineCounter-Perl-1.021/examples/loc SourceCode-LineCounter-Perl-1.021/xt/changes.t SourceCode-LineCounter-Perl-1.021/t/pod.t SourceCode-LineCounter-Perl-1.021/t/pod_line.t SourceCode-LineCounter-Perl-1.021/t/count.t SourceCode-LineCounter-Perl-1.021/t/load.t SourceCode-LineCounter-Perl-1.021/t/code.t SourceCode-LineCounter-Perl-1.021/t/comment.t SourceCode-LineCounter-Perl-1.021/t/total.t SourceCode-LineCounter-Perl-1.021/t/test_manifest SourceCode-LineCounter-Perl-1.021/t/pod_coverage.t SourceCode-LineCounter-Perl-1.021/t/blank.t SourceCode-LineCounter-Perl-1.021/corpus/hello.pl Configuring B/BD/BDFOY/SourceCode-LineCounter-Perl-1.021.tar.gz with Makefile.PL >>> /data/fly2400/ap2400-300558/bin/perl-static Makefile.PL Checking if your kit is complete... Looks good Have /data/fly2400/cpanfly-5.24/var/megalib Want /home/fly2400/ap2400-300558/lib Your perl and your Config.pm seem to have different ideas about the architecture they are running on. Perl thinks: [megalib] Config says: [x86_64-linux-thread-multi] This may or may not cause problems. Please check your installation of perl if you have problems building this extension. Generating a Unix-style Makefile Writing Makefile for SourceCode::LineCounter::Perl Writing MYMETA.yml and MYMETA.json BDFOY/SourceCode-LineCounter-Perl-1.021.tar.gz /data/fly2400/ap2400-300558/bin/perl-static Makefile.PL -- OK Running make for B/BD/BDFOY/SourceCode-LineCounter-Perl-1.021.tar.gz >>> make cp lib/SourceCode/LineCounter/Perl.pm blib/lib/SourceCode/LineCounter/Perl.pm cp README.pod blib/lib/SourceCode/LineCounter/README.pod Manifying 1 pod document BDFOY/SourceCode-LineCounter-Perl-1.021.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 "/data/fly2400/ap2400-300558/bin/perl-static" "-MTest::Manifest" "-e" "run_t_manifest(1, 'blib/lib', 'blib/arch', )" Test::Manifest 2.02 Level is 0 # Test level is 0 Test::Manifest::test_harness found [t/load.t t/pod.t t/pod_coverage.t t/pod_line.t t/blank.t t/comment.t t/code.t t/total.t t/count.t] t/load.t .......... ok 1 - use SourceCode::LineCounter::Perl; 1..1 ok t/pod.t ........... 1..2 ok 1 - POD test for blib/lib/SourceCode/LineCounter/README.pod ok 2 - POD test for blib/lib/SourceCode/LineCounter/Perl.pm ok t/pod_coverage.t .. 1..1 ok 1 - Pod coverage on SourceCode::LineCounter::Perl ok t/pod_line.t ...... ok 1 - use SourceCode::LineCounter::Perl; ok 2 - SourceCode::LineCounter::Perl->can(...) ok 3 - An object of class 'SourceCode::LineCounter::Perl' isa 'SourceCode::LineCounter::Perl' ok 4 - SourceCode::LineCounter::Perl->can(...) # Subtest: marking ok 1 - We aren't in pod at start ok 2 - We are in pod after marking ok 3 - We aren't in pod after clearing ok 4 - We are in pod after marking second time 1..4 ok 5 - marking # Subtest: in_pod ok 1 - We aren't in pod before starting ok 2 - =pod starts pod ok 3 - We are in pod after =pod 1..3 ok 6 - in_pod # Subtest: shouldnt_work_malformed ok 1 - We aren't in pod before starting ok 2 - We are not in pod after [ =pod] ok 3 - documentation count did not change ok 4 - We aren't in pod before starting ok 5 - We are not in pod after [=.123] ok 6 - documentation count did not change ok 7 - We aren't in pod before starting ok 8 - We are not in pod after [= for] ok 9 - documentation count did not change 1..9 ok 7 - shouldnt_work_malformed # Subtest: pod_after_pod ok 1 - We are in pod after marking ok 2 - =pod doesn't start pod already in pod 1..2 ok 8 - pod_after_pod # Subtest: should_work ok 1 - We are in pod after marking ok 2 - Just saw a pod line ok 3 - Just saw a pod line ok 4 - Just saw a pod line ok 5 - Just saw a pod line ok 6 - Just saw a pod line ok 7 - Just saw a pod line 1..7 ok 9 - should_work # Subtest: shouldnt_start ok 1 - We are in pod after marking ok 2 - Just saw a pod line ok 3 - Just saw a pod line ok 4 - Just saw a pod line ok 5 - Just saw a pod line ok 6 - Just saw a pod line ok 7 - Just saw a pod line ok 8 - Just saw a pod line 1..8 ok 10 - shouldnt_start # Subtest: end_should_work ok 1 - We are in pod after marking ok 2 - Ending pod ok 3 - We are not in pod after =cut 1..3 ok 11 - end_should_work # Subtest: end_shouldnt_work ok 1 - We are in pod after marking ok 2 - Not ending pod ok 3 - We are still in pod after =end 1..3 ok 12 - end_shouldnt_work # Subtest: end_shouldnt_end ok 1 - We are in pod after marking ok 2 - Not ending pod when not in pod 1..2 ok 13 - end_shouldnt_end # Subtest: count ok 1 - Documentation has no value ok 2 - Adds to documentation ok 3 - Documentation has true value 1..3 ok 14 - count 1..14 ok t/blank.t ......... ok 1 - use SourceCode::LineCounter::Perl; ok 2 - SourceCode::LineCounter::Perl->can(...) ok 3 - An object of class 'SourceCode::LineCounter::Perl' isa 'SourceCode::LineCounter::Perl' ok 4 - SourceCode::LineCounter::Perl->can(...) # Subtest: should_be ok 1 - _is_blank works for just whitespace ok 2 - _is_blank works for just whitespace ok 3 - _is_blank works for just whitespace ok 4 - _is_blank works for just whitespace ok 5 - _is_blank works for just whitespace 1..5 ok 5 - should_be # Subtest: shouldnt_be ok 1 - _is_blank fails for non whitespace ok 2 - _is_blank fails for non whitespace ok 3 - _is_blank fails for non whitespace ok 4 - _is_blank fails for non whitespace 1..4 ok 6 - shouldnt_be # Subtest: count ok 1 - Documentation has no value ok 2 - Adds to blank ok 3 - blank has true value 1..3 ok 7 - count 1..7 ok t/comment.t ....... ok 1 - use SourceCode::LineCounter::Perl; ok 2 - SourceCode::LineCounter::Perl->can(...) ok 3 - An object of class 'SourceCode::LineCounter::Perl' isa 'SourceCode::LineCounter::Perl' ok 4 - SourceCode::LineCounter::Perl->can(...) # Subtest: should_work ok 1 - _is_comment works for true comments ok 2 - _is_comment works for true comments ok 3 - _is_comment works for true comments ok 4 - _is_comment works for true comments 1..4 ok 5 - should_work # Subtest: shouldnt_work ok 1 - _is_comment fails for non comment ok 2 - _is_comment fails for non comment ok 3 - _is_comment fails for non comment ok 4 - _is_comment fails for non comment 1..4 ok 6 - shouldnt_work # Subtest: skip_comments_in_pod ok 1 - In pod after marking ok 2 - _is_comment fails for comment in pod ok 3 - _is_comment fails for comment in pod ok 4 - _is_comment fails for comment in pod ok 5 - _is_comment fails for comment in pod 1..5 ok 7 - skip_comments_in_pod # Subtest: count ok 1 - comment has no value ok 2 - Adds to comment ok 3 - comment has true value 1..3 ok 8 - count 1..8 ok t/code.t .......... ok 1 - use SourceCode::LineCounter::Perl; ok 2 - SourceCode::LineCounter::Perl->can(...) ok 3 - An object of class 'SourceCode::LineCounter::Perl' isa 'SourceCode::LineCounter::Perl' ok 4 - SourceCode::LineCounter::Perl->can(...) # Subtest: code_without_comments ok 1 - _is_code works for code lines ok 2 - _is_code works for code lines 1..2 ok 5 - code_without_comments # Subtest: code_with_comments ok 1 - _is_comment works for code lines with comments ok 2 - _is_code works for code lines with comments ok 3 - _is_comment works for code lines with comments ok 4 - _is_code works for code lines with comments 1..4 ok 6 - code_with_comments # Subtest: not_code ok 1 - _is_comment works for code lines with comments ok 2 - _is_code fails for lines with just comments 1..2 ok 7 - not_code # Subtest: code_in_pod ok 1 - We're in pod territory now ok 2 - _is_code fails for code lines in pod ok 3 - _is_code fails for code lines in pod 1..3 ok 8 - code_in_pod # Subtest: count ok 1 - code has no value ok 2 - Adds to code ok 3 - code has true value 1..3 ok 9 - count 1..9 ok t/total.t ......... ok 1 - use SourceCode::LineCounter::Perl; ok 2 - SourceCode::LineCounter::Perl->can(...) ok 3 - An object of class 'SourceCode::LineCounter::Perl' isa 'SourceCode::LineCounter::Perl' ok 4 - SourceCode::LineCounter::Perl->can(...) ok 5 - No lines yet ok 6 - _total works for [my $x = 0;] ok 7 - _total works for [foreach my $test ( qw\#a b c\# ) { 1; }] ok 8 - _total works for [] ok 9 - _total works for [ # ] ok 10 - _total works for [\#cooment] ok 11 - _total works for [=pod] ok 12 - _total works for [=cut] ok 13 - Right number of lines so far 1..13 ok t/count.t ......... ok 1 - use SourceCode::LineCounter::Perl; ok 2 - SourceCode::LineCounter::Perl->can(...) ok 3 - An object of class 'SourceCode::LineCounter::Perl' isa 'SourceCode::LineCounter::Perl' ok 4 - SourceCode::LineCounter::Perl->can(...) ok 5 - Test file [corpus/hello.pl] exists ok 6 - total starts off at 0 ok 7 - code starts off at 0 ok 8 - comment starts off at 0 ok 9 - blank starts off at 0 ok 10 - documentation starts off at 0 ok 11 - count returns true for good file ok 12 - total ends with [15] ok 13 - code ends with [1] ok 14 - comment ends with [2] ok 15 - blank ends with [6] ok 16 - documentation ends with [10] # Subtest: not_there ok 1 - File [] does not exist ok 2 - Carps for missing file 1..2 ok 17 - not_there 1..17 ok All tests successful. Files=9, Tests=72, 1 wallclock secs ( 0.05 usr 0.03 sys + 0.90 cusr 0.18 csys = 1.16 CPU) Result: PASS BDFOY/SourceCode-LineCounter-Perl-1.021.tar.gz make test TEST_VERBOSE=1 -- OK brian d foy <bdfoy@cpan.org> Count lines in Perl source code >>> (cd /data/fly2400/cpanfly-5.24/var/tmp/cpan_build/SourceCode-LineCounter-Perl-1.021-_QNTDz && tar cvf - SourceCode-LineCounter-Perl-1.021.ppd blib) | gzip -c >/data/fly2400/cpanfly-5.24/var/REPO/B/BD/BDFOY/SourceCode-LineCounter-Perl-1.021.tar.gz SourceCode-LineCounter-Perl-1.021.ppd blib/ blib/man3/ blib/man3/SourceCode::LineCounter::Perl.3 blib/lib/ blib/lib/SourceCode/ blib/lib/SourceCode/LineCounter/ blib/lib/SourceCode/LineCounter/README.pod blib/lib/SourceCode/LineCounter/Perl.pm VmSize: 366608 kB Finished 2018-06-19T02:14:16