Codebase list libkiokux-model-perl / 0191115
use MooseX::StrictConstructor Yuval Kogman 14 years ago
2 changed file(s) with 2 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
1111 PL_FILES => { },
1212 PREREQ_PM => {
1313 'KiokuDB' => 0.24,
14 'MooseX::StrictConstructor' => 0.08,
1415 },
1516 );
00 package KiokuX::Model;
11 use Moose;
2 use MooseX::StrictConstructor;
23
34 use Carp qw(croak);
45