diff options
Diffstat (limited to '')
| -rw-r--r-- | posts/2009-05-06-a-simple-feed-aggregator-with-modern-perl-part-3.md (renamed from content/post/2009-05-06-a-simple-feed-aggregator-with-modern-perl-part-3.md) | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/content/post/2009-05-06-a-simple-feed-aggregator-with-modern-perl-part-3.md b/posts/2009-05-06-a-simple-feed-aggregator-with-modern-perl-part-3.md index c260318..9d55406 100644 --- a/content/post/2009-05-06-a-simple-feed-aggregator-with-modern-perl-part-3.md +++ b/posts/2009-05-06-a-simple-feed-aggregator-with-modern-perl-part-3.md @@ -1,9 +1,3 @@ ---- -date: 2009-05-06T00:00:00Z -summary: In which we continue to write our feed aggregator. -title: A simple feed aggregator with modern Perl - part 3 ---- - Now that we have our aggregator, we have to write our tests. For this I will use Test::Class. Ovid have wrote an [excellent](http://www.modernperlbooks.com/mt/2009/03/organizing-test-suites-with-testclass.html) [serie](http://www.modernperlbooks.com/mt/2009/03/reusing-test-code-with-testclass.html) [of](http://www.modernperlbooks.com/mt/2009/03/making-your-testing-life-easier.html) [articles](http://www.modernperlbooks.com/mt/2009/03/using-test-control-methods-with-testclass.html) [about Test::Class](http://www.modernperlbooks.com/mt/2009/03/working-with-testclass-test-suites.html). You should really read this, because I will not enter in details. We have two things to test: |
