perl-Test-Spec: perl-Test-Spec (Write tests in a declarative specification style)
perl-Test-Spec:
perl-Test-Spec: This is a declarative specification-style testing system for
perl-Test-Spec: behavior-driven development (BDD) in Perl. The tests (a.k.a.
perl-Test-Spec: examples) are named with strings instead of subroutine names, so your
perl-Test-Spec: fingers will suffer less fatigue from underscore-itis, with the side
perl-Test-Spec: benefit that the test reports are more ligeble.
perl-Test-Spec:
perl-Test-Spec: This module is inspired by and borrows heavily from RSpec
perl-Test-Spec: (http://rspec.info/documentation/), a BDD tool for the Ruby
perl-Test-Spec: programming language.