From cb0e593bad1973d9ad301ea4c10daa8f3d12d5aa Mon Sep 17 00:00:00 2001 From: dakkar Date: Thu, 24 Mar 2011 22:21:33 +0000 Subject: broken first stab --- lib/DeWeave/Global.pm | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 lib/DeWeave/Global.pm (limited to 'lib/DeWeave/Global.pm') diff --git a/lib/DeWeave/Global.pm b/lib/DeWeave/Global.pm new file mode 100644 index 0000000..9e36bad --- /dev/null +++ b/lib/DeWeave/Global.pm @@ -0,0 +1,19 @@ +package DeWeave::Global; +use Moose; +use namespace::autoclean; +use MooseX::Types::Moose qw(Int Str Num); + +extends 'DeWeave::WBO'; + +has storageVersion => ( + isa => Num, + required => 1, + is => 'ro', +); + +has syncID => ( + isa => Str, + required => 1, + is => 'ro', +); + -- cgit v1.2.3