summaryrefslogtreecommitdiff
path: root/content/post/2009-04-28-a-simple-feed-aggregator-with-modern-perl-part-2.md
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--posts/2009-04-28-a-simple-feed-aggregator-with-modern-perl-part-2.md (renamed from content/post/2009-04-28-a-simple-feed-aggregator-with-modern-perl-part-2.md)6
1 files changed, 0 insertions, 6 deletions
diff --git a/content/post/2009-04-28-a-simple-feed-aggregator-with-modern-perl-part-2.md b/posts/2009-04-28-a-simple-feed-aggregator-with-modern-perl-part-2.md
index dd99f27..5dd7c94 100644
--- a/content/post/2009-04-28-a-simple-feed-aggregator-with-modern-perl-part-2.md
+++ b/posts/2009-04-28-a-simple-feed-aggregator-with-modern-perl-part-2.md
@@ -1,9 +1,3 @@
----
-date: 2009-04-28T00:00:00Z
-summary: In which we continue to write a feed aggregator in Perl.
-title: A simple feed aggregator with modern Perl - part 2
----
-
> I've choose to write about a feed aggregator because it's one of the things I'm working on at [RTGI](http://rtgi.eu/) (with web crawler stuffs, gluing datas with search engine, etc)
For the feed aggregator, I will use **Moose**, **KiokuDB** and our **DBIx::Class** schema. Before we get started, I'd would like to give a short introduction to Moose and KiokuDB.