String Calculator TDD Kata done in Perl (Second try)

preview_player
Показать описание
My second screencast for String Calculator TDD Kata done in Perl. This time with better refactoring and test names.

Code: Marian Schubert
Music: Franz Schubert
Рекомендации по теме
Комментарии
Автор

Yes guard and guard-prove are written in Ruby, but it can run Perl tests (using guard-prove). Guard is just thing that watches filesystem for changes and executes some command - prove in this case.

MarianSchubert
Автор

@trek1s Thanks. I'm using Guard to run tests and it than displays result using available notification system (Growl on OSX, libnotify on Linux)

MarianSchubert
Автор

Nice video. What do you use to get the Pass/Fail messages on screen?

treks
Автор

Search for guard + guard-prove on github

MarianSchubert
Автор

Trying to get this Guard with Prove.
Im on perl with Linux, on github, all i see when I type "guard + guard-prove" is stuff for Ruby, nothing for Perl. Any help?

bepahol