Skip to content

Commit

Permalink
Twiddle whitespace around stub syntax; there's actually a bug lingeri…
Browse files Browse the repository at this point in the history
…ng that causes this to be needed. This does mean we fully parse CORE.setting, though, just blowing up at CHECK time because something causes generation of calls to infix:<> in a few places.
  • Loading branch information
jnthn committed May 25, 2012
1 parent 5b42a4c commit cc75bfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/Temporal.pm
@@ -1,5 +1,5 @@
my class DateTime { ...}
my class Date { ...}
my class DateTime { ... }
my class Date { ... }

my role Dateish {
method is-leap-year($y = $.year) {
Expand Down

0 comments on commit cc75bfd

Please sign in to comment.