
CatalystX::Features::Role::Backend - Role for implementing a backend.

version 0.24

This role is an interface. No code here.

Gets called by the main CatalystX::Features plugin during use Catalyst qw/.../ phase.
Returns a list of available features, all of them CatalystX::Features::Role::Feature objects.
Returns and instance of CatalystX::Features::Role::Feature corresponding to the feature from which it's being called.
Given a feature name (say my.simple.feature) returns the feature object.

Rodrigo de Oliveira (rodrigolive), C<rodrigolive@gmail.com>

This library is free software. You can redistribute it and/or modify it under the same terms as Perl itself.