The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Plagger::Plugin::Publish::Serializer - Serialize feed data using Data::Serializer

SYNOPSIS

  - module: Publish::Serializer
    config:
      dir: /path/to/dir
      serializer: YAML
      filename: %i.yaml

DESCRIPTION

This plugin dumps feed data to whatever serialization format that Data::Serializer supports.

CONFIG

dir

Directory to save the serialized data in. Required.

serializer
  serializer: YAML::Syck

Serializer subclass that Data::Serializer uses. Defaults to Data::Dumper.

filename

Filename to save the data to. Required.

AUTHOR

Tatsuhiko Miyagawa

SEE ALSO

Plagger