And here's the fix to Plagger after XML::Feed 0.53 update posted earlier. Upstream Plagger not touched since XML::Feed moved things around in 2008.
OK? Thanks, Okan Index: Makefile =================================================================== RCS file: /home/open/cvs/ports/www/p5-Plagger/Makefile,v retrieving revision 1.9 diff -u -p -r1.9 Makefile --- Makefile 20 Mar 2016 19:57:21 -0000 1.9 +++ Makefile 23 Mar 2016 15:03:56 -0000 @@ -5,7 +5,7 @@ COMMENT= pluggable RSS/Atom aggregator MODULES= cpan PKG_ARCH= * DISTNAME= Plagger-0.7.17 -REVISION= 1 +REVISION= 2 CATEGORIES= www textproc CPAN_AUTHOR= MIYAGAWA @@ -53,6 +53,10 @@ MODCPAN_EXAMPLES= Yes pre-configure: ${SUBST_CMD} ${WRKSRC}/lib/Plagger/{Plugin,Template}.pm + sed -i 's/Feed::RSS/Feed::Format::RSS/g' \ + ${WRKSRC}/lib/Plagger.pm \ + ${WRKSRC}/lib/Plagger/FeedParser.pm \ + ${WRKSRC}/lib/Plagger/Plugin/Publish/Feed.pm post-install: ${MODCPAN_POST_INSTALL}