PATH=/usr/bin:/bin:/Users/fly2400/cpanfly-5.24/var/megalib/bin Start 2018-01-20T02:04:06 ActivePerl-2400 CPAN-2.10 Reading '/Users/fly2400/cpanfly-5.24/var/cpan/Metadata' Database was generated on Fri, 19 Jan 2018 06:17:02 GMT Checksum for /Users/fly2400/cpanfly-5.24/var/cpan/sources/authors/id/D/DM/DMUEY/Git-Repository-Plugin-Dirty-0.01.tar.gz ok Git-Repository-Plugin-Dirty-0.01/ Git-Repository-Plugin-Dirty-0.01/Build.PL Git-Repository-Plugin-Dirty-0.01/Changes Git-Repository-Plugin-Dirty-0.01/lib/ Git-Repository-Plugin-Dirty-0.01/Makefile.PL Git-Repository-Plugin-Dirty-0.01/MANIFEST Git-Repository-Plugin-Dirty-0.01/META.json Git-Repository-Plugin-Dirty-0.01/META.yml Git-Repository-Plugin-Dirty-0.01/README Git-Repository-Plugin-Dirty-0.01/t/ Git-Repository-Plugin-Dirty-0.01/t/00.load.t Git-Repository-Plugin-Dirty-0.01/t/lib Git-Repository-Plugin-Dirty-0.01/t/perlcritic.t Git-Repository-Plugin-Dirty-0.01/t/perltidy.t Git-Repository-Plugin-Dirty-0.01/t/pkg-changes.t Git-Repository-Plugin-Dirty-0.01/t/pkg-readme.t Git-Repository-Plugin-Dirty-0.01/t/pod-coverage.t Git-Repository-Plugin-Dirty-0.01/t/pod-encoding.t Git-Repository-Plugin-Dirty-0.01/t/pod-spelling.t Git-Repository-Plugin-Dirty-0.01/t/pod-version.t Git-Repository-Plugin-Dirty-0.01/t/pod.t Git-Repository-Plugin-Dirty-0.01/lib/Git/ Git-Repository-Plugin-Dirty-0.01/lib/Git/Repository/ Git-Repository-Plugin-Dirty-0.01/lib/Git/Repository/Plugin/ Git-Repository-Plugin-Dirty-0.01/lib/Git/Repository/Plugin/Dirty.pm Configuring D/DM/DMUEY/Git-Repository-Plugin-Dirty-0.01.tar.gz with Makefile.PL >>> /Users/fly2400/ap2400-300558/bin/perl-dynamic Makefile.PL Checking if your kit is complete... Looks good Have /Users/fly2400/cpanfly-5.24/var/megalib Want /Users/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: [darwin-thread-multi-2level] 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 Git::Repository::Plugin::Dirty Writing MYMETA.yml and MYMETA.json DMUEY/Git-Repository-Plugin-Dirty-0.01.tar.gz /Users/fly2400/ap2400-300558/bin/perl-dynamic Makefile.PL -- OK Running make for D/DM/DMUEY/Git-Repository-Plugin-Dirty-0.01.tar.gz >>> make cp lib/Git/Repository/Plugin/Dirty.pm blib/lib/Git/Repository/Plugin/Dirty.pm Manifying 1 pod document DMUEY/Git-Repository-Plugin-Dirty-0.01.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 "/Users/fly2400/ap2400-300558/bin/perl-dynamic" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t # Testing Git::Repository::Plugin::Dirty 0.01 t/00.load.t ....... 1..71 ok 1 - Dirty loaded as plugin # current_branch() ok 2 - current_branch() returns current branch of initiated object ok 3 - current_branch() returns current branch after changing branch # clean repo ok 4 - clean repo: is_dirty() returns false ok 5 - clean repo: is_dirty(untracked => 1) returns false ok 6 - clean repo: has_untracked() returns empty list ok 7 - clean repo: has_unstaged_changes() returns false ok 8 - clean repo: has_staged_changes() returns false ok 9 - clean repo: diff_unstaged() returns empty list ok 10 - clean repo: diff_staged() returns empty list ok 11 - clean repo: diff_unstaged($handler) handler processes each line ok 12 - clean repo: diff_staged($handler) handler processes each line # unstaged changes ok 13 - unstaged changes: is_dirty() returns true ok 14 - unstaged changes: is_dirty(untracked => 1) returns true ok 15 - unstaged changes: has_untracked() returns empty list ok 16 - unstaged changes: has_unstaged_changes() returns true ok 17 - unstaged changes: has_staged_changes() returns false ok 18 - unstaged changes: diff_unstaged() returns diff lines as list ok 19 - unstaged changes: diff_staged() returns diff lines as list ok 20 - unstaged changes: diff_unstaged($handler) handler processes each line ok 21 - unstaged changes: diff_staged($handler) handler processes each line # staged changes ok 22 - staged changes: is_dirty() returns true ok 23 - staged changes: is_dirty(untracked => 1) returns true ok 24 - staged changes: has_untracked() returns empty list ok 25 - staged changes: has_unstaged_changes() returns true ok 26 - staged changes: has_staged_changes() returns false ok 27 - staged changes: diff_unstaged() returns empty list ok 28 - staged changes: diff_staged() returns diff lines as list ok 29 - staged changes: diff_unstaged($handler) handler processes each line ok 30 - staged changes: diff_staged($handler) handler processes each line # untracked files ok 31 - untracked files: is_dirty() returns false ok 32 - untracked files: is_dirty(untracked => 1) returns true ok 33 - untracked files: has_untracked() returns list ok 34 - untracked files: has_unstaged_changes() returns false ok 35 - untracked files: has_staged_changes() returns false ok 36 - untracked files: diff_unstaged() returns empty list ok 37 - untracked files: diff_staged() returns empty list ok 38 - untracked files: diff_unstaged($handler) handler processes each line ok 39 - untracked files: diff_staged($handler) handler processes each line # unstaged changes && staged changes ok 40 - unstaged changes && staged changes: is_dirty() returns true ok 41 - unstaged changes && staged changes: is_dirty(untracked => 1) returns true ok 42 - unstaged changes && staged changes: has_untracked() returns empty list ok 43 - unstaged changes && staged changes: has_unstaged_changes() returns true ok 44 - unstaged changes && staged changes: has_staged_changes() returns true ok 45 - unstaged changes && staged changes: diff_unstaged() returns diff lines as list ok 46 - unstaged changes && staged changes: diff_staged() returns diff lines as list ok 47 - unstaged changes && staged changes: diff_unstaged($handler) handler processes each line ok 48 - unstaged changes && staged changes: diff_staged($handler) handler processes each line # unstaged changes && staged changes && untracked files ok 49 - unstaged changes && staged changes && untracked files: is_dirty() returns true ok 50 - unstaged changes && staged changes && untracked files: is_dirty(untracked => 1) returns true ok 51 - unstaged changes && staged changes && untracked files: has_untracked() returns list ok 52 - unstaged changes && staged changes && untracked files: has_unstaged_changes() returns true ok 53 - unstaged changes && staged changes && untracked files: has_staged_changes() returns true ok 54 - unstaged changes && staged changes && untracked files: diff_unstaged() returns diff lines as list ok 55 - unstaged changes && staged changes && untracked files: diff_staged() returns diff lines as list ok 56 - unstaged changes && staged changes && untracked files: diff_unstaged($handler) handler processes each line ok 57 - unstaged changes && staged changes && untracked files: diff_staged($handler) handler processes each line # has_*_changes() re-throw from git obj ok 58 - has_*_changes() re-throw from git obj: has_staged_changes() does not when exit is 0 ok 59 - has_*_changes() re-throw from git obj: has_staged_changes() does not when exit is 256 ok 60 - has_*_changes() re-throw from git obj: has_staged_changes() does when exit is 128 ok 61 - has_*_changes() re-throw from git obj: has_staged_changes() does when exit is 129 ok 62 - has_*_changes() re-throw from git obj: has_unstaged_changes() does not when exit is 0 ok 63 - has_*_changes() re-throw from git obj: has_unstaged_changes() does not when exit is 256 ok 64 - has_*_changes() re-throw from git obj: has_unstaged_changes() does when exit is 128 ok 65 - has_*_changes() re-throw from git obj: has_unstaged_changes() does when exit is 129 # diff_*() handlers returning false ok 66 - 'diff_*() handlers returning false: diff_unstaged() first arg is git object' isa 'Git::Repository' ok 67 - diff_*() handlers returning false: diff_unstaged() first arg is line ok 68 - diff_*() handlers returning false: diff_unstaged() stopped after return false ok 69 - 'diff_*() handlers returning false: diff_staged() first arg is git object' isa 'Git::Repository' ok 70 - diff_*() handlers returning false: diff_staged() first arg is line ok 71 - diff_*() handlers returning false: diff_staged() stopped after return false 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/pkg-changes.t ... skipped: pkg/Changes tests are only run in RELEASE_TESTING mode. t/pkg-readme.t .... skipped: pkg/README tests are only run in RELEASE_TESTING mode. t/pod-coverage.t .. skipped: POD tests are only run in RELEASE_TESTING mode. t/pod-encoding.t .. skipped: POD tests are only run in RELEASE_TESTING mode. t/pod-spelling.t .. skipped: POD tests are only run in RELEASE_TESTING mode. t/pod-version.t ... skipped: POD tests are only run in RELEASE_TESTING mode. t/pod.t ........... skipped: POD tests are only run in RELEASE_TESTING mode. All tests successful. Files=10, Tests=71, 3 wallclock secs ( 0.05 usr 0.02 sys + 1.09 cusr 1.17 csys = 2.33 CPU) Result: PASS DMUEY/Git-Repository-Plugin-Dirty-0.01.tar.gz make test TEST_VERBOSE=1 -- OK Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/D/DM/DMUEY/CHECKSUMS Daniel Muey <dmuey@cpan.org> methods to inspect the dirtiness of a git repository >>> (cd /Users/fly2400/cpanfly-5.24/var/tmp/cpan_build/Git-Repository-Plugin-Dirty-0.01-NBbm1z && tar cvf - Git-Repository-Plugin-Dirty-0.01.ppd blib) | gzip -c >/Users/fly2400/cpanfly-5.24/var/REPO/D/DM/DMUEY/Git-Repository-Plugin-Dirty-0.01.tar.gz Git-Repository-Plugin-Dirty-0.01.ppd blib/ blib/lib/ blib/lib/Git/ blib/lib/Git/Repository/ blib/lib/Git/Repository/Plugin/ blib/lib/Git/Repository/Plugin/Dirty.pm blib/man3/ blib/man3/Git::Repository::Plugin::Dirty.3 Finished 2018-01-20T02:04:11