Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: PDLPorters/pdl
base: 2c24694dfcce^
Choose a base ref
...
head repository: PDLPorters/pdl
compare: 16da656dc7c5
Choose a head ref
  • 19 commits
  • 42 files changed
  • 1 contributor

Commits on Mar 3, 2015

  1. Copy the full SHA
    2c24694 View commit details
    Browse the repository at this point in the history
  2. consolidate test helper function of form ok( $no, $result )

    All `ok()` helper functions of the above form are consolidated to
    `num_ok( $no, $result )`. This function is in t/lib/TestHelper.pm and is
    exported into all files that use it.
    
    Future cleanup will turn `num_ok()` calls into `Test::More::ok($result)`.
    zmughal committed Mar 3, 2015
    Copy the full SHA
    0afa73c View commit details
    Browse the repository at this point in the history
  3. done_testing not needed

    zmughal committed Mar 3, 2015
    Copy the full SHA
    a2dc9fd View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    2ea0791 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    f481d8e View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    b72f79b View commit details
    Browse the repository at this point in the history
  7. test cleanup: argtest.t

    zmughal committed Mar 3, 2015
    Copy the full SHA
    14d099d View commit details
    Browse the repository at this point in the history
  8. test cleanup: bool.t

    zmughal committed Mar 3, 2015
    Copy the full SHA
    0c9d90d View commit details
    Browse the repository at this point in the history
  9. test cleanup: clump.t

    zmughal committed Mar 3, 2015
    Copy the full SHA
    08a5501 View commit details
    Browse the repository at this point in the history
  10. test cleanup: croak.t

    zmughal committed Mar 3, 2015
    Copy the full SHA
    8ad943c View commit details
    Browse the repository at this point in the history
  11. test cleanup: familyfree.t

    zmughal committed Mar 3, 2015
    Copy the full SHA
    29b51c1 View commit details
    Browse the repository at this point in the history
  12. test cleanup: flow.t

    zmughal committed Mar 3, 2015
    Copy the full SHA
    46f7bbf View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    7868a9a View commit details
    Browse the repository at this point in the history
  14. test cleanup: foo.t

    zmughal committed Mar 3, 2015
    Copy the full SHA
    76e6d25 View commit details
    Browse the repository at this point in the history
  15. remove TestHelper lines

    zmughal committed Mar 3, 2015
    Copy the full SHA
    ae48ac8 View commit details
    Browse the repository at this point in the history
  16. test cleanup: gauss.t

    zmughal committed Mar 3, 2015
    Copy the full SHA
    907f6ce View commit details
    Browse the repository at this point in the history
  17. test cleanup: hdrs.t

    zmughal committed Mar 3, 2015
    Copy the full SHA
    e54f964 View commit details
    Browse the repository at this point in the history
  18. test cleanup: ica.t

    zmughal committed Mar 3, 2015
    Copy the full SHA
    7614054 View commit details
    Browse the repository at this point in the history
  19. test cleanup: imagend.t

    zmughal committed Mar 3, 2015
    Copy the full SHA
    16da656 View commit details
    Browse the repository at this point in the history