diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-03-01 23:41:46 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-03-01 23:41:46 +0000 |
commit | 78fb2b0d604937acda613db603a2cbc01e005cf1 (patch) | |
tree | 4ec7022dc26055e1006b8b982567f67e900bd619 /www/Makefile | |
parent | a678d340c19a1aa8c7500bd8b9896fb8a5bb15d1 (diff) |
A hassle-free way to serve an RSS, Atom, or other XML feed from your Catalyst
application.
Notes
Notes:
svn path=/head/; revision=313174
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index dc383b90d9fc..576391bb3ab4 100644 --- a/www/Makefile +++ b/www/Makefile @@ -830,6 +830,7 @@ SUBDIR += p5-Catalyst-View-TT-ControllerLocal SUBDIR += p5-Catalyst-View-Template-Declare SUBDIR += p5-Catalyst-View-Templated + SUBDIR += p5-Catalyst-View-XML-Feed SUBDIR += p5-Catalyst-View-XML-Simple SUBDIR += p5-Catalyst-View-XSLT SUBDIR += p5-CatalystX-Component-Traits |