NAME
XML::Axk::Bundle - namespace for plugin bundles
SYNOPSIS
Axk can be extended with bundles. A bundle may implement a new backend or language, for example. For ease of installation, bundles should be distributed as CPAN distributions under the XML::Axk::Bundle:: namespace. For example, a new language might be XML::Axk::Bundle::LangFoo.
Names in the Bundle namespace are first-come, first-served. Authors are requested to name language bundles starting with L and backend bundles starting with B, but other than that, have fun!