PATH=/opt/SUNWspro/bin:/usr/local/bin:/opt/csw/bin:/usr/ccs/bin:/usr/bin:/usr/sbin Start 2013-05-19T02:02:37 ActivePerl-1200 CPAN-1.9800 Reading '/export/home/fly1264/var/cpan/Metadata' Database was generated on Sun, 19 May 2013 08:29:02 GMT Running make for B/BD/BDFOY/SourceCode-LineCounter-Perl-1.01.tar.gz Checksum for /net/nas/data/cpan/authors/id/B/BD/BDFOY/SourceCode-LineCounter-Perl-1.01.tar.gz ok SourceCode-LineCounter-Perl-1.01/ SourceCode-LineCounter-Perl-1.01/Changes SourceCode-LineCounter-Perl-1.01/corpus/ SourceCode-LineCounter-Perl-1.01/examples/ SourceCode-LineCounter-Perl-1.01/lib/ SourceCode-LineCounter-Perl-1.01/LICENSE SourceCode-LineCounter-Perl-1.01/Makefile.PL SourceCode-LineCounter-Perl-1.01/MANIFEST SourceCode-LineCounter-Perl-1.01/META.json SourceCode-LineCounter-Perl-1.01/META.yml SourceCode-LineCounter-Perl-1.01/MYMETA.json SourceCode-LineCounter-Perl-1.01/MYMETA.yml SourceCode-LineCounter-Perl-1.01/README SourceCode-LineCounter-Perl-1.01/t/ SourceCode-LineCounter-Perl-1.01/t/blank.t SourceCode-LineCounter-Perl-1.01/t/code.t SourceCode-LineCounter-Perl-1.01/t/comment.t SourceCode-LineCounter-Perl-1.01/t/count.t SourceCode-LineCounter-Perl-1.01/t/load.t SourceCode-LineCounter-Perl-1.01/t/pod.t SourceCode-LineCounter-Perl-1.01/t/pod_coverage.t SourceCode-LineCounter-Perl-1.01/t/pod_line.t SourceCode-LineCounter-Perl-1.01/t/test_manifest SourceCode-LineCounter-Perl-1.01/t/total.t SourceCode-LineCounter-Perl-1.01/lib/SourceCode/ SourceCode-LineCounter-Perl-1.01/lib/SourceCode/LineCounter/ SourceCode-LineCounter-Perl-1.01/lib/SourceCode/LineCounter/Perl.pm SourceCode-LineCounter-Perl-1.01/examples/loc SourceCode-LineCounter-Perl-1.01/corpus/hello.pl CPAN.pm: Building B/BD/BDFOY/SourceCode-LineCounter-Perl-1.01.tar.gz >>> /export/home/fly1264/bin/perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for SourceCode::LineCounter::Perl Writing MYMETA.yml and MYMETA.json >>> make cp lib/SourceCode/LineCounter/Perl.pm blib/lib/SourceCode/LineCounter/Perl.pm Manifying blib/man3/SourceCode::LineCounter::Perl.3 BDFOY/SourceCode-LineCounter-Perl-1.01.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 /export/home/fly1264/bin/perl "-MTest::Manifest" "-e" "run_t_manifest(1, 'blib/lib', 'blib/arch', )" Test::Manifest 1.23 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..1 ok 1 - 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 - The object isa SourceCode::LineCounter::Perl ok 4 - SourceCode::LineCounter::Perl->can(...) 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 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 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 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 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 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 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 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 ok 1 - We are in pod after marking ok 2 - Not ending pod when not in pod 1..2 ok 13 - end_shouldnt_end 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 - The object isa SourceCode::LineCounter::Perl ok 4 - SourceCode::LineCounter::Perl->can(...) 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 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 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 - The object isa SourceCode::LineCounter::Perl ok 4 - SourceCode::LineCounter::Perl->can(...) 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 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 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 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 - The object isa SourceCode::LineCounter::Perl ok 4 - SourceCode::LineCounter::Perl->can(...) ok 1 - _is_code works for code lines ok 2 - _is_code works for code lines 1..2 ok 5 - code_without_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 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 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 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 - The object 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 - The object 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] 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=71, 2 wallclock secs ( 0.29 usr 0.08 sys + 1.73 cusr 0.30 csys = 2.40 CPU) Result: PASS BDFOY/SourceCode-LineCounter-Perl-1.01.tar.gz make test TEST_VERBOSE=1 -- OK brian d foy <bdfoy@cpan.org> Classify and count lines in a Perl file >>> (cd /export/home/fly1264/var/cpan/build/SourceCode-LineCounter-Perl-1.01-JnkoFu && tar cvf - SourceCode-LineCounter-Perl-1.01.ppd blib) | gzip -c >/export/home/fly1264/var/REPO/B/BD/BDFOY/SourceCode-LineCounter-Perl-1.01.tar.gz SourceCode-LineCounter-Perl-1.01.ppd blib/ blib/lib/ blib/lib/SourceCode/ blib/lib/SourceCode/LineCounter/ blib/lib/SourceCode/LineCounter/Perl.pm blib/man3/ blib/man3/SourceCode::LineCounter::Perl.3 >>> mv /export/home/fly1264/var/cpan/build/SourceCode-LineCounter-Perl-1.01-JnkoFu/SourceCode-LineCounter-Perl-1.01.ppd /export/home/fly1264/var/REPO/B/BD/BDFOY Finished 2013-05-19T02:02:55