
Sledge::Factory - the factory.

package YourProj::Factory::TheSchwartz;
use strict;
use warnings;
use Sledge::Factory;
class "TheSchwartz";
prepare_arguments {
my ($app, $args) = @_;
%$args;
};
1;

Sledge::Factory is factory module for Sledge.
This is inspire of Catalyst::Model::Adaptor

Tokuhiro Matsuno <tokuhirom AAJKLFJEF GMAIL COM>


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