summaryrefslogtreecommitdiff
path: root/devel/p5-Test-Inline/pkg-descr
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2002-09-12 11:03:09 +0000
committerAnton Berezin <tobez@FreeBSD.org>2002-09-12 11:03:09 +0000
commit73f5cd61d6cb9f792fd70ff8616763df1e8d26cd (patch)
tree14a6888d008cb48ee60119703dcbb5337cac59d9 /devel/p5-Test-Inline/pkg-descr
parentUpdate to 1.2.15. (diff)
Add p5-Test-Inline 0.15, Test::Inline - inlining your tests next to the
code being tested. PR: 42687 Submitted by: Erwin Lansing <erwin@lansing.dk>
Notes
Notes: svn path=/head/; revision=66193
Diffstat (limited to 'devel/p5-Test-Inline/pkg-descr')
-rw-r--r--devel/p5-Test-Inline/pkg-descr11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/p5-Test-Inline/pkg-descr b/devel/p5-Test-Inline/pkg-descr
new file mode 100644
index 000000000000..8eda9ccbc4b6
--- /dev/null
+++ b/devel/p5-Test-Inline/pkg-descr
@@ -0,0 +1,11 @@
+Embedding tests allows tests to be placed near the code its testing.
+This is a nice supplement to the traditional .t files.
+It's like XUnit, Perl-style.
+
+Test::Tutorial is just documentation. To actually get anything done you
+use pod2test. Read the Test::Inline::Tutoral, really.
+
+Author: Michael G Schwern <schwern@pobox.com>
+WWW: http://search.cpan.org/search?dist=Test-Inline
+
+--Erwin Lansing <erwin@lansing.dk>