From: Yanick Champoux Date: Tue, 30 Nov 2010 01:53:14 +0000 (-0500) Subject: Merge remote branch 'ajgb/master' into www-sitemap-xml X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fp5-Catalyst-Plugin-Sitemap;a=commitdiff_plain;h=d558736b2efb240edede4074d6c8b9cdf012b13e;hp=0c20c738b4de2a58b62ca68a6ffa67c5dfb35186 Merge remote branch 'ajgb/master' into www-sitemap-xml --- diff --git a/Changes b/Changes index 070f7fe..b54c2c7 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,7 @@ Revision history for Catalyst-Plugin-Sitemap {{$NEXT}} + - Add Dancer::Plugin::SiteMap in the 'SEE ALSO' section. 0.0.1 2010-09-29 20:19:12 America/Montreal - original version unleashed on an unsuspecting world diff --git a/dist.ini b/dist.ini index d027d80..463aed9 100644 --- a/dist.ini +++ b/dist.ini @@ -43,8 +43,9 @@ time_zone = America/Montreal [Signature] -[AutoPrereq] +[AutoPrereqs] +[Prereqs] ; Build diff --git a/lib/Catalyst/Plugin/Sitemap.pm b/lib/Catalyst/Plugin/Sitemap.pm index c88be0f..cb57982 100644 --- a/lib/Catalyst/Plugin/Sitemap.pm +++ b/lib/Catalyst/Plugin/Sitemap.pm @@ -128,8 +128,17 @@ once. =item L +Module that C uses under the hood. + +=item L + +Similar plugin for the L framework, which inspired +C. + =item http://babyl.dyndns.org/techblog/entry/catalyst-plugin-sitemap +Blog article introducing C. + =back =cut