summaryrefslogtreecommitdiff
path: root/devel/p5-Test-More-Behaviour
AgeCommit message (Collapse)AuthorFilesLines
2013-05-31Bump all packages for perl-5.18, thatwiz1-1/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2013-03-15Initial import of p5-Test-More-Behaviour:schmonz3-0/+34
Test::More::Behaviour is a Behaviour-Driven Development module for Perl programmers. It is modeled after Rspec (http://rspec.info), the BDD tool for Ruby programmers. Test::More::Behaviour uses the words `describe` and `it` so we can express concepts of the application as we would in conversation. Because Test::More::Behaviour uses Test::More as its 'base', you can treat every Test::More::Behaviour test as if it were Test::More!