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: cjfields/bioperl6
base: 00555308979f
Choose a base ref
...
head repository: cjfields/bioperl6
compare: 9275488045e2
Choose a head ref
  • 2 commits
  • 5 files changed
  • 2 contributors

Commits on May 23, 2015

  1. Add unit declarator to role declarations

    As of Rakudo 2015.05, the `unit` declarator is required before using
    `module`, `class`, `role` or `grammar` declarations (unless it uses a
    block).  Code still using the old blockless semicolon form will throw a
    warning. This commit stops the warning from appearing in the new Rakudo.
    Paul Cochrane committed May 23, 2015
    Copy the full SHA
    d424110 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2015

  1. Merge pull request #4 from paultcochrane/pr/add-unit-declarator

    Add unit declarator to role declarations.  Thanks to @paultcochrane !
    cjfields committed Aug 27, 2015
    Copy the full SHA
    9275488 View commit details
    Browse the repository at this point in the history