summaryrefslogtreecommitdiff
path: root/_posts/2009-05-06-a-simple-feed-aggregator-with-modern-perl-part-3.md
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2013-12-10 21:03:11 -0800
committerFranck Cuny <franck.cuny@gmail.com>2013-12-10 21:03:11 -0800
commit762d9da255862a0ade58a36f67098d1ceef1bcce (patch)
treee159548d5b9bcd041946f6d5d31b958c04135826 /_posts/2009-05-06-a-simple-feed-aggregator-with-modern-perl-part-3.md
parentCleanup the index (remove whitespace) (diff)
downloadlumberjaph-762d9da255862a0ade58a36f67098d1ceef1bcce.tar.gz
Add some links to bitbucket.
Diffstat (limited to '')
-rw-r--r--_posts/2009-05-06-a-simple-feed-aggregator-with-modern-perl-part-3.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/_posts/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 5f66675..7fc0a92 100644
--- a/_posts/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
@@ -13,7 +13,7 @@ We have two things to test:
### Roles
-For this, we create the following files:
+For this, we create the following files:
* t/tests/Test/TestObject.pm
* t/tests/Test/MyRoles.pm
@@ -256,4 +256,4 @@ Files=1, Tests=9, 3 wallclock secs ( 0.01 usr 0.01 sys + 1.39 cusr 0.12 csys
Result: PASS
{% endhighlight %}
-We have our tests, so next step is the Catalyst frontend. As for the precedents parts, [the code is available on GitHub](http://github.com/franckcuny/ironman-myaggregator/tree/master)
+We have our tests, so next step is the Catalyst frontend. As for the precedents parts, [the code is available on Bitbucket](https://bitbucket.org/franckcuny/ironman-myaggregator).