The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
{   "routes": [
        {   "match": {
                "source": "gather.pl"
            },
            "forwards": [
                {   "qname": "process.pl"
                }
            ],
            "changes": [
                {   "this": "that"
                }
            ]
        },{ "match": {
                "source": "logtail.pl"
            },
            "forwards": [
                {   "qname": "process.pl"
                }
            ],
            "changes": [
                {   "x": "yy"
                }
            ]
        }
    ]
}