Get sane debugging info for the setup of everything
[catagits/Gitalist.git] / lib / Gitalist / Git / Serializable.pm
CommitLineData
5c07fcf1 1package Gitalist::Git::Serializable;
2
3use Moose::Role;
4use MooseX::Storage;
5
6with Storage( traits => ['OnlyWhenBuilt'] );
7
81;