| Plagger documentation | view source | Contained in the Plagger distribution. |
Plagger::Plugin::Publish::Serializer - Serialize feed data using Data::Serializer
- module: Publish::Serializer
config:
dir: /path/to/dir
serializer: YAML
filename: %i.yaml
This plugin dumps feed data to whatever serialization format that Data::Serializer supports.
Directory to save the serialized data in. Required.
serializer: YAML::Syck
Serializer subclass that Data::Serializer uses. Defaults to Data::Dumper.
Filename to save the data to. Required.
Tatsuhiko Miyagawa
| Plagger documentation | view source | Contained in the Plagger distribution. |