Ok, so, the interface just changed, and the docs are complete crap now, but the imple...
[gitmo/MooseX-Storage.git] / lib / MooseX / Storage / Engine / Trait / OnlyWhenBuilt.pm
1 package MooseX::Storage::Engine::Trait::OnlyWhenBuilt;
2 use Moose::Role;
3
4 our $VERSION = 1;
5
6 1;
7