The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

NAME

Plagger::Plugin::CustomFeed::Debug - Feed in config.yaml

SYNOPSIS

- module: CustomFeed::Debug
config:
title: 'My Feed'
entry:
- title: 'First Entry'
body: 'Hello World! :)'
- title: 'Second Entry'
body: 'Good Bye! :P'
enclosure:
filename: debug.flv
type: video/x-flv

DESCRIPTION

This plugin allows you to define your feed in config.yaml, which makes it easier creating a testing environment for your Plugin development.

AUTHOR

Naoya Ito <naoya@bloghackers.net>

SEE ALSO

Plagger