From 3146d031e9a347a857dcd38cb0bdaf7d59146c94 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 28 Dec 2012 04:54:28 -0600 Subject: vim's syntax highlighting is buggy --- lib/Bread/Board.pm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'lib/Bread/Board.pm') diff --git a/lib/Bread/Board.pm b/lib/Bread/Board.pm index 14dca83..8b57656 100644 --- a/lib/Bread/Board.pm +++ b/lib/Bread/Board.pm @@ -39,9 +39,10 @@ role Bread::Board::HasParameters { } } - # TODO: for loops are currently lazy, so won't get evaluated until + # TODO: for loops are currently lazy, so won't get evaluated until # ' # something evaluates the return value if they are the last statement - # in a method. this may change in the future, because it's pretty weird + # in a method. this may change in the future, because it's pretty # ' + # weird return; } } @@ -140,7 +141,7 @@ class Bread::Board::Literal does Bread::Board::Service { class Bread::Board::Container { has Str $.name; has Bread::Board::Container $.parent is rw = Bread::Board::Container; - # TODO: typed hashes NYI' + # TODO: typed hashes NYI # has Hash of Bread::Board::Container $.sub_containers = {}; # has Hash of Bread::Board::Service $.services = {}; has $.sub_containers = {}; -- cgit v1.2.3-54-g00ecf