fbicknel has asked for the wisdom of the Perl Monks concerning the following question:

Why is there no Poe::Filter::YAML?

Can one devise one using Poe::Filter::Reference perhaps? Seems to me that if YAML::Dumper/YAML::Loader were used in a subclass of Poe::Filter::Reference, we might have it?

Just thinking out loud.

(Also considering a Poe::Filter::Config::General ! )

Replies are listed 'Best First'.
Re: Poe::Filter::YAML (word)
by Anonymous Monk on Dec 02, 2010 at 02:54 UTC
    Why is there no Poe::Filter::YAML?

    Because for some reason :)

    Can one devise one using Poe::Filter::Reference perhaps?

    No. You can however use POE::Filter::Reference, there is an example using YAML in the synopsis.

Re: Poe::Filter::YAML (word)
by apl (Monsignor) on Dec 02, 2010 at 11:49 UTC
    Why don't you write one?